instagram · insight · rankingsolari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.
solari insight instagram ranking posts
The top posts behind a ranking row.
- MCP tool
- solari_insight_instagram_ranking_posts
- CLI
- solari insight instagram ranking posts
- 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
The best-performing posts behind one leaderboard row — the evidence for a brand's or creator's number. Each post is marked sponsored or not.
When to use it — After ranking brands or creators, when you want to see what drove a row.
What comes back — Top posts with their authors, best first.
Parameters
- boardenumrequired
- brand or creator — the board the row came from.Values
brandcreator - account_idstringrequired
- account_id from the ranking row.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)$
- regionenumoptional
- Same market as the list.default
"KR"ValuesKRJPUS - daysintegeroptional
- Same window as the list: 30 or 90.default
30 - scopestringoptional
- Creator board only: the same scope the list used.≤ 120 chars
- kindenumoptional
- all, or sponsored for sponsored posts only.default
"all"Valuesallsponsored - limitintegeroptional
- How many posts to return.≥ 1
Response
Response
- account_iduuid
- The row's account.
- kindstring
- all or sponsored.
- itemsobject[]
- Top posts, best first.
items[]
- post_id / slugstring
- Post identifiers.
- posted_attimestamp | null
- Published at (UTC).
- media_typestring
- image or video.
- thumbnail_urlstring
- Thumbnail URL.
- media_urlstring | null
- Media URL. Null when the file isn't stored.
- play_countinteger | null
- Video plays.
- sponsoredboolean
- Whether it's a sponsored post.
- authorobject
- account_id, username, full_name, follower_count, profile_pic_url.
Example
Request
$ solari insight instagram ranking posts board=brand account_id=018cabce-14cc-7544-8890-7811ec33ef74 region=KR limit=2Response · Long strings and repeated array entries are trimmed for readability.
{
"account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"kind": "all",
"items": [
{
"post_id": "01a04c73-3ec3-7873-9e84-334c644abfe4",
"slug": "DckGrZ6vZiU",
"posted_at": "2026-08-21T10:03:52+00:00",
"media_type": "video",
"media_url": null,
"thumbnail_url": "https://dcr.bzine.co/instagram/posts/DckGrZ6vZiU/thumbnails/m",
"play_count": 155729,
"author": {
"account_id": "0196c474-c96e-71ad-aceb-61af051c81d3",
"user_id": "0196c474-c96e-71ad-aceb-61af051c81d3",
"username": "hwitto_",
"full_name": null,
"follower_count": 48210,
"profile_pic_url": "https://dcr.bzine.co/instagram/users/hwitto_/profile-picture"
},
"sponsored": true
},
"… 1 more"
]
}As an MCP call
{
"name": "solari_insight_instagram_ranking_posts",
"arguments": {
"board": "brand",
"account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"region": "KR",
"limit": 2
}
}Notes
- Use the same region, days, and (for creators) scope as the list, or the posts won't match the numbers.
- On the brand board, the authors are mostly creators who tagged or mentioned the brand.
Related tools
- solari_insight_instagram_ranking_brandsRank Instagram brands by the content around them.
- solari_insight_instagram_ranking_creatorsRank Instagram creators within a category.
- solari_catalog_instagram_content_batchSeveral Instagram posts at once.
Machine-readable: /docs/tools/insight-instagram-ranking-posts.md