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

solari insight instagram content similar

Posts similar to one Instagram post.

MCP tool
solari_insight_instagram_content_similar
CLI
solari insight instagram content similar
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

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

When to use itWhen you start from a single post. To start from a brand's ads, use brand lookalike content.

What comes backSimilar posts, closest first, each marked whether it's sponsored.

Parameters

post_idstringrequired
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)$
regionstringoptional
Country code such as KR or JP. Leave this off to search everywhere.
limitintegeroptional
How many posts per page.≥ 1
offsetintegeroptional
How many posts to skip.default 00–120

Response

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.

Example

Request

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

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

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

As an MCP call

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

Notes

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

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