instagram · insight · rankingsolari:readトライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。
solari insight instagram ranking posts
The top posts behind a ranking row.
- MCP ツール
- solari_insight_instagram_ranking_posts
- CLI
- solari insight instagram ranking posts
- アクセス権
- solari:readトライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。トライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。
- 対象プラン
- Any paid plan or trial
- クレジット
- 1
概要
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.
どんなときに使うか — After ranking brands or creators, when you want to see what drove a row.
何が返るか — Top posts with their authors, best first.
パラメータ
- boardenum必須
- brand or creator — the board the row came from.値
brandcreator - account_idstring必須
- 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)$
- regionenum任意
- Same market as the list.既定値
"KR"値KRJPUS - daysinteger任意
- Same window as the list: 30 or 90.既定値
30 - scopestring任意
- Creator board only: the same scope the list used.≤ 120 chars
- kindenum任意
- all, or sponsored for sponsored posts only.既定値
"all"値allsponsored - limitinteger任意
- How many posts to return.≥ 1
レスポンス
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.
例
リクエスト
$ solari insight instagram ranking posts board=brand account_id=018cabce-14cc-7544-8890-7811ec33ef74 region=KR limit=2レスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。
{
"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"
]
}MCP 呼び出しとして
{
"name": "solari_insight_instagram_ranking_posts",
"arguments": {
"board": "brand",
"account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"region": "KR",
"limit": 2
}
}注意点
- 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.