Overview
Find professional email addresses
Credits
2 credits per call
Providers
Icypeas
SDK Method
client.emails.find(...)
Parameters
first_nameRequiredstring
First name.
last_nameRequiredstring
Last name.
domainRequiredstring
Company domain.
companystring
Company name (optional).
Example Response
{
"success": true,
"data": {
"email": "jane@stripe.com",
"email_type": "professional",
"confidence": 0.95,
"verification_status": "verified",
"first_name": "Jane",
"last_name": "Smith",
"domain": "stripe.com"
},
"metadata": {
"provider_used": "icypeas",
"providers_tried": [
"icypeas"
],
"mode_used": null,
"response_time_ms": 22581,
"request_id": "req_29a74754"
},
"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.