instagram · insight · hashtagsolari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.
solari insight instagram hashtag posts
Posts behind one trending Instagram hashtag.
- MCP tool
- solari_insight_instagram_hashtag_posts
- CLI
- solari insight instagram hashtag posts
- Access
- solari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.Available on any SOLARI plan, including the trial. One credit per successful call.
- Plans
- Any paid plan or trial
- Credit
- 1
Overview
Posts carrying one hashtag inside a trend window, most viewed or newest first — the examples behind a leaderboard entry.
When to use it — When you want the posts that drove a tag's trend. For a tag's full history, use catalog tag search.
What comes back — One page of posts, with a total for paging.
Parameters
- tagstringrequired
- Hashtag, with or without #.≤ 100 chars
- regionenumoptional
- KR or JP.default
"KR"ValuesKRJP - daysintegeroptional
- 7, 30, or 90.default
30 - brand_account_idstringoptional
- 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_usernamestringoptional
- Brand username. Ignored when brand_account_id is set.≤ 64 chars
- sortenumoptional
- views for most viewed first, recent for newest first.default
"views"Valuesviewsrecent - limitintegeroptional
- How many posts per page.≥ 1
- offsetintegeroptional
- How many posts to skip.default
00–960
Response
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.
Example
Request
$ solari insight instagram hashtag posts tag=가을메이크업 region=KR days=30 limit=2Response · Long strings and repeated array entries are trimmed for readability.
{
"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"
]
}As an MCP call
{
"name": "solari_insight_instagram_hashtag_posts",
"arguments": {
"tag": "가을메이크업",
"region": "KR",
"days": 30,
"limit": 2
}
}Notes
- Paging stops at offset 960.
- Pass post_ids to catalog content batch for captions and media.
Related tools
- solari_insight_instagram_hashtag_detailOne Instagram hashtag in depth.
- solari_catalog_instagram_tag_searchUse this to find posts with a hashtag or mention.
- solari_catalog_instagram_content_batchSeveral Instagram posts at once.
Machine-readable: /docs/tools/insight-instagram-hashtag-posts.md