Reverse Email & Contact API
Resolve an email or handle to a creator profile and contact details
Send an email address and get back the social accounts behind it, or send a handle and get the public contact details for it. One way to close the gap between a list of emails and the creators they belong to.
maya.collabs@gmail.com
@mayamakes
Instagram · 248K followers
Full nameMaya Pradana
Profile URLinstagram.com/mayamakes
Reverse email lookup
Match emails to the Instagram, YouTube, and TikTok accounts behind them.
Direct contact info
Pull public email, website, and phone for any handle you already have.
Across platforms
Consistent profile fields whether the match lands on IG, YouTube, or TikTok.
Built for batches
Submit many emails at once and collect results when the job finishes.
Reverse email lookup
Find the creator behind an email address.
- ✓Submit one email or a whole list in a single job.
- ✓Get back matched profiles with username, name, and profile URL.
- ✓See match counts so you know exactly which emails landed.
- ✓Webhook fires when the job finishes, so you never have to babysit it.
Batch lookup result
500Emails sent
362Matched
72%Match rate
3Platforms
Direct contact info
Get public contact details for a handle.
- ✓Pass a username or profile URL on Instagram, YouTube, or TikTok.
- ✓Return public email, website, and phone where the creator lists them.
- ✓Includes follower counts and verification status alongside contacts.
- ✓Skip the analytics fetch when all you need is a way to reach out.
@thekitchenco
YouTube · 1.1M subscribers
Emailteam@thekitchenco.id
Websitethekitchenco.id
Phone+62 812 •••• 4471
How it works
From key to production in four steps.
01
Authenticate
Add your API token to the Authorization header.
02
Submit the job
POST one or more emails to /email-lookup and get a job id back.
03
Collect results
Wait for the webhook, then GET /email-lookup/{id} for the matches.
04
Reach out
Use matched profiles and contact details to start the conversation.
The endpoint
One call. Structured data back.
POST
/fairservice/email-lookupcurl -X POST "https://stg.api.fair-indonesia.com/api/fairservice/email-lookup" \
-H "Authorization: <your_token>" \
-H "Content-Type: application/json" \
-d '{ "emails": ["maya.collabs@gmail.com", "team@thekitchenco.id"] }'FAQ
Frequently asked questions
You POST an array of emails to /email-lookup and get back a job id. The lookup runs in the background, and an EMAIL_LOOKUP.SUCCESS webhook fires when it's done. Then you GET /email-lookup/{id} to pull the matched profiles and match counts.
Build with creator profile today.
Real creator data, at scale, straight from the source.