β¨Mass Linkedin Profile Scraper with Email π§ (No Cookies)
Pricing
$10.00 / 1,000 results
β¨Mass Linkedin Profile Scraper with Email π§ (No Cookies)
π Extract full LinkedIn profile insights: verified email π§, phone number π, work history, education, and more...
Pricing
$10.00 / 1,000 results
Rating
4.1
(101)
Developer

Dev Fusion
Actor stats
1.1K
Bookmarked
29K
Total users
3.5K
Monthly active users
16 days
Issues response
9 days ago
Last modified
Categories
Share
π LinkedIn Profile Scraper
A powerful Apify Actor that enriches LinkedIn profiles with comprehensive data extraction, email discovery, and mobile number lookup capabilities.
π Overview
The LinkedIn Profile Scraper is an enterprise-grade Apify Actor designed to extract comprehensive information from LinkedIn profiles. It automatically enriches profile data with contact information, work history, education, skills, and more, making it an essential tool for lead generation, recruitment, market research, and sales outreach.
Key Highlights:
- β No LinkedIn Cookies Required β Operates without authentication cookies
- β Bulk Processing β Process multiple profiles concurrently
- β Smart Email Discovery β Automatically attempts to find email addresses
- β Mobile Number Lookup β Exclusive mobile number enrichment for paying users
- β Structured Output β Returns normalized, consistent JSON data format
β¨ Features
π€ Comprehensive Profile Data
Extracts complete profile information including:
- Personal Information: Full name, headline, summary, profile pictures, location
- Work Experience: Current and past positions, companies, job descriptions, durations
- Education: Universities, degrees, fields of study, graduation dates
- Skills & Endorsements: Professional skills and endorsement counts
- Additional Data: Languages, certifications, publications, patents, volunteer work, recommendations
π’ Company Intelligence
Automatically gathers company information from job history:
- Company name, industry, website, LinkedIn URL
- Company size (headcount range)
- Founded year and company identifiers
π§ Contact Enrichment
- Email Discovery: Automatically attempts to find email addresses of the person
- Mobile Number Lookup: For paying Apify users, attempts to find mobile phone numbers
β‘ Performance & Reliability
- Concurrent Processing: Processes multiple profiles in parallel
- Error Handling: Graceful error handling with detailed logging
- Retry Mechanism: Automatic retries for failed requests
- URL Validation: Automatic validation and normalization of LinkedIn URLs
π Quick Start
- Get Started: Create an Apify account if you don't have one
- Prepare URLs: Collect the LinkedIn profile URLs you want to enrich
- Run the Actor: Use the Apify Console UI to run the actor with your profile URLs
- Download Results: Export your enriched data as JSON, CSV, or Excel
π οΈ Usage
Prerequisites
- An Apify account
- LinkedIn profile URLs you want to enrich
Input Format
The actor accepts a JSON input with an array of LinkedIn profile URLs:
{"profileUrls": ["https://www.linkedin.com/in/williamhgates","https://www.linkedin.com/in/jeannie-wyrick-b4760710a"]}
Running the Actor
Option 1: Apify Console (Recommended)
- Navigate to the actor on Apify Console
- Enter your LinkedIn profile URLs in the input field
- Click Start to begin the enrichment process
Option 2: API
curl -X POST \'https://api.apify.com/v2/acts/2SyF0bVxmgGr8IVCZ/runs?token=YOUR_API_TOKEN' \-H 'Content-Type: application/json' \-d '{"profileUrls": ["https://www.linkedin.com/in/williamhgates"]}'
Option 3: Local Development
# Install dependenciesnpm install# Run locallynpm start# Or with TypeScriptnpm run start:dev
π Output Format
The actor returns a structured JSON object for each successfully enriched profile.
Main Profile Data
{"linkedinUrl": "https://www.linkedin.com/in/williamhgates","linkedinPublicUrl": "https://linkedin.com/in/williamhgates","firstName": "Bill","lastName": "Gates","fullName": "Bill Gates","headline": "Co-chair, Bill & Melinda Gates Foundation","connections": 500,"followers": 15000,"email": "bill.gates@example.com","mobileNumber": "+1234567890","publicIdentifier": "williamhgates","urn": "ACoAAABxN1IBk82L_jCY2opFKNZpSCCcsr6X1MU"}
Work Experience
{"jobTitle": "Co-chair","jobStartedOn": "2021-01","jobLocation": "Seattle, Washington, United States","jobStillWorking": true,"currentJobDuration": "3 yrs 6 mos","currentJobDurationInYrs": 3.5,"companyName": "Bill & Melinda Gates Foundation","companyIndustry": "Non-profit Organizations","companyWebsite": "https://www.gatesfoundation.org","companyLinkedin": "https://www.linkedin.com/company/gatesfoundation","companySize": "1001-5000","experiences": [{"companyId": "12345","companyUrn": "urn:li:fsd_company:12345","companyName": "Bill & Melinda Gates Foundation","title": "Co-chair","jobDescription": "Leading foundation initiatives, Strategic planning","jobStartedOn": "2021-01","jobEndedOn": null,"jobStillWorking": true,"jobLocation": "Seattle, Washington, United States","companyWebsite": "https://www.gatesfoundation.org","companyIndustry": "Non-profit Organizations","companySize": "1001-5000"}]}
Additional Data Fields
The output includes comprehensive arrays for:
educations: University, degree, field of study, datesskills: Professional skills with titleslanguages: Languages spokencertifications: Professional certifications and licensespublications: Published articles and papersrecommendations: Recommendations received and given- And many more fields...
Export Options
Your enriched data can be:
- Downloaded as JSON
- Accessed via Apify Dataset API
- Exported to other formats (CSV, Excel) via Apify Console
π― Rate Limits & Plan Restrictions
Free Plan Users
- Daily Run Limit: 10 runs per day
- Execution Method: UI only (cannot run via API or CLI)
- Mobile Number Lookup: Not available
Paying Users
- Daily Run Limit: 10,000,000 runs per day (effectively unlimited)
- Execution Method: UI, API, or CLI
- Mobile Number Lookup: Available
π Error Handling
The actor handles errors gracefully:
- Invalid URLs: Automatically skipped with a warning message
- API Failures: Individual profile failures don't stop the entire run
- Timeout Errors: Clear error messages for timeout issues
- Rate Limits: Automatic enforcement with user-friendly messages
Error Output Format
{"inputUrl": "https://www.linkedin.com/in/invalid-profile","succeeded": false,"error": "Profile enrichment API responded with success=false."}
π Performance Tips
- Batch Processing: Process multiple profiles in a single run to maximize efficiency
- URL Validation: Ensure LinkedIn URLs are correctly formatted before submission
- Monitor Progress: Check the Apify Console logs to track processing status
π Security & Privacy
- No Cookies Required: The actor doesn't require LinkedIn authentication cookies
- Data Privacy: All data processing complies with Apify's data handling policies
π Support
For issues, questions, or feature requests:
- Email: devfusion70@gmail.com
- Apify Actor: LinkedIn Profile Scraper
Made with β€οΈ for the LinkedIn data enrichment community