LinkedIn Email Finder from Profile avatar

LinkedIn Email Finder from Profile

Pricing

from $10.00 / 1,000 enriched leads

Go to Apify Store
LinkedIn Email Finder from Profile

LinkedIn Email Finder from Profile

Find verified business emails from any LinkedIn profile URL. No cookies, no login, no LinkedIn account needed. Returns name, company, job title, headline, location, and verified email — structured JSON, ready for Clay, Make, or any CRM.

Pricing

from $10.00 / 1,000 enriched leads

Rating

0.0

(0)

Developer

Iron Crawler

Iron Crawler

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

2 days ago

Last modified

Share

LinkedIn Email Finder from Profile URL

Extract verified business emails from any LinkedIn profile URL — no cookies, no LinkedIn session, no proxies required. Input a profile link, get back a complete contact record with verified email, job title, company, and 500+ structured data points.

What This Returns

For each LinkedIn profile URL you submit, the actor outputs:

  • Verified email — found via domain-matched lookup, then verified for deliverability
  • Email status — valid / risky / unknown
  • Full name, headline, location
  • Current company + job title
  • Complete work history — employer, title, dates, location, headcount
  • Education, certifications, skills
  • LinkedIn follower count + connection count
  • Also-viewed profiles — for building audience lookalikes
  • Company domain, website, industry

Outputs clean, structured JSON. Every field is consistently named so you can plug directly into Clay, n8n, Make, Zapier, or your own scripts.

How It Works

  1. Submit one or more LinkedIn profile URLs (standard or Sales Navigator format)
  2. The actor pulls the full profile — name, experience, education, skills, 500+ fields
  3. It extracts first name, last name, and company domain from the profile
  4. email finder finds the email address using those three inputs
  5. MillionVerifier checks deliverability — valid, risky, or discard
  6. The final record is returned with all profile data + verified email

No LinkedIn account is used. No cookies are stored. No session tokens are passed.

Input

{
"profile_urls": [
"https://www.linkedin.com/in/satyanadella/",
"https://www.linkedin.com/in/jeffweiner08/"
],
"find_email": true,
"include_skills": true,
"include_extra": true
}
FieldTypeRequiredDefault
profile_urlsarray of stringsYes
find_emailbooleanNotrue
include_skillsbooleanNotrue
include_extrabooleanNotrue

Sample Output Record

{
"full_name": "Jane Doe",
"headline": "VP of Sales at Acme Corp",
"location": "San Francisco, CA",
"linkedin_url": "https://www.linkedin.com/in/janedoe/",
"current_company": "Acme Corp",
"current_title": "VP of Sales",
"company_domain": "acmecorp.com",
"email": "jane.doe@acmecorp.com",
"email_status": "valid",
"email_confidence": 97,
"millionverifier_result": "ok",
"millionverifier_quality": "high",
"followers": 12400,
"connections": 500,
"skills": ["Sales Strategy", "Revenue Operations", "B2B SaaS"],
"experience": [ ... ],
"education": [ ... ]
}

Use Cases

Outbound prospecting — submit a list of LinkedIn profile URLs sourced from Sales Navigator, get back a verified contact list for your sequences.

CRM enrichment — you have names but no emails; pipe LinkedIn URLs through this actor to fill in the gaps.

API / data pipeline integration — call this actor via the Apify API in your Node.js or Python workflows. Output is clean JSON on every run.

Clay or n8n enrichment columns — use the Apify webhook integration to run this actor inline inside your Clay table or n8n automation.

Integration Example (Apify API)

const run = await client.actor("ACTOR_SLUG").call({
profile_urls: ["https://www.linkedin.com/in/satyanadella/"],
find_email: true
});
const items = await client.dataset(run.defaultDatasetId).listItems();

Pricing

Charged per result delivered (Pay-Per-Event):

  • With verified email: $0.020 per lead (~$20 per 1,000)
  • Without email: $0.008 per lead (~$8 per 1,000)

No monthly subscription. No minimums. You pay only for what you extract.

FAQ

Does this require my LinkedIn credentials? No. No cookies, no login, no LinkedIn account of any kind. You only submit a public profile URL.

What counts as a "result"? One result = one profile successfully scraped and returned. You are charged only for successful records.

What if an email can't be found? The actor still returns the full profile data. The email field will be null. You are not charged the email fee for records where no email was found.

Does this work with Sales Navigator URLs? Yes. Both standard linkedin.com/in/ and Sales Navigator profile formats are supported.

How accurate are the emails? Emails are found via domain-matched lookup and then independently verified by MillionVerifier. Only valid and risky/catch-all results are surfaced.