YepAPI

Command Palette

Search for a command to run...

POST/v1/instagram/user-similar

Instagram Similar Accounts API

Find similar Instagram accounts. Competitor and influencer discovery from $0.01/call.

Find accounts similar to a given Instagram user. Returns suggested similar accounts with profile metadata.

Try it live

Fill in the fields and hit Run to see a real response.

POST/v1/instagram/user-similar
Response
Example response — hit "Send Request" to see a live result
{
  "ok": true,
  "data": {
    "similar_accounts": [
      {
        "username": "related_account",
        "full_name": "Related",
        "follower_count": 100000
      }
    ]
  }
}

Features

Similar accounts

Returns a similar_accounts array of profiles related to the seed username — Instagram's own suggested-account graph, surfaced as structured data.

Profile metadata

Each suggestion includes username and full_name, so the related accounts arrive as usable, identifiable profiles.

Follower counts

Every similar account carries follower_count, letting you rank discovered accounts by reach immediately.

Niche discovery

Because suggestions cluster around the seed account's niche, one lookup expands a single creator into a map of their competitive and topical neighborhood.

Use cases

Competitor Discovery

Find competitors and similar accounts in your niche.

Influencer Expansion

Expand your influencer list by finding similar creators.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/instagram/user-similar', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "username": "instagram"
  }),
});
const data = await res.json();
console.log(data);

Find accounts similar to any Instagram user

The YepAPI Instagram Similar Accounts API takes one seed username and returns a similar_accounts array of related profiles — each with username, full_name, and follower_count. A POST to /v1/instagram/user-similar taps Instagram's own suggested-account graph, turning a single creator into a map of their niche.

It is the expansion engine of the YepAPI Instagram suite: where the Search API finds accounts from keywords, Similar Accounts finds them from a known anchor. Profile each result with the User Profile API or size their audiences with Followers. One key also covers TikTok, YouTube, SEO, and AI, so lookalike discovery spans platforms in a single integration.

What is an Instagram similar accounts API?

An Instagram similar accounts API returns profiles related to a given account, as structured JSON. Instead of searching by keyword, you anchor on one username you already care about and receive the accounts Instagram associates with it — typically same-niche creators, competitors, and audience-overlapping profiles. You send {"username": "instagram"} and get a similar_accounts array, each entry with username, full_name, and follower_count. It is built for lookalike discovery: expanding a single seed into a ranked neighborhood of comparable accounts, which keyword search alone cannot reliably reproduce.

Build your own Instagram lookalike-discovery tool

Use the Similar Accounts endpoint to expand an influencer shortlist, map a competitive landscape, or seed an outreach list from one known creator. Because each suggestion includes follower_count, you can rank the neighborhood by reach and filter to your target tier instantly. Chain it recursively — feed a discovered account back in to widen the net — and enrich the best matches with the YepAPI User Profile API or audience checks via the Followers API.

Instagram Similar Accounts API pricing — $0.01 per call

Each similar-accounts lookup is a flat $0.01, no tiers or minimums. Recursively mapping a niche across many seed accounts still costs only cents per call, and the spend shares one balance with every YepAPI endpoint. You pay per call only, so lookalike discovery scales with how wide you cast, never with a subscription tier.

Niche mapping the official API can't provide

Instagram's official Graph API has no concept of public account suggestions — it exposes nothing resembling a similar-accounts graph for arbitrary users. The YepAPI Similar Accounts API surfaces the related-profile suggestions for any seed username, so competitor and influencer discovery from a known anchor becomes possible at all, a capability entirely absent from the official API.

Try the Instagram Similar Accounts API free

Sign up for $5 in free credit, no card required. That is 500 similar-account lookups — enough to map several niches and build a lookalike list before you pay anything.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Find accounts similar to a given Instagram user. Returns suggested similar accounts with profile metadata.

Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/instagram/user-similar. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.

More instagram api endpoints