Work Email Endpoint using First Name, Last Name & Company Name

This requests a Verified Work Email based on a First Name, Last Name & Company URL / Name. The highest success rates are when using a Company URL.

This requests a Verified Work Email based on a First Name, Last Name & Company URL / Name. The highest success rates are when using a Company URL.

GET /contactlookup/namesearch

The cost is credits, you are only charged on a successful, verified email.

Request Body

NameTypeDescription

Company URL*

String

The Company URL - Highest chance of success

Company Name*

String

The Companies Name

Company Location*

String

The companies HQ location. Can be City, Country or both.

First Name*

String

The Persons First Name

Last Name*

String

The Persons Last Name

Expected Response

json
{
    "workemail": "example@example.com",
    "phone": "*421123456789"
}

Last updated