すべてのツール
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