instagram · insight · contentsolari:readWorks with any signed-in SOLARI account.
solari insight instagram content rising
Instagram posts that are rising fast.
- MCP tool
- solari_insight_instagram_content_rising
- CLI
- solari insight instagram content rising
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
Instagram posts whose recent performance is accelerating, with the author's profile attached.
When to use it — When growth rate matters more than current totals.
What comes back — Rising 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[]
- Rising 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 rising region=KR limit=2Response · Long strings and repeated array entries are trimmed for readability.
{
"items": [
{
"item_type": "content",
"post_id": "01a0495a-4e46-73d5-a111-a818248b665b",
"author_id": "019e4a24-ee85-78e9-8763-602930999853",
"username": "iiiwantkitty",
"full_name": "주 령",
"profile_pic_url": "https://dcr.bzine.co/instagram/users/iiiwantkitty/profile-picture",
"follower_count": 706,
"region": "KR",
"posted_at": "2026-08-28T07:38:46Z",
"media_type": "video",
"play_count": 48092,
"like_count": null,
"score": 0.1292899036795201,
"efficiency_score": 0.1292899036795201,
"est_percentile": 84.68488691008565,
"updated_at": "2026-09-03T05:20:45.496271Z",
"media_url": "https://smr-images-b.bzine.co/users/019e4a24-ee85-78e9-8763-602930999853/posts/01a0495a-4e46-73d5-a111-a818248b665b/medias/01a0495a-4fc0-7352-92dd-a04afe898589.mp4",
"thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images-a.bzine.co/users/019e4a24-ee85-78e9-8763-602930999853/posts/01a0495a-4e46-73d5-a111-a818248b665b/medias/01a0495a-4fc0-7352-92dd-a04afe898589 …",
"slug": "Dck0Wj8xeq3",
"text": "이정도가 아니면 뮤트라고 하지말자..⭐️ 뮤트톤 친구 입술에 빡빡 발라주고싶음\n\n컬러 보자마자 아 내꺼하자ㅡㅡ 하고 바로 겟한 것\n\n그레이애쉬,, 핑크 ,, 브라운 다 들어간 밑힌 컬러 이거 뮤트톤들이 바르면 진짜 분위기 미처버리는 립이걸랑 영상보다 실물이 더 뮤트!\n\n입술에 올리면 좀더 투명하게 올라가면서 회끼도는데 뉴트럴하면서도 팥앙금 같은 고런 깔 느낌\n안쪽에만 톡톡 발라서 쌩얼립으로도 …",
"brand_match_score": null,
"recent_collab_brands": [
"apieu_cosmetics",
"… 8 more"
],
"total_views_3m": 2389749,
"median_views_3m": 5215,
"is_saved": false,
"content_source": null
},
"… 1 more"
],
"total_count": 291665,
"region": "KR",
"content_type": "rising",
"next_cursor": "eyJhcyI6ICIyMDI2LTA5LTAzVDA1OjIwOjQ5LjA3Mjg3MiswMDowMCIsICJzYyI6ICIyMDI2LTA5LTAzVDA1OjE5OjQwLjc1NzUwOCswMDowMCIsICJzcCI6ICIwMWEwNDNmOC1hODdlLTdiMWItYjFiNi1iODliMTU2YjU0ODgifQ=="
}As an MCP call
{
"name": "solari_insight_instagram_content_rising",
"arguments": {
"region": "KR",
"limit": 2
}
}Notes
- Parameters match content trending, including ranking toward a brand.
Related tools
- solari_insight_instagram_content_trendingInstagram posts that are trending now.
- solari_insight_instagram_content_trend_clustersInstagram trends grouped by theme.
Machine-readable: /docs/tools/insight-instagram-content-rising.md