Influencer Enrich by email API
Turn an email into a full social profile
Is there an API to find someone’s social profiles from their email?
Yes. The Influencers.club Email enrichment endpoint takes an email address and returns the creator profiles connected to it across platforms — reverse lookup from inbox to influence.
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/enrich/email/
Authorization: Bearer <API_KEY>
Content type application/json
Rate 0.05 credits per successfully enriched email
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/enrich/email/ | endpoint | Reverse lookup: one email in, the creator profile it belongs to out. Returns the primary matched account with platform, ID, handle and followers; chain into Connected Socials or Full enrichment for the rest. | |
| string, required | A valid email address | The email to look up. | |
| — | |||
| — | |||
| — |
Billing. 0.05 credits per successfully enriched email. If no profile is found for the email, no credits are deducted.
How teams use this endpoint
Three ways this fits a creator-data workflow.
One email in
The cheapest way to find out whether a lead is a creator.
email: "contact@mrbeastbusiness.com"
Then get every platform
Pass the returned handle to Connected Socials.
POST /public/v1/creators/socials/ { "platform": "youtube", "handle": "UCX6OQ3DkcsbYNE6H8uQQuVA" }
Enrich a whole email list
Batch enrichment accepts a CSV with an email column.
POST /public/v1/enrichment/batch/ multipart/form-data: file=emails.csv, enrichment_mode=basic
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.05 credits per successfully enriched email. If no profile is found, 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 turn an email into a full social profile using your API?+
Sign up for free and copy your API key from the dashboard. POST to /public/v1/creators/enrich/email/ with an email. You get back the creator profile connected to it — platform, ID, handle, name and followers — for 0.05 credits. Pass that handle to Connected Socials or Full enrichment for the complete picture.
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.