latestOpenAPI 3.0.32026-08-08360156.4 KB
ae7fddf16bf9
Misc
Reverse email lookup
Find a business profile from an email address (work email or personal email).
Credit usage:
- Uses 1 finder credit if a profile is found (without profile data)
- Uses 2 finder credits if a profile is found with complete profile data (only if with_profile option enabled)
post/api/search/reverse-email
Request body
Example request
{
"email": "john@example.com"
}Response
Example response
{
"linkedin_url": "https://www.linkedin.com/in/johndoe"
}