LinkedIn Lookup
Find the email behind
any LinkedIn profile.
Paste a LinkedIn profile URL. Get back verified email addresses, phone numbers, and social profiles — aggregated across multiple sources.
Works with any public LinkedIn identifier. Results are deduplicated and merged across providers — no duplicates, 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 query across multiple sources
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.
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": ["[email protected]", ...],
}