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.
関連ツール
- solari_insight_instagram_account_discoverFind Instagram creators that fit a campaign brief.
- solari_catalog_instagram_account_profileInstagram アカウントのプロフィール、成果、直近の投稿です。
- solari_insight_instagram_account_collabsInstagram クリエイターが最近コラボしたコンテンツです。
機械可読な形式: /docs/tools/insight-instagram-account-discover-results.md