Email Finder API

Enrich any system with email lookup.
Get started in minutes.

Person email lookup

Requires the name of a person and a company name or domain.
Returns the professional email of this person and the email quality.

Example Response
{
"alternatives": [
"joedelia@hundo.io"
],
"email": "joed@hundo.io",
"validation": "valid"
}

Find all emails at a company

Takes as input a company domain or name.
Returns a list of emails with their quality.

Example Response
{
"emails": [
"joedelia@hundo.io",
"cameronjames@hundo.io"
],
"totalCount": 4,
"validation": "valid"
}

Verify email deliverability

Requires an email address.
Returns whether the email address is deliverable or not.

Example Response
{
"validation": "valid"
}

Find Verified Emails
with our Email Lookup API