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

solari insight instagram hashtag trending

Trending Instagram hashtags, rising and top.

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

개요

Hashtag leaderboard for a market and window, in two lists: rising (share growing fastest against the previous window) and top (volume weighted by how much more it's used than usual). Pass a brand to see what's moving among that brand's creators.

언제 쓰나When you want which hashtags are taking off now, across a market or around a brand.

무엇이 나오나The rising and top lists, with volume, growth, and a daily share series per tag.

파라미터

regionenum선택
KR or JP.기본값 "KR"KRJP
daysinteger선택
7, 30, or 90. Growth compares with the window before.기본값 30
brand_account_idstring선택
Brand account_id. Scopes the numbers to creators around that brand.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
limitinteger선택
How many tags to keep per list.≥ 1

응답

Response

region / days / start_date / end_datestring · integer · date
Market and window applied.
lensstring
brand when scoped to a brand's creators, global for the whole market.
lens_reasonstring | null
brand, no_brand (none given), or brand_not_modeled (SOLARI can't place creators around this brand yet, so the whole market was used).
pool_sizeinteger | null
Creators in the brand lens. Null for global.
spark_datesdate[]
Dates for each spark value.
top / risingobject[]
The two lists.
top_total / rising_totalinteger
Full list sizes before limit.

top[] · rising[]

tagstring
Hashtag, without #.
count / prev_countinteger
Posts now and in the previous window.
unique_creatorsinteger
Creators who used it.
viewsinteger
Total views.
sponsored_pctinteger
Sponsored posts, percent.
growth_xnumber
Share growth against the previous window. 3.9 means 3.9×.
is_newboolean
Barely used in the previous window.
sparknumber[]
Share of all posts, percent, per spark_dates entry.
momentumnumber | null
Late-window share against early-window share. Above 1 means still climbing.
lift / global_growth_x / contrastnumber · number · string | null
Brand lens only: how much more the brand's creators use it than the market, market growth, and local or nationwide when the two differ.
watchboolean
Worth a look: new or fast-growing, not crowded with ads.
watch_reasonsstring[]
new, lift, growth, room (few ads yet), creators — most important first.
familyobject[]
Other spellings folded into this tag, with their counts.

예시

요청

$ solari insight instagram hashtag trending region=KR days=7 limit=1

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

{
  "region": "KR",
  "days": 7,
  "start_date": "2026-09-15",
  "end_date": "2026-09-22",
  "lens": "global",
  "lens_reason": "no_brand",
  "pool_size": null,
  "spark_dates": [
    "2026-09-15",
    "2026-09-16",
    "… 6 more"
  ],
  "top": [
    {
      "tag": "올영세일",
      "count": 4812,
      "unique_creators": 2210,
      "views": 38400000,
      "sponsored_pct": 41,
      "prev_count": 1290,
      "growth_x": 3.62,
      "is_new": false,
      "spark": [
        0.62,
        0.71,
        0.94,
        1.38,
        1.52,
        1.61,
        1.49,
        1.44
      ],
      "momentum": 1.84,
      "lift": null,
      "global_growth_x": null,
      "contrast": null,
      "watch": false,
      "watch_reasons": [
        "growth",
        "creators"
      ],
      "family": [
        {
          "tag": "올리브영세일",
          "count": 612
        }
      ]
    }
  ],
  "rising": [
    {
      "tag": "가을메이크업",
      "count": 356,
      "unique_creators": 241,
      "views": 2140000,
      "sponsored_pct": 12,
      "prev_count": 88,
      "growth_x": 3.9,
      "is_new": false,
      "spark": [
        0.05,
        0.06,
        0.07,
        0.08,
        0.09,
        0.1,
        0.11,
        0.12
      ],
      "momentum": 1.52,
      "lift": null,
      "global_growth_x": null,
      "contrast": null,
      "watch": true,
      "watch_reasons": [
        "growth",
        "room",
        "creators"
      ],
      "family": []
    }
  ],
  "top_total": 20,
  "rising_total": 20
}

MCP 호출로 쓰면

{
  "name": "solari_insight_instagram_hashtag_trending",
  "arguments": {
    "region": "KR",
    "days": 7,
    "limit": 1
  }
}

주의사항

  • Covers KR and JP.
  • Check lens before reading a brand-scoped board. brand_not_modeled means you got the whole market.

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