LinkedIn Email Finder β Verified Emails + Company Data π§
Pricing
from $20.00 / 1,000 email founds
LinkedIn Email Finder β Verified Emails + Company Data π§
Find & verify emails from LinkedIn profiles, companies, and leads. Real-time email verification with score. Pay only when email found. No login, no cookies, no proxy.
Pricing
from $20.00 / 1,000 email founds
Rating
0.0
(0)
Developer
Redify
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
LinkedIn Email Finder β Verified Emails + Company Data
The only LinkedIn actor that finds emails AND verifies them in real-time. Get personal & work emails with verification status (valid/invalid/catch-all), reliability score (0-100), and full company enrichment β all in one run.
No login. No cookies. No proxy. No scraping. Results in seconds, not minutes.
Why this actor is different
| Feature | Other LinkedIn tools | This Actor |
|---|---|---|
| Email verification | β Not included β you need ZeroBounce ($) | β Built-in β real-time verification with score |
| Pricing | β Pay per profile, even without email | β Pay per email found β no email = free |
| Reliability | β Gets blocked by LinkedIn anti-bot | β 100% reliable β never blocked |
| Setup | β Requires cookies & login credentials | β Zero setup β no login needed |
| Speed | β Slow β waits for page loads | β Instant β seconds, not minutes |
| Proxy | β Needs expensive residential proxies | β No proxy β saves you money |
| Data | β Basic profile data only | β Profile + company enrichment |
| Emails | β Email is a paid add-on | β Personal & work emails included |
| Bulk | β One profile at a time | β Up to 500 per run |
Pricing β Pay only for verified emails
$0.020 per result with email found. No email? No charge. Not found? No charge.
| Scenario | Cost |
|---|---|
| β Profile found with verified email | $0.020 |
| β Profile found without email | Free |
| β Profile not found | Free |
Example: You search 200 profiles. 80 have an email β 80 Γ $0.02 = $1.60 total. The other 120 are free.
No subscription. No minimum. No hidden fees.
3 modes β Profile, Company, Lead Search
π€ Mode 1: Profile Lookup
Paste LinkedIn URLs or usernames β get full profile data with verified email.
{"mode": "profile","urls": ["https://www.linkedin.com/in/williamhgates/","https://www.linkedin.com/in/satlouis/"]}
Sample result:
{"linkedin_url": "https://www.linkedin.com/in/williamhgates","fullname": "Bill Gates","job_title": "Co-Chair","company": "Bill & Melinda Gates Foundation","country": "United States","industry": "Philanthropy","email": "billg@microsoft.com","email_status": "valid","email_score": 100,"email_catch_all": false,"email_disposable": false,"email_free_provider": false,"work_email": "bill.gates@gatesfoundation.org","work_email_status": "valid","work_email_score": 100,"company_size": 1544,"company_industry": "Philanthropy","company_website": "http://www.gatesfoundation.org","company_country": "United States","company_city": "Seattle","company_founded": 2000,"data_available": true}
π’ Mode 2: Company Employees
Enter a company name β get every employee with verified email and job title.
{"mode": "company","companyName": "Salesforce","maxResults": 200}
Returns: Company details (size, revenue, industry, website) + all employees with: name, job title, verified email, country, LinkedIn URL.
π Mode 3: Lead Search
Build targeted prospect lists by combining filters.
{"mode": "search","jobTitle": "Marketing Director","country": "France","industry": "Technology","minEmployees": 100,"maxResults": 200}
Returns: Matching LinkedIn profiles with verified emails and company data.
Email verification β built-in, real-time
Every email is automatically verified using our BounceVerify engine before it reaches your dataset. No need for a separate verification service β it's included at no extra cost.
| Field | Description | Example |
|---|---|---|
email_status | Verification result | valid, invalid, catch-all, unknown |
email_score | Reliability score (0-100) | 100 |
email_catch_all | Domain accepts all emails | false |
email_disposable | Temporary/throwaway address | false |
email_free_provider | Free provider (Gmail, Yahoo...) | false |
work_email_status | Work email verification | valid |
work_email_score | Work email score (0-100) | 100 |
Filter with confidence: Use email_status to keep only valid emails, or email_score to set your own quality threshold.
Full data returned
Profile fields
| Field | Description | Example |
|---|---|---|
linkedin_url | LinkedIn profile URL | https://linkedin.com/in/johndoe |
fullname | Full name | John Doe |
email | Personal email | john@gmail.com |
work_email | Professional email | john.doe@company.com |
mobile | Phone number | +1 555-0123 |
job_title | Current position | VP of Sales |
company | Current company | Salesforce |
country | Location | United States |
industry | Professional sector | Technology |
gender | Gender | male |
website | Personal website | johndoe.com |
Company enrichment (included free)
| Field | Description | Example |
|---|---|---|
company_size | Number of employees | 73,000 |
company_revenue | Annual revenue | $21.0B |
company_industry | Company sector | Software |
company_website | Company website | salesforce.com |
company_founded | Year founded | 1999 |
company_country | HQ country | United States |
company_city | HQ city | San Francisco |
company_description | Company overview | Enterprise cloud CRM... |
company_linkedin_url | Company LinkedIn page | linkedin.com/company/3185 |
Use cases
- Sales Prospecting β Find decision-makers by job title and company size with verified emails ready for outreach
- Lead Generation β Build targeted email lists filtered by industry, country, and seniority level
- Recruitment β Source candidates by role and location with direct contact info
- CRM Enrichment β Fill missing emails and company data in your CRM automatically
- Account-Based Marketing β Map every contact at target accounts with verified emails
- Competitive Intelligence β Analyze competitor teams, structure, and key hires
Integration
Works with all Apify integrations: REST API, JavaScript, Python, Webhooks, Zapier, Make (Integromat), Google Sheets, Slack, HubSpot, Salesforce, and more.
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("bounceverify/linkedin-profile-email-finder").call(run_input={"mode": "profile","urls": ["https://www.linkedin.com/in/williamhgates/"]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"{item['fullname']} β {item['email']} ({item['email_status']}, score: {item['email_score']})")
JavaScript
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });const run = await client.actor('bounceverify/linkedin-profile-email-finder').call({mode: 'profile',urls: ['https://www.linkedin.com/in/williamhgates/'],});const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item =>console.log(`${item.fullname} β ${item.email} (${item.email_status}, score: ${item.email_score})`));
FAQ
How does pricing work? $0.020 per result where an email is found. No email = no charge. No subscription, no minimum.
Are the emails verified?
Yes. Every email is verified in real-time using our BounceVerify engine. Each result includes email_status (valid, invalid, catch-all, unknown) and email_score (0-100). No need for ZeroBounce or NeverBounce.
How fast are the results? Most runs complete in under 30 seconds, including email verification.
Do I need a LinkedIn account? No. No login, no cookies, no session tokens required.
What if a profile is not found?
You get "data_available": false. Not charged.
What if a profile has no email? You get the full profile data for free. Only results with email are charged.
Where are results without email? Results with email β Output tab (charged). Results without email β "no-email-results" dataset in the Storage tab (free).
Can I process in bulk? Yes β up to 500 URLs per run. For larger volumes, schedule multiple runs via the API.
What format is the output? JSON in Apify dataset. Export to CSV, Excel, JSON, or push directly to Google Sheets, CRM, or any webhook.
Input parameters
| Parameter | Mode | Required | Description |
|---|---|---|---|
mode | All | β | profile, company, or search |
urls | Profile | β | LinkedIn URLs or usernames (up to 500) |
companyName | Company | β | Company name or domain |
jobTitle | Search | β | Filter by job title (e.g. "CEO", "Marketing Director") |
country | Search | β | Filter by country (e.g. "France", "United States") |
industry | Search | β | Filter by industry (e.g. "Technology", "Finance") |
minEmployees | Search | β | Minimum company size |
maxResults | Company, Search | β | Max results (default: 100, max: 500) |