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.