LinkedIn Email Finder API
Find a verified email from a LinkedIn profile URL.
Paste a LinkedIn profile URL and get back the person's verified work email, plus their role, company, seniority, country, and public web sources where the address has appeared. Set the full flag to include the complete source history for deeper verification.
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": 100,
"country": "US",
"department": "marketing",
"disposable": false,
"email": "[email protected]",
"firstName": "Patrick",
"fullName": "Patrick Collison",
"gender": "male",
"hasPhone": true,
"lastName": "Collison",
"linkedin": "https://www.linkedin.com/in/patrickcollison",
"position": "social media marketing manager",
"seniority": null,
"sources": [
{
"domain": "microconf.gen.co",
"firstSeen": "2021-01-30T22:46:21+01:00",
"lastSeen": "2021-02-02T16:51:05+01:00"
},
{
"domain": "patrickcollison.com",
"firstSeen": "2021-01-30T23:24:37+01:00",
"lastSeen": "2023-10-24T11:31:14+02:00"
},
{
"domain": "web.archive.org",
"firstSeen": "2022-03-26T10:01:30+01:00",
"lastSeen": "2022-03-28T20:44:26+02:00"
}
],
"twitter": "https://twitter.com/patrickc",
"type": "personal",
"verificationStatus": "valid",
"verified": true,
"webmail": false
}
},
"ok": true
}Features
Send a profile URL and receive the matching work email with a confidence score and verificationStatus, closing the gap between a LinkedIn lead and a real outbound channel.
Results carry position, department, seniority, company, country, and gender, giving your CRM a fuller record than an email alone.
Toggle full to include a dated list of the public web pages where the email was seen, so you can audit exactly why the match is trusted.
Every response includes verified, disposable, webmail, and accept-all flags to help you filter risky addresses before you send.
Use cases
Social Selling
Convert a LinkedIn prospecting list into verified emails for multichannel outreach without leaving your workflow.
Recruiting
Turn candidate LinkedIn profiles into direct work emails for sourcing at scale.
Lead Enrichment
Attach verified emails and job context to leads captured from LinkedIn ads or Sales Navigator.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/email/linkedin-finder', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"url": "https://www.linkedin.com/in/patrickcollison",
"full": false
}),
});
const data = await res.json();
console.log(data);The LinkedIn email finder API — a profile URL to a verified email
The LinkedIn Email Finder API resolves a profile URL into a verified work email with full professional context — role, company, seniority, and country — plus a dated list of the public sources backing the match when you set the full flag. It bridges LinkedIn prospecting and real email outreach.
At $0.02 per call with $5 of free credit and no minimums, it undercuts the per-seat reveal credits of Apollo and Snov.io. The same key handles verification, enrichment, and phone lookup so one LinkedIn lead becomes a complete, deliverable contact record.
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
Paste a LinkedIn profile URL and get back the person's verified work email, plus their role, company, seniority, country, and public web sources where the address has appeared. Set the full flag to include the complete source history for deeper verification.
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/linkedin-finder. 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.