Influencer Connected Socials API
Get every platform connected to a creator
Is there an API to find every platform a creator is on?
Yes. The Influencers.club Connected Socials endpoint takes one known handle and returns the creator’s full cross-platform graph — every linked account across 47 platforms — so one Instagram handle becomes their YouTube, TikTok, Twitch, Twitter and more.
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/socials/
Authorization: Bearer <API_KEY>
Content type application/json
Rate 0.5 credits 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/socials/ | endpoint | platform, handle | One known handle in, every verified connected account out — with followers, engagement, verification, links in bio, language and location per platform. Flat 0.5 credits regardless of how many accounts come back. |
| platform | string, required | instagram · youtube · tiktok · twitch · twitter · onlyfans | Platform of the handle you already have. |
| handle | string, required | username, profile URL or YouTube channel ID | The seed account. |
| — | |||
| — |
Billing. 0.5 credits per request, however many connected accounts come back. If the request fails, no credits are deducted.
How teams use this endpoint
Three ways this fits a creator-data workflow.
One handle in
Every platform the creator is on, in one call.
platform: "instagram", "handle": "mrbeast"
Start from an email
Enrich by email first, then expand the graph.
POST /public/v1/creators/enrich/email/ { "email": "contact@mrbeastbusiness.com" }
POST /public/v1/creators/socials/ { "platform": "youtube", "handle": "<userId from the email lookup>" }
Pick the best platform to track
Use follower and engagement per platform to decide what to monitor.
POST /public/v1/social/listening/subscription/ {
"name": "MrBeast on TikTok",
"platform": "tiktok",
"event_type": "new_post",
"handles": ["mrbeast"],
"notify_endpoints": [{ "destination": "https://example.com/webhooks/ic", "notify_type": "api" }] }
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?+
0.5 credits per request, however many connected accounts are returned. 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 get every platform connected to a creator using your API?+
Sign up for free and copy your API key from the dashboard. POST to /public/v1/creators/socials/ with a platform and one handle. You get back an array of every verified account connected to that creator — platform, URL, handle, followers, engagement, verification and bio links — for 0.5 credits.
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.