すべてのツール
instagram · insight · contentsolari:readトライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。

solari insight instagram content similar

Posts similar to one Instagram post.

MCP ツール
solari_insight_instagram_content_similar
CLI
solari insight instagram content similar
アクセス権
solari:readトライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。トライアルを含むすべての SOLARI プランで利用できます。成功した呼び出し 1 回につき 1 クレジットです。
対象プラン
Any paid plan or trial
クレジット
1

概要

Find Instagram posts that look and read like one post you already have — same subject, format, and mood. Useful for collecting creative references.

どんなときに使うかWhen you start from a single post. To start from a brand's ads, use brand lookalike content.

何が返るかSimilar posts, closest first, each marked whether it's sponsored.

パラメータ

post_idstring必須
post_id of the reference post, from any content tool.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)$
regionstring任意
Country code such as KR or JP. Leave this off to search everywhere.
limitinteger任意
How many posts per page.≥ 1
offsetinteger任意
How many posts to skip.既定値 00–120

レスポンス

Response

anchor_post_iduuid
The reference post.
itemsobject[]
Similar posts, closest first.

items[]

post_iduuid
Post id for other content tools.
iduuid
Same as post_id.
slugstring | null
Shortcode from the public URL.
account_iduuid | null
Author account_id.
labelstring | null
Author username.
media_typestring | null
image, video, or carousel.
thumbnail_urlstring | null
Thumbnail URL.
media_urlstring | null
Media URL. Null when the file isn't stored.
play_countinteger | null
Video plays.
posted_attimestamp | null
Published at (UTC).
is_adboolean
Whether it was identified as sponsored.

リクエスト

$ solari insight instagram content similar post_id=01a04c73-3ec3-7873-9e84-334c644abfe4 limit=2

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

{
  "anchor_post_id": "01a04c73-3ec3-7873-9e84-334c644abfe4",
  "items": [
    {
      "id": "019ecb92-a677-7421-8ed6-752efe3d99d0",
      "post_id": "019ecb92-a677-7421-8ed6-752efe3d99d0",
      "user_id": "0196cb39-870a-7a76-9773-0b95789c877d",
      "label": "boo_rookie",
      "thumbnail_url": "https://dcr.bzine.co/instagram/posts/DZcD8KXxKwd/thumbnails/m",
      "media_url": null,
      "media_type": "video",
      "play_count": 427258,
      "posted_at": "2026-06-11T08:14:37+00:00",
      "slug": "DZcD8KXxKwd",
      "is_ad": false,
      "account_id": "0196cb39-870a-7a76-9773-0b95789c877d"
    },
    "… 1 more"
  ]
}

MCP 呼び出しとして

{
  "name": "solari_insight_instagram_content_similar",
  "arguments": {
    "post_id": "01a04c73-3ec3-7873-9e84-334c644abfe4",
    "limit": 2
  }
}

注意点

  • Covers roughly the last 4 months. Paging stops at 180 results.
  • An unknown or very old post_id returns an empty list.

機械可読な形式: /docs/tools/insight-instagram-content-similar.md