v1

latestOpenAPI 3.1.02026-07-14306.6 KB

Query Personal Email

post/emails/query

Query parameters

versionstring

This parameter is required to receive email addresses and phone numbers

Request body

namestring

The name of the person you are searching

linkedin_idstring

The LinkedIn ID of the profile, usually an integer

linkedin_urlstring

The LinkedIn URL of the profile (must be a vanilla LinkedIn URL, it cannot be a Sales Navigator or Recruiter URL)

company_namestring

The name of the company the person works for

company_titlestring

The title of which the person has for the company they work for

github_urlstring

The person's GitHub URL

phone_numberstring

If you have a phone number, we can get you a email address

locationstring

A general location of where the person lives (city, state, country)

Response

200

emailsstring[]

Example response

{
  "emails": [
    "slu@me.com"
  ]
}