instagram · insight · hashtagsolari:readトライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。
solari insight instagram hashtag posts
Posts behind one trending Instagram hashtag.
- MCP ツール
- solari_insight_instagram_hashtag_posts
- CLI
- solari insight instagram hashtag posts
- アクセス権
- solari:readトライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。トライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。
- 対象プラン
- Any paid plan or trial
- クレジット
- 1
概要
Posts carrying one hashtag inside a trend window, most viewed or newest first — the examples behind a leaderboard entry.
どんなときに使うか — When you want the posts that drove a tag's trend. For a tag's full history, use catalog tag search.
何が返るか — One page of posts, with a total for paging.
パラメータ
- tagstring必須
- Hashtag, with or without #.≤ 100 chars
- regionenum任意
- KR or JP.既定値
"KR"値KRJP - daysinteger任意
- 7, 30, or 90.既定値
30 - brand_account_idstring任意
- Brand account_id. Keeps the same lens as the leaderboard.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)$
- brand_usernamestring任意
- Brand username. Ignored when brand_account_id is set.≤ 64 chars
- sortenum任意
- views for most viewed first, recent for newest first.既定値
"views"値viewsrecent - limitinteger任意
- How many posts per page.≥ 1
- offsetinteger任意
- How many posts to skip.既定値
00–960
レスポンス
Response
- tagstring
- The tag, without #.
- totalinteger
- Posts with the tag in the window.
- offsetinteger
- Offset applied.
- itemsobject[]
- The posts.
items[]
- post_id / slugstring
- Post identifiers.
- account_id / usernamestring
- Author.
- posted_attimestamp
- Published at.
- play_count / like_countinteger
- Views and likes.
例
リクエスト
$ solari insight instagram hashtag posts tag=가을메이크업 region=KR days=30 limit=2レスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。
{
"tag": "가을메이크업",
"total": 1204,
"offset": 0,
"items": [
{
"post_id": "01a05575-7c9b-7232-8519-4a38fa061389",
"user_id": "018ecc75-55d8-70a7-a348-d370aa504ed9",
"username": "beinny_motd",
"slug": "DcpugJ2kzv8",
"posted_at": "2026-08-30T05:08:56+00:00",
"play_count": 0,
"like_count": 878,
"account_id": "018ecc75-55d8-70a7-a348-d370aa504ed9"
},
"… 1 more"
]
}MCP 呼び出しとして
{
"name": "solari_insight_instagram_hashtag_posts",
"arguments": {
"tag": "가을메이크업",
"region": "KR",
"days": 30,
"limit": 2
}
}注意点
- Paging stops at offset 960.
- Pass post_ids to catalog content batch for captions and media.