Back to APIs

Unified Agent API

Email Finder

Email Finder

Find verified professional email addresses by name and company domain, with waterfall across enrichment providers for maximum coverage.

POST/v1/emails/find

Overview

Your agent finds professional email addresses by name and domain. We waterfall across enrichment providers for maximum coverage.

Parameters

first_name

Required

string

Person's first name.

last_name

Required

string

Person's last name.

domain

Required

string

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.

Try Email Finder

Test Email Finder in the interactive playground. No setup required.

Open Playground
Email Finder API | Unified Agent APIs | o-mega