All tools
instagram · insight · hashtagsolari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.

solari insight instagram hashtag detail

One Instagram hashtag in depth.

MCP tool
solari_insight_instagram_hashtag_detail
CLI
solari insight instagram hashtag detail
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

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.

When to use itAfter hashtag trending, when one tag needs a closer look.

What comes backThe tag's numbers, its daily series, related tags, and top creators.

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. 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_usernamestringoptional
Brand username. Ignored when brand_account_id is set.≤ 64 chars

Response

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.

Example

Request

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

Response · Long strings and repeated array entries are trimmed for readability.

{
  "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"
  ]
}

As an MCP call

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

Notes

  • Covers KR and JP.

Machine-readable: /docs/tools/insight-instagram-hashtag-detail.md