Reverse Lookup

The Reverse Lookup API helps you find LinkedIn profiles and associated lead information from email addresses or LinkedIn URLs, so you can enrich your contact database and power your prospecting workflows

Reverse Lookup LinkedIn Profile

get

Retrieve lead information from a LinkedIn profile URL

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
urlstringRequired

LinkedIn profile URL to lookup

Example: https://www.linkedin.com/in/williamhgates/
Responses
chevron-right
200

Successfully retrieved lead information

application/json
statusstringOptional

Response Object status

Example: success
get
/reverse_lookup/linkedin

Reverse Lookup Email Address

get

Retrieve lead information from an email address

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
email_addressstringRequired

Email address to lookup

Example: [email protected]
Responses
chevron-right
200

Successfully retrieved lead information

application/json
statusstringOptional

Response Object status

Example: success
get
/reverse_lookup/email

Reverse Lookup Domain

get

Retrieve company lead information from a domain name

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
namestringRequired

Domain name to lookup

Example: amazon.com
Responses
chevron-right
200

Successfully retrieved company lead information

application/json
statusstringOptional

Response Object status

Example: success
get
/reverse_lookup/domain

Last updated

Was this helpful?