v3
latestOpenAPI 3.1.02026-07-318648277.6 KBPeople Enrichment
Email Finder
Find a person's work email address using their name and company information.
post/v1/people/email-finder
Request body
Response
Successful response with email details
Example response
{
"email": "alex.rivera@example.com",
"status": "valid",
"credits_consumed": 1,
"message": "Valid email found.",
"first_name": "Alex",
"last_name": "Rivera",
"domain": "leadmagic.io",
"mx_record": "alt3.mx1.example.com",
"mx_provider": "Example Mail",
"has_mx": true,
"mx_records_full": [
{
"priority": 10,
"exchange": "mx1.example.com"
}
],
"company_name": "Leadmagic",
"company_size": "11-50",
"company_founded": 2022,
"company_location": {
"name": "boston, massachusetts, united states",
"locality": "boston",
"region": "massachusetts",
"metro": "boston, massachusetts",
"country": "united states",
"continent": "north america",
"street_address": "1 seaport lane",
"postal_code": "02210",
"geo": "42.35,-71.06"
},
"company_profile_url": "leadmagichq",
"company_profile_id": "75153174",
"company_type": "private",
"employment_verified": true
}