/
Search by Email
For each email provided, identify one or more social media accounts on Instagram, YouTube, or TikTok that have listed this email in their bio or as their contact information.
A successful request costs 0.02 credits per matched email. To execute this request, the account must have a minimum of 0.02 credits multiplied by the number of provided emails, otherwise a not_enough_credits error will be returned.
We do not store the email addresses that you send us.
Security
accessToken
POST
curl -i -X POST \
https://api.modash.io/v1/email-search \
-H 'Authorization: Bearer <YOUR_token_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"emails": [
"hello@modash.io",
"non-existent@modash.io"
]
}'Response
{ "error": false, "matchedEmails": [ { … } ], "notMatchedEmails": [ "string" ], "totalMatches": 1 }