전체 도구
instagram · insight · hashtagsolari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.

solari insight instagram hashtag detail

One Instagram hashtag in depth.

MCP 도구
solari_insight_instagram_hashtag_detail
CLI
solari insight instagram hashtag detail
권한
solari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.
이용 가능 플랜
Any paid plan or trial
크레딧
1

개요

One hashtag in depth for a market and window: volume, growth, momentum, the daily share series, tags used with it, and the creators who used it most.

언제 쓰나After hashtag trending, when one tag needs a closer look.

무엇이 나오나The tag's numbers, its daily series, related tags, and top creators.

파라미터

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. Use the same brand as the leaderboard to keep the same lens.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

응답

Response

tagstring
The tag, without #.
region / days / start_date / end_datestring · integer · date
Market and window applied.
lens / lens_reason / pool_sizestring · string · integer | null
Same as hashtag trending.
count / prev_count / unique_creators / viewsinteger
Volume now, previous volume, creators, and views.
sponsored_pctinteger
Sponsored posts, percent.
share_pctnumber
Share of all posts in the window, percent.
growth_xnumber
Share growth against the previous window.
is_newboolean
Barely used in the previous window.
momentumnumber | null
Late-window share against early-window share.
seriesobject[]
Over time: date, count, share (percent).
relatedobject[]
Tags used with it: tag, count, pct of its posts.
creatorsobject[]
Top users of the tag.

creators[]

account_iduuid
account_id for the other tools.
usernamestring
Handle.
postsinteger
Posts with the tag in the window.
viewsinteger
Views on those posts.
follower_countinteger | null
Followers.

예시

요청

$ solari insight instagram hashtag detail tag=가을메이크업 region=KR days=7

응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.

{
  "tag": "가을메이크업",
  "region": "KR",
  "days": 7,
  "start_date": "2026-09-15",
  "end_date": "2026-09-22",
  "lens": "global",
  "lens_reason": "no_brand",
  "pool_size": null,
  "count": 356,
  "prev_count": 88,
  "unique_creators": 241,
  "views": 2140000,
  "sponsored_pct": 12,
  "share_pct": 0.084,
  "growth_x": 3.9,
  "is_new": false,
  "momentum": 1.52,
  "series": [
    {
      "date": "2026-09-15",
      "count": 21,
      "share": 0.05
    },
    {
      "date": "2026-09-16",
      "count": 27,
      "share": 0.06
    },
    "… 6 more"
  ],
  "related": [
    {
      "tag": "가을립",
      "count": 64,
      "pct": 18
    },
    {
      "tag": "데일리메이크업",
      "count": 57,
      "pct": 16
    },
    "… 22 more"
  ],
  "creators": [
    {
      "username": "beinny_motd",
      "user_id": "018ecc75-55d8-70a7-a348-d370aa504ed9",
      "posts": 3,
      "views": 184300,
      "follower_count": 205754,
      "account_id": "018ecc75-55d8-70a7-a348-d370aa504ed9"
    },
    {
      "username": "donge_cos",
      "user_id": "0195474c-8ee3-7690-a385-71b2913e31b5",
      "posts": 2,
      "views": 96120,
      "follower_count": 83354,
      "account_id": "0195474c-8ee3-7690-a385-71b2913e31b5"
    },
    "… 10 more"
  ]
}

MCP 호출로 쓰면

{
  "name": "solari_insight_instagram_hashtag_detail",
  "arguments": {
    "tag": "가을메이크업",
    "region": "KR",
    "days": 7
  }
}

주의사항

  • Covers KR and JP.

기계가 읽는 형식: /docs/tools/insight-instagram-hashtag-detail.md