instagram · contentsolari:readサインイン済みの SOLARI アカウントであれば利用できます。
solari instagram content trending
リージョン内で今トレンドになっている Instagram 投稿。
- MCP ツール
- solari_instagram_content_trending
- CLI
- solari instagram content trending
- アクセス権
- solari:readサインイン済みの SOLARI アカウントであれば利用できます。サインイン済みの SOLARI アカウントであれば利用できます。
概要
リージョン内で現在トレンドになっている Instagram 投稿を、クリエイターのプロフィール項目を付加して返します。前回のレスポンスの next_cursor によるカーソルページネーションに対応します。ブランドの account_id または username を指定すると、ランキングをパーソナライズできます。サインイン済みの SOLARI アカウントであれば利用できます。伸び率主導で加速している投稿には、代わりに solari_instagram_content_rising をお使いください。
どんなときに使うか — 「今なにが効いているか」。量ではなく伸び率を見るなら content rising をお使いください。
何が返るか — 投稿者のプロフィール項目を付加したトレンド投稿。カーソルでページングされます。
パラメータ
- regionstring任意
- KR、JP、US などのリージョンコード。既定値
"KR" - limitinteger任意
- 1 ページあたりの最大投稿数、デフォルトは 20。50 を超える値は上限の 50 に切り詰められます。≥ 1
- cursorstring任意
- 前回のレスポンスの next_cursor から得られる不透明なページネーションカーソル。
- account_idstring任意
- ブランド親和性によるパーソナライズ用の任意のブランド account_id (SOLARI アカウントの UUID)。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)$
- usernamestring任意
- ブランド親和性によるパーソナライズ用の任意のブランドの Instagram ハンドル。account_id が指定されている場合は無視されます。≤ 64 chars
レスポンス
Response
- itemsobject[]
- トレンド投稿。
- total_countinteger
- フィードの件数。
- regionstring
- 適用されたリージョン。
- content_typestring
- フィード種別のタグ。
- next_cursorstring | null
- 次のページを取得する際に cursor として渡す値。
items[]
- post_iduuid
- SOLARI の post id。他のコンテンツ系ツールにそのまま渡せます。
- slugstring
- Instagram のショートコード。公開 URL の /p/ または /reel/ の後ろのセグメント。
- author_iduuid
- 投稿したアカウントの account_id。
- usernamestring
- 投稿者のハンドル。
- full_namestring | null
- プロフィールの表示名。
- profile_pic_urlstring | null
- プロフィール画像の URL。
- follower_countinteger | null
- スナップショット時点の投稿者のフォロワー数。
- regionstring | null
- 投稿者に割り当てられたリージョンコード。
- posted_attimestamp
- 公開時刻 (UTC)。
- media_typestring
- image、video、または carousel。
- play_countinteger | null
- 動画の再生数。image 投稿では null。
- like_countinteger | null
- スナップショット時点のいいね数。
- textstring | null
- キャプションのテキスト。
- media_urlstring
- オリジナルメディアの URL。
- thumbnail_urlstring
- サムネイルの URL。
- scorenumber | null
- フィードのランキングスコア。1 つのレスポンス内でのみ比較可能。
- efficiency_scorenumber | null
- 投稿者のフォロワー数に対する相対的なパフォーマンス。
- est_percentilenumber | null
- リージョン内での推定パーセンタイル、0〜1。
- total_views_3minteger | null
- 直近 3 か月の投稿者の累計再生数。
- median_views_3minteger | null
- 直近 3 か月の投稿者の再生数の中央値。
- recent_collab_brandsstring[]
- 投稿者が最近コラボレーションしたブランド。
- item_typestring
- アイテム種別のタグ。コンテンツフィードでは post。
- content_sourcestring | null
- このアイテムを抽出したパイプライン。
- is_savedboolean | null
- そのアイテムが SOLARI アプリで保存済みかどうか。
- updated_attimestamp | null
- 指標のスナップショットが最後に更新された時刻。
例
リクエスト
$ solari instagram content trending region=KR limit=2レスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。
{
"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=="
}MCP 呼び出しとして
{
"name": "solari_instagram_content_trending",
"arguments": {
"region": "KR",
"limit": 2
}
}注意点
- ブランドの account_id またはハンドルを渡すと、ブランド親和性でランキングがパーソナライズされます。
- ページネーションは offset ではなくカーソル方式。next_cursor を次の呼び出しに渡してください。