latestOpenAPI 3.0.32026-08-08360156.4 KB
ae7fddf16bf9
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"
}
}