Profile URL to Personal Email
Find personal email address of an individual using their profile url.
cURL 'https://api.enrich.so/v1/api/find-personal-email?profile_url=https://www.linkedin.com/in/williamhgates'
--header 'Authorization: Bearer <token>'
--header 'Content-Type: application/json'
Example response
Status Code: 202 ACCEPTED
{
"status": "in_progress",
"message": "Request queued. Retry again after a few seconds with the same parameters"
}
Status Code: 200 OK
{
"email": "[email protected]",
"found": true,
"total_credits": 25000,
"credits_used": 229,
"credits_remaining": 24771
}
Status code: 404 NOT FOUND
{
"error": true,
"message": "Sorry we couldn't find the email for https://www.linkedin.com/in/williamhgates"
}
Last updated