All tools
instagram · insight · contentsolari:readWorks with any signed-in SOLARI account.

solari insight instagram content trend clusters

Instagram trends grouped by theme.

MCP tool
solari_insight_instagram_content_trend_clusters
CLI
solari insight instagram content trend clusters
Access
solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
Required plan
Free
Credit
0

Overview

A trend digest for the region you set: named themes with size, movement, and a few member posts.

When to use itWhen you want the shape of the moment, not a list of posts.

What comes backNamed clusters with a preview of member posts.

Parameters

regionstringoptional
Country code such as KR or JP.default "KR"
since_daysintegeroptional
How many days back to look.default 71–90
limitintegeroptional
How many clusters to return.≥ 1
account_idstringoptional
Brand account_id to rank clusters for the 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)$
usernamestringoptional
Brand username to rank clusters for the brand. Ignored when account_id is set.≤ 64 chars
brand_awarebooleanoptional
Rank clusters for the brand. On by default when a brand is set.default true

Response

Response

successboolean
Whether the digest was generated.
trend_countinteger
Clusters returned.
header_textstring
Digest headline.
region / since_daysstring · integer
Region and lookback applied.
brand_awareboolean
Whether brand-affinity reranking was requested.
als_appliedboolean
Whether the affinity model actually ran.
trendsobject[]
The clusters.

trends[]

cluster_idstring
Cluster id.
namestring
Cluster name.
bulletsstring[]
Sentences describing the cluster.
countinteger
Member posts.
count_deltainteger
Change in member posts vs. the previous period.
growth_pctnumber
Growth rate, percent.
avg_play_deltanumber
Change in average plays.
distinct_creatorsinteger
Creators contributing to the cluster.
creator_deltainteger
Change in creator count.
is_newboolean
Whether the cluster first appeared this period.
member_thumbnailsobject[]
Thumbnail previews of member posts.

Example

Request

$ solari insight instagram content trend clusters region=KR since_days=7 limit=2

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

{
  "success": true,
  "trend_count": 2,
  "header_text": "최근 7일 인기 트렌드 2개 (브랜드 컨텍스트 없음)",
  "brand_aware": true,
  "als_applied": false,
  "region": "KR",
  "since_days": 7,
  "directive": null,
  "trends": [
    {
      "cluster_id": "01a05857-7727-74d8-8da5-4e95981aca8d",
      "name": "GV90의 미래형 하이테크 기능",
      "bullets": [
        "화면이 회전하거나 시트가 뒤로 돌아가는 등 물리적으로 변형되는 자동차 내부 장치들을 직접 시연함",
        "… 1 more"
      ],
      "count": 7,
      "count_delta": 0,
      "growth_pct": 0,
      "avg_play_delta": 0,
      "creator_delta": 0,
      "distinct_creators": 3,
      "is_new": false,
      "early_zone_creator_count": null,
      "early_zone_creator_ratio": null,
      "als_member_count": null,
      "mean_als_score": null,
      "annotation": null,
      "group": null,
      "member_thumbnails": [
        {
          "post_id": "01a030df-c4b3-739c-9214-44b3b9463c7b",
          "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=100ms/https://smr-images-c.bzine.co/users/018cb4c9-da89-7b02-8efd-53ccb65c26c9/posts/01a030df-c4b3-739c-9214-44b3b9463c7b/medias/01a030df-c7c3-788e-8775-1096728e07 …",
          "slug": "DcP6jgRMTRv",
          "username": "sol.bpd",
          "media_url": "https://smr-images-c.bzine.co/users/018cb4c9-da89-7b02-8efd-53ccb65c26c9/posts/01a030df-c4b3-739c-9214-44b3b9463c7b/medias/01a030df-c7c3-788e-8775-1096728e07f2.mp4",
          "media_type": "video",
          "play_count": 1947419,
          "posted_at": "2026-08-20T04:37:17+00:00"
        },
        "… 3 more"
      ]
    },
    "… 1 more"
  ],
  "insights": null,
  "insight_query": null
}

As an MCP call

{
  "name": "solari_insight_instagram_content_trend_clusters",
  "arguments": {
    "region": "KR",
    "since_days": 7,
    "limit": 2
  }
}

Notes

  • This call can take up to two minutes.
  • Pass a brand to rank clusters for the brand. Set brand_aware=false to keep the raw order.

Machine-readable: /docs/tools/insight-instagram-content-trend-clusters.md