LinkedIn Bulk Email Finder
LinkedIn Bulk Email Finder
Find business email addresses for LinkedIn contacts in bulk. Give it a company and a role, or a list of LinkedIn profile URLs, and it returns names, job titles, companies, and email addresses in clean JSON.
LinkedIn Bulk Email Finder Features
- Works two ways — discover contacts by company and role, or enrich a list of LinkedIn URLs you already have.
- Returns a business email alongside name, job title, company, and company domain.
- Takes a company name or a domain. It figures out the rest.
- No LinkedIn login, no cookies, no browser extension. You give it inputs, it returns rows.
- Bulk by default. Point it at a company or drop in a few hundred profile URLs and walk away.
- Clean, consistent JSON — the same field names on every run, which is more than most contact tools bother with.
Who Uses a LinkedIn Email Finder?
- Sales & SDR teams — build a targeted outreach list for a company's sales or engineering org without renting a per-seat data platform.
- Recruiters — turn a shortlist of LinkedIn profiles into contactable emails.
- Founders & BD — find the right people at a target account and reach them directly.
- Agencies — pull contacts for a client's ICP across many companies in one run, then hand back a clean sheet.
- Market researchers — map who works where, with contact details attached.
How LinkedIn Bulk Email Finder Works
- Pick a mode. Discover finds people at a company; enrich takes LinkedIn URLs you already have.
- For discover, give a company name (or domain) and an optional role filter like "sales" or "software engineer." For enrich, paste LinkedIn profile URLs or slugs.
- Run it. Each contact comes back with name, title, company, company domain, and a business email where one can be found.
Input
{
"mode": "discover",
"company": "Stripe",
"roleQuery": "software engineer",
"maxItems": 15
}
| Field | Type | Default | Description |
|---|---|---|---|
| mode | string | discover | discover — find contacts by company + role. enrich — find emails for a list of LinkedIn URLs. |
| company | string | — | Company name (e.g. "Stripe") or domain (e.g. "stripe.com"). Used in discover mode. |
| roleQuery | string | — | Optional keyword to narrow results, e.g. "sales" or "software engineer". Discover mode. |
| linkedinUrls | array | — | LinkedIn profile URLs or slugs. Used in enrich mode. |
| maxItems | integer | 15 | Maximum contacts to return. |
Enrich mode example
{
"mode": "enrich",
"linkedinUrls": [
"https://www.linkedin.com/in/reidhoffman",
"https://www.linkedin.com/in/williamhgates"
],
"maxItems": 50
}
LinkedIn Bulk Email Finder Output Fields
{
"linkedinUrl": "https://www.linkedin.com/in/mai-sha",
"fullName": "Mai Sha",
"firstName": "Mai",
"lastName": "Sha",
"email": "mai.sha@stripe.com",
"jobTitle": "Software Engineer",
"company": "Stripe",
"companyDomain": "stripe.com",
"mode": "discover",
"status": "found"
}
| Field | Type | Description |
|---|---|---|
| linkedinUrl | string | The contact's LinkedIn profile URL. |
| fullName | string | Full name. |
| firstName | string | First name. |
| lastName | string | Last name. |
| string | Business email address, or null if none was found. |
|
| jobTitle | string | Job title. |
| company | string | Company name. |
| companyDomain | string | The company's email domain. |
| mode | string | The mode used — discover or enrich. |
| status | string | found or not_found. |
FAQ
How do I find emails for a list of LinkedIn profiles?
LinkedIn Bulk Email Finder does this in enrich mode. Paste your LinkedIn profile URLs or slugs into linkedinUrls, run it, and each one comes back with a name, company, and a business email where one is available.
How much does LinkedIn Bulk Email Finder cost?
LinkedIn Bulk Email Finder is pay-per-event, starting at $0.50 per 1,000 results plus a small per-run start fee. You pay for what you pull, not a monthly seat.
Do I need LinkedIn credentials or a browser extension?
No. LinkedIn Bulk Email Finder needs no login, no cookies, and no extension. You give it a company or a list of URLs; it returns rows.
Can I find everyone at a company?
Discover mode finds contacts at a company and narrows by role. Give it "Stripe" and "software engineer" and it returns engineers at Stripe with emails attached, up to your maxItems.
What happens when an email can't be found?
The row still comes back with the name, title, and company, and status set to not_found. You see who's there even when an address isn't available.
Need More Features?
Need custom fields, a different filter, or a higher-volume plan? File an issue or get in touch.
Why Use LinkedIn Bulk Email Finder?
- Cheap — from $0.50 per 1,000 results.
- Two ways in — discover people at a company, or enrich a list you already have. Most tools make you pick one and charge for the privilege.
- Clean output — structured JSON with the same field names every run, so it drops straight into a CRM or spreadsheet without a cleanup pass.