All tools
instagram · insight · accountsolari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.

solari insight instagram account discover results

Page the creators found by a discover search.

MCP tool
solari_insight_instagram_account_discover_results
CLI
solari insight instagram account discover results
Access
solari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.Available on any SOLARI plan, including the trial. One credit per successful call.
Plans
Any paid plan or trial
Credit
1

Overview

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

When to use itAfter discover, when you need more than the preview or a different order.

What comes backOne page of creators, with profile metrics and recent posts.

Parameters

search_idstringrequired
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)$
pageintegeroptional
Page number, starting at 1.default 1≥ 1
page_sizeintegeroptional
How many creators per page.≥ 1
sortenumoptional
relevance keeps the search order. The others sort by followers, median views, one-month growth, or ad count.default "relevance"Valuesrelevancefollower_countfollower_count_ascmedian_views_curtotal_views_growth_m1ad_count_cur

Response

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.

Example

Request

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

Response · Long strings and repeated array entries are trimmed for readability.

{
  "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"
  ]
}

As an MCP call

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

Notes

  • 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.

Machine-readable: /docs/tools/insight-instagram-account-discover-results.md