전체 도구
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