전체 도구
instagram · insight · accountsolari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.

solari insight instagram account discover results

Page the creators found by a discover search.

MCP 도구
solari_insight_instagram_account_discover_results
CLI
solari insight instagram account discover results
권한
solari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.
이용 가능 플랜
Any paid plan or trial
크레딧
1

개요

Page through the full creator list of one discover search. Each creator comes with profile metrics and their top recent posts.

언제 쓰나After discover, when you need more than the preview or a different order.

무엇이 나오나One page of creators, with profile metrics and recent posts.

파라미터

search_idstring필수
search_id from discover.uuid, pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
pageinteger선택
Page number, starting at 1.기본값 1≥ 1
page_sizeinteger선택
How many creators per page.≥ 1
sortenum선택
relevance keeps the search order. The others sort by followers, median views, one-month growth, or ad count.기본값 "relevance"relevancefollower_countfollower_count_ascmedian_views_curtotal_views_growth_m1ad_count_cur

응답

Response

search_iduuid
The search being paged.
intentstring
The brief.
totalinteger
Creators found.
page / page_sizeinteger
Page applied.
has_moreboolean
Whether there is another page.
itemsobject[]
Creators on this page.

items[]

account_iduuid
account_id for the other tools.
username / full_namestring
Handle and display name.
biostring | null
Profile bio.
profile_pic_urlstring | null
Profile picture URL.
follower_countinteger | null
Followers.
median_views_curinteger | null
Median views per post, last 3 months.
total_views_curinteger | null
Total views, last 3 months.
total_views_growth_m1number | null
View growth over the last month. 0.27 means +27%.
ad_count_curinteger | null
Recent ad posts.
reel_count_curinteger | null
Recent reels.
scorenumber
Match score for this search.
rising_scorenumber | null
Growth score. Set when the creator came in through trending=true.
bio_matched / bio_onlyboolean
Matched on bio; matched on bio alone with no matching posts.
recent_postsobject[]
Top recent posts: post_id, slug, media_type, media_url, thumbnail_url, text, posted_at, play_count, like_count.

예시

요청

$ solari insight instagram account discover results search_id=01a0f3c2-7e41-7b9a-8d2c-5e6f1a9b3c47 page_size=2

응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.

{
  "search_id": "01a0f3c2-7e41-7b9a-8d2c-5e6f1a9b3c47",
  "intent": "KR makeup creators for an autumn eyeshadow palette launch",
  "total": 184,
  "page": 1,
  "page_size": 2,
  "has_more": true,
  "items": [
    {
      "user_id": "018ecc75-55d8-70a7-a348-d370aa504ed9",
      "username": "beinny_motd",
      "full_name": "베이니 BEINNY",
      "bio": "메이크업 · 뷰티 크리에이터",
      "profile_pic_url": "https://dcr.bzine.co/instagram/users/beinny_motd/profile-picture",
      "follower_count": 205754,
      "total_views_cur": 6184200,
      "median_views_cur": 98200,
      "rising_score": null,
      "total_views_growth_m1": 0.27,
      "reel_count_cur": 38,
      "ad_count_cur": 15,
      "bio_matched": true,
      "bio_only": false,
      "score": 0.0487,
      "recent_posts": [
        {
          "post_id": "01a05575-7c9b-7232-8519-4a38fa061389",
          "slug": "DcpugJ2kzv8",
          "media_type": "carousel",
          "media_url": null,
          "thumbnail_url": "https://dcr.bzine.co/instagram/posts/DcpugJ2kzv8/thumbnails/m",
          "text": "#광고 무겁지 않은 가을 데일리 팔레트 로즈밀크티 . .🫖🤎 …",
          "posted_at": "2026-08-30T05:08:56+00:00",
          "play_count": null,
          "like_count": 878
        },
        "… 2 more"
      ],
      "account_id": "018ecc75-55d8-70a7-a348-d370aa504ed9"
    },
    "… 1 more"
  ]
}

MCP 호출로 쓰면

{
  "name": "solari_insight_instagram_account_discover_results",
  "arguments": {
    "search_id": "01a0f3c2-7e41-7b9a-8d2c-5e6f1a9b3c47",
    "page_size": 2
  }
}

주의사항

  • A creator can show up with no recent_posts when they matched on bio alone.
  • media_url is null when the media file isn't stored. thumbnail_url still works.

기계가 읽는 형식: /docs/tools/insight-instagram-account-discover-results.md