instagram · insight · contentsolari:readWorks with any signed-in SOLARI account.
solari insight instagram content trending
Instagram posts that are trending now.
- MCP tool
- solari_insight_instagram_content_trending
- CLI
- solari insight instagram content trending
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
Trending Instagram posts in the region you set, with the author's profile attached.
When to use it — When you want what's working right now. For speed of growth, use content rising.
What comes back — Trending posts. Use next_cursor for the next page.
Parameters
- regionstringoptional
- Country code such as KR or JP.default
"KR" - limitintegeroptional
- How many posts per page.≥ 1
- cursorstringoptional
- next_cursor from the previous page.
- account_idstringoptional
- Brand account_id to rank toward the brand.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)$
- usernamestringoptional
- Brand username to rank toward the brand. Ignored when account_id is set.≤ 64 chars
Response
Response
- itemsobject[]
- Trending posts.
- total_countinteger
- Size of the feed.
- regionstring
- Region applied.
- content_typestring
- Feed kind.
- next_cursorstring | null
- Use as cursor on the next page.
items[]
- post_iduuid
- Post id for other content tools.
- slugstring
- Shortcode from the public URL.
- author_iduuid
- Author account_id.
- usernamestring
- Author username.
- full_namestring | null
- Display name.
- profile_pic_urlstring | null
- Profile picture URL.
- follower_countinteger | null
- Author follower count.
- regionstring | null
- Author region.
- posted_attimestamp
- Published at (UTC).
- media_typestring
- image, video, or carousel.
- play_countinteger | null
- Video plays. Null for images.
- like_countinteger | null
- Likes.
- textstring | null
- Caption.
- media_urlstring
- Media URL.
- thumbnail_urlstring
- Thumbnail URL.
- scorenumber | null
- Ranking score for this response.
- efficiency_scorenumber | null
- Performance vs. the author's followers.
- est_percentilenumber | null
- Region percentile, 0–1.
- total_views_3minteger | null
- Author views in the last 3 months.
- median_views_3minteger | null
- Author median views in the last 3 months.
- recent_collab_brandsstring[]
- Brands the author recently collaborated with.
- item_typestring
- Item kind. post in these feeds.
- content_sourcestring | null
- Which feed surfaced this item.
- is_savedboolean | null
- Whether it's saved in SOLARI.
- updated_attimestamp | null
- When metrics were last refreshed.
Example
Request
$ solari insight instagram content trending region=KR limit=2Response · Long strings and repeated array entries are trimmed for readability.
{
"items": [
{
"item_type": "content",
"post_id": "01a055fe-d72c-7005-8709-eef67b4be6f0",
"author_id": "018ecc27-f8e7-7100-9339-bb050ea44a7f",
"username": "sixpackpiggy",
"full_name": "Jinmin Park",
"profile_pic_url": "https://dcr.bzine.co/instagram/users/sixpackpiggy/profile-picture",
"follower_count": 93442,
"region": "KR",
"posted_at": "2026-08-29T02:02:20Z",
"media_type": "video",
"play_count": 286749,
"like_count": null,
"score": 96.69330916066565,
"efficiency_score": null,
"est_percentile": 96.69330916066565,
"updated_at": "2026-09-03T04:51:42.797111Z",
"media_url": "https://smr-images-b.bzine.co/users/018ecc27-f8e7-7100-9339-bb050ea44a7f/posts/01a055fe-d72c-7005-8709-eef67b4be6f0/medias/01a055fe-d964-7d73-9a77-d06823a2abc2.mp4",
"thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images.bzine.co/users/018ecc27-f8e7-7100-9339-bb050ea44a7f/posts/01a055fe-d72c-7005-8709-eef67b4be6f0/medias/01a055fe-d964-7d73-9a77-d06823a2abc2.m …",
"slug": "Dcmzs05SAae",
"text": "How dedicated are you to your Korean skincare? 💅@patinaosaka \n#koreanskincare #osaka #japan #kbeauty #traveling",
"brand_match_score": null,
"recent_collab_brands": [],
"total_views_3m": 1875678,
"median_views_3m": 57780,
"is_saved": false,
"content_source": null
},
"… 1 more"
],
"total_count": 213635,
"region": "KR",
"content_type": "trending",
"next_cursor": "eyJhcyI6ICIyMDI2LTA5LTAzVDA1OjIwOjIzLjM4Mzk3NCswMDowMCIsICJzYyI6ICIyMDI2LTA5LTAzVDA0OjQ0OjQ3LjkzNTI1OCswMDowMCIsICJzcCI6ICIwMWEwNTVmZS1mOWIyLTdiNmYtYjY1OS05ZGE1OTM3NjgzMWMifQ=="
}As an MCP call
{
"name": "solari_insight_instagram_content_trending",
"arguments": {
"region": "KR",
"limit": 2
}
}Notes
- Pass a brand account_id or username to rank toward the brand.
- Pages use a cursor, not offset. Send back next_cursor.
Related tools
- solari_insight_instagram_content_risingInstagram posts that are rising fast.
- solari_insight_instagram_content_trend_clustersInstagram trends grouped by theme.
Machine-readable: /docs/tools/insight-instagram-content-trending.md