LinkedIn lookup
Find the email behind
any LinkedIn profile.
Paste a LinkedIn profile URL. Get back verified email addresses, phone numbers, and social profiles.
Works with any public LinkedIn identifier. Results are deduplicated, with original casing preserved.
How to find an email from a LinkedIn profile
01
Paste any LinkedIn profile URL
We extract the profile identifier and query our database of aggregated contact records.
02
We resolve the person
Records are deduplicated and merged — emails cross-referenced case-insensitively, phone numbers normalized.
03
Get full results via the API
The preview above shows partial data. Sign up for an API key to retrieve complete, unmasked results programmatically. 10 free credits, no card required.
Common questions
Is this LinkedIn email finder free?
The preview is free. Full, unmasked results require an account: 10 free credits on signup, no card, one credit per successful lookup. A lookup that finds nothing costs nothing.
Does the person know they were looked up?
No. A lookup queries PeopleDB's own index; nothing touches the LinkedIn profile. No profile view, no notification.
Are the email addresses verified?
Addresses are checked for deliverability, and the API exposes a dedicated SMTP verification endpoint for anything you want to double-check before sending. How email verification actually works.
Can I look up many profiles at once?
This tool runs one profile at a time. For batches: the API below, the Zapier integration for no-code automation, or the Chrome extension while you browse. The enrichment guide covers when each fits.
Integrate it in your pipeline
GET /api/v1/people
curl "https://peopledb.co/api/v1/people?linkedin_public_identifier=username" \
-H "Authorization: Bearer $TOKEN"
// ←
{
"linkedin_public_identifier": "username",
"email_addresses": ["full@address.com", ...],
"personal_email_addresses": ["personal@gmail.com", ...],
"work_email_addresses": ["work@company.com", ...],
}