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.
{
"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
One address returns first name, last name, company, domain, department, seniority, country, and gender, so a bare email becomes a qualified lead.
Results include LinkedIn and Twitter handles plus a hasPhone flag, giving you extra channels to reach the contact.
Each record carries verified, verificationStatus, disposable, webmail, and accept-all flags so you enrich and clean your list in the same call.
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.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
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
Domain Search
$0.03Find every email on a company domain with names, roles and a company profile.
Email Finder
$0.02Find a person's verified work email from their name and company domain.
Author Finder
$0.02Find the email of the author behind any article or blog URL.