Find Email
Find an email address using first name, last name and domain information OR LinkedIn profile URL
Authorization
x-api-key<token>API key for authentication
In: header
Request Body
application/jsonRequiredfirstNameRequired
stringFirst name of the person
lastNameRequired
stringLast name of the person
domainRequired
stringCompany domain name
Successfully found email
Find an email address using LinkedIn profile URL.
- Simply replace firstName, lastName, and domain with linkedinUrl in the request body
🧾 Example Request Body
Note: Use either linkedinUrl or firstName + lastName + domain — not both in the same request.