Overview
Your agent finds professional email addresses by name and domain. We waterfall across enrichment providers for maximum coverage.
Parameters
first_name
Requiredstring
Person's first name.
last_name
Requiredstring
Person's last name.
domain
Requiredstring
Company domain to search.
company
string
Company name (optional). Can improve match accuracy.
Example Response
{
"success": true,
"data": {
"email": "john.doe@acme.com",
"email_type": "professional",
"confidence": 0.9,
"verification_status": "verified",
"first_name": "John",
"last_name": "Doe",
"domain": "acme.com"
},
"metadata": {
"provider_used": "icypeas",
"providers_tried": ["icypeas"],
"response_time_ms": 3200,
"request_id": "req_jkl012"
},
"credits_used": 2
}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.