Back to APIs

Unified Agent API

Email Finder

Email Finder

Find verified professional email addresses by name and company domain.

POST/v1/emails/findVerified

Overview

Find professional email addresses

Credits

2 credits per call

Providers

Icypeas

SDK Method

client.emails.find(...)

Parameters

first_nameRequired

string

First name.

last_nameRequired

string

Last name.

domainRequired

string

Company domain.

company

string

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.

Try Email Finder

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

Open Playground
Email Finder API | Unified Agent APIs | suprhuman