Email Finder
Mail API
Email Finder
Find email address from LinkedIn profile URL
POST
Email Finder
Find the email address associated with a LinkedIn profile. This endpoint analyzes the LinkedIn profile and attempts to find the professional email address.
This endpoint costs 1 credit per request.
Header Parameters
Your API key
Body Parameters
LinkedIn profile URL (e.g., https://www.linkedin.com/in/jeffbezos/)
Required if first_name and last_name are not provided
Person’s first name
Required if linkedin_url is not provided
Person’s last name
Required if linkedin_url is not provided
Company domain (e.g., “company.com”)
Recommended over company_name for better accuracy
Company name (will be used to find domain)
Less accurate than providing company_domain directly
Response
Request status (success/error)
Notes
- You can use either a LinkedIn URL or provide first_name + last_name with company information
- Recommendation: Provide
company_domaindirectly instead ofcompany_namefor better accuracy and faster processing - If no email is found, the
emailfield will benull - The
catchallfield indicates if the domain accepts all email addresses - Alternative email addresses may be provided when multiple options are found