Turn a LinkedIn profile URL into a verified work email address — no login, no connection request.
Sample
Turn a LinkedIn profile URL into a verified work email address — no login, no connection request.
| # | Profile URL | Email |
|---|---|---|
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
10 |
Playground
Fill in the fields below or .
curl -X POST https://api.mindcase.co/v1/data/linkedin/emails/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"urls": []
}
}'Overview
The LinkedIn Email API turns a LinkedIn profile URL into that person's work email address. Paste the profile links you already have — one per line — and each row comes back as the URL you sent plus the address it resolved to. No LinkedIn login, no connection request, no browser extension.
Built for outbound teams, recruiters and anyone who has found the right person on LinkedIn and needs a way to reach them. Returned as clean JSON or CSV, ready for your CRM or sequencer. Addresses are matched against verified sources rather than read off the profile — LinkedIn does not publish them — so validate before a large send.
Examples
A few common ways teams put LinkedIn Email API to work — copy a prompt below to try it yourself.
You exported a LinkedIn search or Sales Navigator list and have profile URLs but no way to contact anyone. Resolve the whole list to work emails in one run.
Reach candidates directly instead of waiting on InMail credits or a connection request to be accepted.
Fill the missing email field on contacts you already track, using the LinkedIn URL your CRM already stores.
You found the exact decision-maker, investor or partner on LinkedIn. Get their address without a mutual introduction.
Get started
Sign up to run live queries against LinkedIn Email API via chat, form, or API.
FAQ
Related
Extract LinkedIn post comments and replies, including likes and reactions, from a list of post URLs
Extract reactions from LinkedIn posts and comments, providing likes and appreciations
Extract LinkedIn ad details, ad copy, media URL, and call-to-action buttons from Ad Library URLs
Extract LinkedIn profile comments and their social activities like likes and reactions, requiring no input
Monitor public LinkedIn profiles for reactions, along with full post details and social activities
Get LinkedIn company data — by company URL, or by searching with filters (location, size, industry). Returns the full company profile either way.