Similar Instagram Accounts Finder avatar

Similar Instagram Accounts Finder

Pricing

from $0.01 / 1,000 similar account recommendations

Go to Apify Store
Similar Instagram Accounts Finder

Similar Instagram Accounts Finder

Find 10 ranked Instagram accounts similar to any username. Get handles, display names, follower counts, engagement rates, categories, locations, verification status, similarity scores, and profile links.

Pricing

from $0.01 / 1,000 similar account recommendations

Rating

0.0

(0)

Developer

Fetch Finch

Fetch Finch

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Find Instagram accounts that are similar to a creator or brand account you already know.

Enter one Instagram username and the actor returns a ranked list of suggested accounts. This is useful for influencer research, competitor discovery, campaign planning, and building a shortlist of potential partners.

Input

FieldTypeRequiredDescription
usernamestringYesInstagram username or profile URL to use as the starting account. Plain usernames, @usernames, and full Instagram profile URLs are supported.

Example:

{
"username": "k.mbappe"
}

These formats are also supported:

{ "username": "@k.mbappe" }
{ "username": "https://www.instagram.com/k.mbappe/" }

Enter a username and receive a curated list of 10 similar Instagram accounts in ranked order.

Dataset output

One dataset item is saved for each returned account. Items include:

  • rank — position in the similarity results.
  • handle — Instagram username of the suggested account.
  • displayName — public display name.
  • followers — follower count.
  • engagementRate — engagement rate, when available.
  • categories — detected content categories.
  • location — associated country or location.
  • verified — whether the account is marked as verified.
  • score — similarity score.
  • profileUrl — direct Instagram profile URL.
  • sourceHandle — username used for the search.
  • platform — always INSTAGRAM.

Profile avatar URLs are intentionally omitted because the upstream image paths are not reliably publicly accessible.

Example output

{
"rank": 1,
"handle": "dani.carvajal.2",
"displayName": "Daniel Carvajal",
"followers": 14157494,
"engagementRate": 2.42,
"categories": ["Athlete", "Fitness & Health"],
"location": "SPAIN",
"verified": true,
"score": 3.0,
"profileUrl": "https://www.instagram.com/dani.carvajal.2/",
"sourceHandle": "k.mbappe",
"platform": "INSTAGRAM"
}

Notes

  • The input account must be discoverable by the underlying creator database.
  • Results are ranked by similarity and may change over time.
  • Instagram login credentials are not required.