Skip to main content
Version: 1.5.1

Single Search: Email Discovery

Icypeas provides you with a special route to find an email address from a firstname, a lastname and a company domain name. When you are looking for the email address of one prospect, use this route.

caution

Please be aware that you should not use this route if you want to make many searches. You need to use the bulk search instead which is designed to handle thousand of searches in parallel

POSThttps://app.icypeas.com/api/email-search
BODY PARAMS
firstname*(can be empty if a lastname is set)string

The firstname of the person you want to find.

lastname*(can be empty if a firstname is set)string

The lastname of the person you want to find.

domainOrCompany*string

The domain or the company name of the person you want to find.

/email-search
{
"firstname": "Example",
"lastname": "Email",
"domainOrCompany": "icypeas.com"
}
RESPONSES