# solari insight instagram content trending

> いま伸びている Instagram 投稿です。

- **CLI**: `solari insight instagram content trending`
- **MCP ツール**: `solari_insight_instagram_content_trending`
- **アクセス権**: `solari:read` — サインイン済みの SOLARI アカウントであれば利用できます。
- **Required plan**: Free
- **Credit**: 0

region で指定した地域の、いま伸びている Instagram 投稿を、投稿者のプロフィール付きで返します。

**どんなときに使うか** — いま効いているコンテンツを見たいときに使います。伸びの速さが大事なら content rising です。

**何が返るか** — いま伸びている投稿です。次のページは next_cursor で取ります。

## パラメータ

- `region` (string, 任意, 既定値 "KR") — KR や JP などの国コード。
- `limit` (integer, 任意, ≥ 1) — 1ページあたりの件数。
- `cursor` (string, 任意) — 前のページの next_cursor。
- `account_id` (string, 任意, 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)$) — 順位を合わせるブランドの account_id。
- `username` (string, 任意, ≤ 64 chars) — 順位を合わせるブランドのユーザー名。account_id があるときは無視されます。

## レスポンス

### `Response`

- `items` (object[]) — いま伸びている投稿。
- `total_count` (integer) — フィードの件数。
- `region` (string) — 適用した国。
- `content_type` (string) — フィードの種類。
- `next_cursor` (string | null) — 次のページではこれを cursor として渡します。

### `items[]`

- `post_id` (uuid) — ほかのコンテンツ系ツールに渡す投稿 id。
- `slug` (string) — 公開 URL のショートコード。
- `author_id` (uuid) — 投稿者の account_id。
- `username` (string) — 投稿者のユーザー名。
- `full_name` (string | null) — 表示名。
- `profile_pic_url` (string | null) — プロフィール画像 URL。
- `follower_count` (integer | null) — 投稿者のフォロワー数。
- `region` (string | null) — 投稿者の国。
- `posted_at` (timestamp) — 投稿日時（UTC）。
- `media_type` (string) — image、video、または carousel。
- `play_count` (integer | null) — 動画の再生数。画像では null。
- `like_count` (integer | null) — いいね数。
- `text` (string | null) — キャプション。
- `media_url` (string) — メディア URL。
- `thumbnail_url` (string) — サムネイル URL。
- `score` (number | null) — このレスポンスでの順位スコア。
- `efficiency_score` (number | null) — 投稿者のフォロワー数と比べた成果。
- `est_percentile` (number | null) — 対象国内のパーセンタイル。0–1。
- `total_views_3m` (integer | null) — 投稿者の直近 3 ヶ月の再生数。
- `median_views_3m` (integer | null) — 投稿者の直近 3 ヶ月の再生数の中央値。
- `recent_collab_brands` (string[]) — 投稿者が最近コラボしたブランド。
- `item_type` (string) — アイテムの種類。これらのフィードでは post。
- `content_source` (string | null) — このアイテムを出したフィード。
- `is_saved` (boolean | null) — SOLARI に保存されているか。
- `updated_at` (timestamp | null) — 指標の最終更新時刻。

## 例

```console
$ solari insight instagram content trending region=KR limit=2
```

_読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。_

```json
{
  "items": [
    {
      "item_type": "content",
      "post_id": "01a055fe-d72c-7005-8709-eef67b4be6f0",
      "author_id": "018ecc27-f8e7-7100-9339-bb050ea44a7f",
      "username": "sixpackpiggy",
      "full_name": "Jinmin Park",
      "profile_pic_url": "https://dcr.bzine.co/instagram/users/sixpackpiggy/profile-picture",
      "follower_count": 93442,
      "region": "KR",
      "posted_at": "2026-08-29T02:02:20Z",
      "media_type": "video",
      "play_count": 286749,
      "like_count": null,
      "score": 96.69330916066565,
      "efficiency_score": null,
      "est_percentile": 96.69330916066565,
      "updated_at": "2026-09-03T04:51:42.797111Z",
      "media_url": "https://smr-images-b.bzine.co/users/018ecc27-f8e7-7100-9339-bb050ea44a7f/posts/01a055fe-d72c-7005-8709-eef67b4be6f0/medias/01a055fe-d964-7d73-9a77-d06823a2abc2.mp4",
      "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images.bzine.co/users/018ecc27-f8e7-7100-9339-bb050ea44a7f/posts/01a055fe-d72c-7005-8709-eef67b4be6f0/medias/01a055fe-d964-7d73-9a77-d06823a2abc2.m …",
      "slug": "Dcmzs05SAae",
      "text": "How dedicated are you to your Korean skincare? 💅@patinaosaka \n#koreanskincare #osaka #japan #kbeauty #traveling",
      "brand_match_score": null,
      "recent_collab_brands": [],
      "total_views_3m": 1875678,
      "median_views_3m": 57780,
      "is_saved": false,
      "content_source": null
    },
    "… 1 more"
  ],
  "total_count": 213635,
  "region": "KR",
  "content_type": "trending",
  "next_cursor": "eyJhcyI6ICIyMDI2LTA5LTAzVDA1OjIwOjIzLjM4Mzk3NCswMDowMCIsICJzYyI6ICIyMDI2LTA5LTAzVDA0OjQ0OjQ3LjkzNTI1OCswMDowMCIsICJzcCI6ICIwMWEwNTVmZS1mOWIyLTdiNmYtYjY1OS05ZGE1OTM3NjgzMWMifQ=="
}
```

## MCP 呼び出しとして

```json
{
  "name": "solari_insight_instagram_content_trending",
  "arguments": {
    "region": "KR",
    "limit": 2
  }
}
```

## 注意点

- ブランドの account_id かユーザー名を付けると、指定したブランドに合わせて順位が変わります。
- ページは offset ではなく cursor です。next_cursor を送り返してください。

## 関連ツール

- [`solari_insight_instagram_content_rising`](https://solari.sh/docs/tools/insight-instagram-content-rising.md?lang=ja)
- [`solari_insight_instagram_content_trend_clusters`](https://solari.sh/docs/tools/insight-instagram-content-trend-clusters.md?lang=ja)
