Mass Linkedin Leads Generator avatar

Mass Linkedin Leads Generator

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Mass Linkedin Leads Generator

Mass Linkedin Leads Generator

🚀 Mass LinkedIn Leads Generator finds targeted B2B prospects fast using smart filters. Export leads for outreach, sales, and marketing—save hours and boost conversions with accurate, verified results. 📈

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

SolidScraper

SolidScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

LinkedIn Leads Generator - B2B & B2C Email Finder 🔍

LinkedIn Leads Generator - B2B & B2C Email Finder helps you generate targeted lead lists by scraping LinkedIn profile URLs based on your keywords and extracting email addresses when they are present in the publicly available profile context. Whether you’re using a LinkedIn lead generation tool for B2B enrichment, building a B2C email finder from LinkedIn, or researching prospecting leads with email outreach, this actor streamlines the workflow—saving you hours of manual work.


Why choose LinkedIn Leads Generator - B2B & B2C Email Finder?

FeatureBenefit
Keyword-driven lead discoveryGenerates leads for each keyword you provide (each keyword is processed separately)
Email-only filtering modeCan restrict results to profiles that include emails when scrapeLeadsWithEmail is enabled
Built-in retries & fallbacksIncludes retry logic (up to max_retries) to improve resilience during scraping
Structured, ready-to-use datasetSaves each enriched lead with keyword, username, userLink, and emails
Scales across multiple keywordsRuns through all provided keywords and collects up to your maxLeadsPerKeyword per keyword
Country filtering optionLets you filter results by a selected country (or run worldwide by leaving it empty)

Key features

  • 📌 LinkedIn profile targeting by keywords: Use your job titles or business keywords and the actor collects matching LinkedIn profiles for each keyword.
  • 📧 Email extraction into a clean list: Enriches each profile and returns an emails array for easy downstream use (like CRM imports).
  • 🧠 B2B and B2C friendly lead modes: Choose whether to collect all matching profiles or find leads with email only using scrapeLeadsWithEmail.
  • 🔄 Resilient scraping workflow: Uses retry logic (max_retries) and handles empty-result pages to keep runs stable.
  • 💾 Real-time saving to dataset: Results are pushed while processing, so you don’t have to wait for the entire run to finish.
  • 🌍 Country-aware results: Applies a country filter (when available) to narrow lead sourcing by region.
  • 🧾 Consistent structured output: Each dataset row contains the same fields (keyword, username, userLink, emails) for straightforward analysis.

Input

Provide input via an input.json file. Example structure:

{
"keywords": ["software engineer", "marketing manager"],
"country": "United States",
"maxLeadsPerKeyword": 20,
"scrapeLeadsWithEmail": false
}

Input Fields

FieldRequiredDescription
keywords✅ YesList of keywords to search for LinkedIn profiles. Each keyword is searched separately (for example: software engineer, marketing manager, sales director).
country❌ NoTarget country filter. Select one of the provided countries, or leave empty for worldwide results.
maxLeadsPerKeyword❌ NoMaximum number of leads to collect for each keyword (must be between 1 and 500).
scrapeLeadsWithEmail❌ NoIf enabled, the actor will filter to profiles that have emails available in their publicly available profile context; if disabled, it will collect all matching profiles.

Output

The actor saves each profile’s data in JSON format to the LinkedIn Leads Dataset.

Example output:

[
{
"keyword": "software engineer",
"username": "john-doe",
"userLink": "https://www.linkedin.com/in/john-doe",
"emails": ["john.doe@example.com"]
}
]

Output Fields

FieldTypeDescription
keywordstringThe keyword that produced this lead.
usernamestringThe LinkedIn profile username extracted from the profile link.
userLinkstringThe profile URL for the LinkedIn user.
emailsarrayEmail addresses found for the profile (as extracted and de-duplicated).

Note: In this actor, profiles without any extracted emails are not included when scrapeLeadsWithEmail is enabled.


How to use LinkedIn Leads Generator - B2B & B2C Email Finder (via Apify Console)

  1. Open Apify Console
    Log in at https://console.apify.com and go to the Actors tab.

  2. Find the actor
    Search for LinkedIn Leads Generator - B2B & B2C Email Finder and open its actor page.

  3. Go to the INPUT section
    Paste an input.json structure in the input editor. You can enter: keywords, optionally country, optionally maxLeadsPerKeyword, and optionally set scrapeLeadsWithEmail.

  4. Choose your lead mode
    If you want LinkedIn leads generator with email, enable scrapeLeadsWithEmail.
    If you want find emails from LinkedIn later or just want the profile list, keep it disabled.

  5. Set your limits
    Adjust maxLeadsPerKeyword to control how many leads are collected per keyword (1–500).

  6. (Optional) Narrow by region
    Set country to filter results. If you leave it empty, the actor will proceed with worldwide results.

  7. Run the actor & watch logs
    During the run, you’ll see progress logs for each keyword and how the actor processes results. It uses retry logic to stay resilient.

  8. Open the dataset and export
    After completion, open the output dataset: LinkedIn Leads Dataset (default view: Scraped Leads). Export from the dataset UI to JSON/CSV as needed.

No coding required—get accurate results in minutes with this targeted lead generation tool for B2B and B2C prospecting.


Advanced features & SEO optimization

  • 🚀 Engineered for keyword-based LinkedIn lead scraping tool workflows: Designed around your keywords list so each keyword becomes a lead sourcing segment (useful for targeted lead generation tool campaigns).
  • 📧 Email finder for LinkedIn profiles (email-only mode): With scrapeLeadsWithEmail enabled, it filters down to leads that have extracted emails, making your prospecting leads with email outreach much faster to start.
  • 🔄 Resilience under real-world conditions: Includes retries (max_retries) and handles empty pages to reduce the chance of prematurely ending a run.
  • 🧩 Simple enrichment into structured output: Extracts username, saves userLink, and returns emails as an array for downstream automation.
  • 🌍 Country-aware lead targeting: Use country to run a more targeted LinkedIn data mining for leads by region.

Best use cases

  • 🎯 B2B sales outreach: Build a targeted list of decision-makers with emails included for outreach personalization.
  • 🧑‍💼 Recruiting and talent sourcing: Generate LinkedIn contact info generator datasets for role-based sourcing and follow-ups.
  • 🏪 Local marketing teams (regional prospecting): Use country to collect region-focused LinkedIn leads generator with email for localized campaigns.
  • 📊 Data analyst lead research: Export structured leads (keyword, username, profile URL, emails) for quick funnel analysis.
  • 💌 Cold email workflow automation: Feed the JSON output into your pipeline to power automated LinkedIn lead finder campaigns.
  • 🧰 CRM enrichment: Import leads and emails into your CRM to accelerate sales cycles and reduce manual data collection.
  • 🛒 B2C outreach and partnerships: Use the same actor as a B2C email finder from LinkedIn to build prospect lists for partnerships and marketing.

Technical specifications

  • Supported Input Formats

    • keywords (array of strings)
    • country (string from the provided enum, or empty for worldwide results)
    • maxLeadsPerKeyword (integer, 1–500)
    • scrapeLeadsWithEmail (boolean)
  • Proxy Support

    • ✅ Built-in proxy support is included to improve reliability during scraping runs.
  • Retry Mechanism

    • ✅ Includes retry logic (parameter max_retries is set in the actor and used during scraping).
  • Dataset Structure

    • ✅ Dataset: LinkedIn Leads Dataset
    • ✅ Output fields (per record): keyword, username, userLink, emails
  • Rate Limits & Performance

    • ✅ Uses a request delay setting (request_delay) and includes small randomized delays between page requests.
  • Limitations

    • ❌ Private or restricted profiles won’t produce useful results because this actor relies on publicly available data.
    • ❌ When scrapeLeadsWithEmail is enabled, only profiles with extracted emails are included.

FAQ

It can do both. With scrapeLeadsWithEmail enabled, it filters down to profiles that have extracted emails. With it disabled, it collects all matching profiles (and still enriches each profile into the dataset format).

💼 What does maxLeadsPerKeyword control?

maxLeadsPerKeyword limits how many leads are collected for each keyword you provide in keywords. Each keyword is processed separately, and the actor stops collecting for that keyword once it hits the limit.

🌍 Can I target a specific country?

Yes. The country input filters results by the selected country. If you leave country empty, the actor proceeds with worldwide results.

📧 Where do the extracted emails come from?

The actor extracts emails from publicly available sources included in the scraped profile context. Emails are returned in the emails array (deduplicated).

💻 Can I use this actor without any code?

Yes. You can run it directly from Apify Console by filling in the input form or pasting the input.json structure. The results are stored in the LinkedIn Leads Dataset for easy export.

🔁 Does the actor retry if a page fails or returns empty results?

Yes. It includes retry logic (using max_retries) and also uses a consecutive-empty-page check to decide when to move on or stop searching.

🧠 Is the output suitable for CRM import?

Yes. Each dataset record is structured with keyword, username, userLink, and emails, which makes it straightforward to map into CRM fields or marketing automation workflows.


Support & feature requests

If you’re using LinkedIn Leads Generator - B2B & B2C Email Finder and want to share feedback, feature ideas, or improvements, we’d love to hear from you.

  • 💡 Feature Requests: Examples include adding more export options, improving email extraction patterns, or enhancing dataset fields for easier CRM mapping.
  • 📧 Contact: Email us at dataforleads@gmail.com.

Your feedback directly shapes the roadmap for this LinkedIn lead generation tool.


Closing CTA / Final thoughts

If you want a reliable LinkedIn leads generator with email for both B2B and B2C prospecting, this is one of the most SEO-optimized ways to start building your lead lists at scale.


Disclaimer

This tool accesses publicly accessible sources only. It does not access private profiles, authenticated data, or password-protected pages. It’s your responsibility to comply with applicable laws (including GDPR and CCPA where relevant), spam regulations, and platform terms.

If you need data removal, contact dataforleads@gmail.com. Always use this actor responsibly, ethically, and for legitimate purposes.