Domain Search API
Find every email on a company domain with names, roles and a company profile.
Search a company domain and get back every discoverable email address — each with the person's name, role, department, seniority, and a confidence score — plus a full company profile covering industry, size, revenue, location, and social handles. One call to map an entire organization's contacts.
Try it live
Fill in the fields and hit Run to see a real response.
{
"data": {
"company": {
"acceptAll": true,
"description": "stripe is a payment processing platform enabling businesses to accept payments and manage online transactions.",
"domain": "stripe.com",
"emailPattern": "{first}",
"founded": "2010",
"industry": "Information Technology and Services",
"location": {
"address": "354 oyster point blvd",
"city": "San Francisco",
"country": "US",
"postalCode": "94107",
"state": "California"
},
"name": "Stripe",
"revenue": "$100M-$250M",
"size": "5K-10K",
"social": {
"facebook": "https://www.facebook.com/stripehq",
"github": "https://www.github.com/stripe",
"instagram": null,
"linkedin": "https://www.linkedin.com/company/stripe",
"twitter": "https://twitter.com/stripe",
"youtube": null
},
"type": "privately held"
},
"emails": [
{
"acceptAll": false,
"company": null,
"companyDomain": null,
"confidenceScore": 51,
"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": null,
"verified": false,
"webmail": false
}
],
"total": 5065
},
"ok": true
}Features
Each result returns the email, full name, department, seniority, and a 0–100 confidence score, so you get a ranked contact list rather than a bare address dump.
The company object carries industry, employee size, revenue band, founding year, headquarters address, and social links — enough to qualify an account without a second lookup.
Narrow the search to a department (sales, engineering, marketing) or a country so you retrieve only the contacts that matter to your campaign.
Cap results at 10, 20, or 50 emails per call to control cost and payload size while still covering the accounts you care about.
Use cases
Sales Prospecting
Pull a full contact map for any target account — decision makers, their roles, and verified emails — before an outbound campaign.
Lead List Building
Feed a list of company domains through the endpoint to build enriched, department-segmented lead lists at scale.
Account Research
Qualify inbound accounts instantly with company size, revenue, and the right person to route the deal to.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/email/domain-search', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"domain": "stripe.com",
"limit": 10,
"company": "Stripe",
"department": "sales",
"country": "US"
}),
});
const data = await res.json();
console.log(data);The domain search API — every email on a company domain
YepAPI's Domain Search API takes a company domain and returns the emails behind it, each attached to a real person with a name, department, seniority, and confidence score, alongside a company profile covering industry, size, revenue, and location. It is the fastest way to map an account's contacts and qualify it in the same call.
Pass a domain, optionally narrow by department or country, and cap the result count at 10, 20, or 50. At $0.03 a call with $5 of free credit and no minimums, it's a pay-as-you-go alternative to Hunter.io and Apollo that charges per search instead of per seat. Pair it with the Email Verifier to confirm deliverability before you send.
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
Search a company domain and get back every discoverable email address — each with the person's name, role, department, seniority, and a confidence score — plus a full company profile covering industry, size, revenue, location, and social handles. One call to map an entire organization's contacts.
Each API call costs $0.03. 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/domain-search. 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
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.
LinkedIn Finder
$0.02Find a verified email from a LinkedIn profile URL.