YepAPI

Command Palette

Search for a command to run...

POST/v1/email/enrich

Email Enrichment API

Turn any email into a full contact profile.

Send a single email address and get back a complete contact profile: full name, company, company domain, department, seniority, country, gender, social handles, and deliverability flags. The fastest way to enrich a raw email list into usable CRM records.

Try it live

Fill in the fields and hit Run to see a real response.

POST/v1/email/enrich
Response
Example response — hit "Send Request" to see a live result
{
  "data": {
    "contact": {
      "acceptAll": true,
      "company": "Stripe",
      "companyDomain": "stripe.com",
      "confidenceScore": 26,
      "country": "US",
      "department": null,
      "disposable": false,
      "email": "[email protected]",
      "firstName": "Matthew",
      "fullName": "Matthew Yalowitz",
      "gender": "male",
      "hasPhone": true,
      "lastName": "Yalowitz",
      "linkedin": "https://www.linkedin.com/in/myalowitz",
      "position": null,
      "seniority": null,
      "sources": [],
      "twitter": null,
      "type": "personal",
      "verificationStatus": "invalid",
      "verified": false,
      "webmail": false
    }
  },
  "ok": true
}

Features

Email to a full contact record

One address returns first name, last name, company, domain, department, seniority, country, and gender, so a bare email becomes a qualified lead.

Social and phone signals

Results include LinkedIn and Twitter handles plus a hasPhone flag, giving you extra channels to reach the contact.

Deliverability built in

Each record carries verified, verificationStatus, disposable, webmail, and accept-all flags so you enrich and clean your list in the same call.

Confidence scoring

A 0–100 confidence score tells you how strongly the profile is attributed to the email, ideal for thresholding automated imports.

Use cases

List Enrichment

Upload a list of raw emails and enrich each into a full CRM contact with name, company, and role.

Signup Enrichment

Enrich new signups in real time from their email to personalize onboarding and route sales-qualified leads.

Lead Scoring

Use seniority, department, and company data to score and prioritize inbound leads automatically.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/email/enrich', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "email": "[email protected]"
  }),
});
const data = await res.json();
console.log(data);

The email enrichment API — a raw email to a full profile

The Email Enrichment API expands a single address into a complete contact record: name, company, domain, department, seniority, country, social handles, and deliverability flags. It turns a raw email list into qualified, routable CRM data in one call each.

At $0.02 per call it's a fraction of Clearbit's enrichment pricing, with $5 of free credit and no minimums. Enrich signups in real time or clean an existing list, then verify and add phone numbers from the same API key.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

Send a single email address and get back a complete contact profile: full name, company, company domain, department, seniority, country, gender, social handles, and deliverability flags. The fastest way to enrich a raw email list into usable CRM records.

Each API call costs $0.02. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/email/enrich. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.

More email api endpoints