Email Finder
Find from business profile
Find someone's email from a business profile URL. Uses one finder credit if a verified email is found.
This endpoint is limited to 30 concurrent requests (when used synchronously)
post/api/search/business-profile
Request body
Example request
{
"linkedin_url": "https://www.linkedin.com/in/johndoe"
}Response
Example response
{
"contact": {
"name": "John Doe",
"domain": "website.com",
"email": "john@website.com"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.