Personal Email Finder for LinkedIn🔥

Personal Email Finder for LinkedIn🔥

by code_crafter

🔍 Find real personal email 📧 from any LinkedIn profile in seconds.⚡Boost your outreach with accurate, ready-to-contact data.

372 runs
27 users
Try This Actor

Opens on Apify.com

About Personal Email Finder for LinkedIn🔥

🔍 Find real personal email 📧 from any LinkedIn profile in seconds.⚡Boost your outreach with accurate, ready-to-contact data.

What does this actor do?

Personal Email Finder for LinkedIn🔥 is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

📧 Personal Email Finder Find verified personal email addresses from any LinkedIn profile — fast, accurate, and fully automated. This tool extracts personal emails from LinkedIn profile URLs. Simply provide a list of LinkedIn profile links and get enriched results including names and all discovered personal emails. ## ✨ What It Does This actor finds personal email addresses for LinkedIn profiles. It: - ✅ Accepts multiple LinkedIn profile URLs as input - 🔍 Searches for personal email addresses associated with those profiles - 📨 Returns personal emails along with profile information (first name, last name) - 💰 Charges based on the number of profiles with personal emails found ## 📥 Input The actor requires a single input parameter: - linkedin_url (array, required): An array of LinkedIn profile URLs you want to find personal emails for. ### Example Input json { "linkedin_url": [ "https://www.linkedin.com/in/john-doe/", "http://www.linkedin.com/in/jane-smith" ] } ### Supported URL Formats The actor accepts LinkedIn URLs in various formats: - https://www.linkedin.com/in/username - http://www.linkedin.com/in/username - https://linkedin.com/in/username - URLs with or without trailing slashes ## 📤 Output The actor returns an array of results, one for each input LinkedIn URL. Each result contains: - linkedin_url (string): The original LinkedIn URL you provided - first_name (string | null): First name of the person (in title case) - last_name (string | null): Last name of the person (in title case) - first_personal_email (string | null): The first personal email found, or null if none - personal_emails (array): Array of all personal emails found (empty array if none) ### Example Output json [ { "linkedin_url": "https://www.linkedin.com/in/john-doe/", "first_name": "John", "last_name": "Doe", "first_personal_email": "john.doe@gmail.com", "personal_emails": ["john.doe@gmail.com", "johndoe@yahoo.com"] }, { "linkedin_url": "https://www.linkedin.com/in/jane-smith", "first_name": null, "last_name": null, "first_personal_email": null, "personal_emails": [] } ] ## 💰 Pricing The actor charges based on the number of LinkedIn profiles for which personal emails are found: - 💳 You are charged once per profile that has at least one personal email - 📊 If a profile has multiple personal emails, you are still charged only once for that profile - ✅ Profiles without personal emails are not charged ## 🚀 Usage ### Via Apify Platform 1. 🌐 Go to the actor page on Apify 2. ▶️ Click "Start" to run the actor 3. 📝 Enter LinkedIn URLs in the input field (one per line or as a list) 4. 🎯 Click "Run" to start the actor 5. ⏳ Wait for the run to complete 6. 📊 View results in the "Dataset" tab ### Via API bash curl -X POST \ 'https://api.apify.com/v2/acts/YOUR_ACTOR_ID/runs?token=YOUR_API_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "linkedin_url": [ "https://www.linkedin.com/in/john-doe/", "https://www.linkedin.com/in/jane-smith" ] }' ### Via JavaScript SDK javascript const { ApifyClient } = require('apify-client'); const client = new ApifyClient({ token: 'YOUR_API_TOKEN', }); const run = await client.actor('YOUR_ACTOR_ID').call({ linkedin_url: [ 'https://www.linkedin.com/in/john-doe/', 'https://www.linkedin.com/in/jane-smith' ], }); const { items } = await client.dataset(run.defaultDatasetId).listItems(); console.log(items); ## ⚡ Rate Limits - 🆓 Free Plan Users: 21 runs per day - 💎 Paying Users: Effectively unlimited (10,000,000 runs per day) ## 💬 Support For issues, questions, or feature requests, please contact the actor maintainer or visit the actor page on Apify.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Personal Email Finder for LinkedIn🔥 now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
code_crafter
Pricing
Paid
Total Runs
372
Active Users
27
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support