Influencer Audience Overlap API
Compare audience overlap between creators
Is there an API to compare audience overlap between creators?
Yes. The Influencers.club Audience Overlap endpoint takes 2–10 creators on the same platform and returns total followers, unique followers and pairwise overlap percentages — so you can see how much reach you’d actually be buying twice before booking creators together.
Make the call
Both samples below are complete. Paste one in, swap the key, get a 200.
https://api-dashboard.influencers.club/public/v1/creators/audience/overlap/
Authorization: Bearer <API_KEY>
Content type application/json
Rate 1 credit per request
Full reference →
What comes back
A 200 with the page of creators and your remaining credit balance. Creator values below are elided — field names and types are exactly as published in the API schema.
The spec
| Parameter | Type | Accepted values | Behaviour |
|---|---|---|---|
| POST /public/v1/creators/audience/overlap/ | endpoint | platform, creators (2–10) | Compares 2–10 creators on one platform (Instagram, TikTok or YouTube). Returns report-level totals plus a per-creator unique and overlapping share. One flat credit per request. |
| platform | string, required | instagram · tiktok · youtube | Platform all creators are on. |
| creators | array, required | 2–10 usernames or profile URLs | The creators to compare. |
| — | |||
| — |
Billing. 1 credit per request, whatever the number of creators (2–10) compared. If the request fails, no credits are deducted.
How teams use this endpoint
Three ways this fits a creator-data workflow.
Two creators, one number
See how much of a duo’s reach is double-counted.
platform: "instagram", "creators": ["mrbeast", "khaby00"]
Check a whole shortlist
Up to 10 creators in one call, still 1 credit.
POST /public/v1/creators/audience/overlap/ {
"platform": "tiktok",
"creators": ["khaby.lame", "bellapoarch", "charlidamelio", "addisonre"] }
Discover first, then de-dupe
Run Discovery, take the top handles, drop the ones whose audiences overlap.
POST /public/v1/discovery/ { "platform": "instagram", "filters": { "ai_search": "clean beauty creators in the UK" } }
POST /public/v1/creators/audience/overlap/ { "platform": "instagram", "creators": ["<handle_1>", "<handle_2>", "<handle_3>"] }
Other creator data you can access
Influencer API endpoints
Six platforms with full data, 40+ more in the social graph
Instagramdiscovery · full data
TikTokdiscovery · full data
YouTubediscovery · full data
X / Twitterdiscovery · full data
Twitchdiscovery · full data
OnlyFansdiscovery · full dataPlus Facebook, Pinterest, Reddit, LinkedIn, Discord, Snapchat,
Linktree and 40+ more via connected socials.
Frequently asked questions
What does this endpoint cost?+
1 credit per request, whether you compare 2 or 10 creators. If the request fails, no credits are deducted.
Where can I find my API key?+
Create a free account. You will find your API key through the API side menu.
How do I compare audience overlap between creators using your API?+
Sign up for free and copy your API key from the dashboard. POST to /public/v1/creators/audience/overlap/ with a platform (instagram, tiktok or youtube) and 2–10 creator handles. You get back total and unique followers for the set, plus each creator’s unique and overlapping percentage. 1 credit per request.
What are your pricing plans and what do they include?+
Paid plans start at $249/month and use a flexible credit-based model.
Each API call consumes a specific number of credits depending on the endpoint and data depth. You can compare all tiers, credit amounts, and per-endpoint costs in the Pricing section of our API docs.
How can I get in touch with your team?+
Book a time on our calendar to talk to someone from our team and learn about the full capabilities of our API.