LinkedIn Profile Scrapper
Pricing
$15.00/month + usage
LinkedIn Profile Scrapper
Extract LinkedIn profile data such as job roles, experience, and skills from URLs and export it as structured data for outreach and analysis.
Pricing
$15.00/month + usage
Rating
0.0
(0)
Developer
Sovanza
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
LinkedIn Profile Scraper – Extract Profiles & Professional Data at Scale
Scrape LinkedIn profiles to extract professional data, job roles, and company insights. Perfect for lead generation, outreach, and CRM enrichment workflows.
What is LinkedIn Profile Scraper and How Does It Work?
LinkedIn Profile Scraper is a powerful LinkedIn data extraction tool built on Apify that extracts publicly visible profile information from LinkedIn profile URLs (linkedin.com/in/...) using a headless browser (Playwright). It is designed for:
- B2B marketers
- Lead generation specialists
- Recruiters
- Sales teams
- Data analysts
This tool helps you collect, structure, and analyze LinkedIn profile data for outreach, hiring, and market intelligence — reducing manual browsing. For reliable results, use session cookies from a logged-in LinkedIn session (see below) plus appropriate proxy settings.
Why This LinkedIn Scraper is Different
This actor is built for B2B intelligence and lead generation workflows, not one-off copy-paste.
Core advantages:
- Extract structured professional profile data
- Build targeted lead lists from profile URLs
- Enrich datasets for outreach campaigns
- Analyze roles, companies, and skills at scale (from what LinkedIn renders on the page)
- Automate LinkedIn research workflows via Apify API and scheduling
➡️ Designed for real business use (sales, hiring, growth) — always subject to LinkedIn’s terms and applicable laws.
What Data Does LinkedIn Profile Scraper Extract?
This actor outputs structured profile data per URL, including (when available on the page):
Profile information
- Full name
- Headline (job title)
- Profile URL
- Location
- About / summary
- Profile picture URL
- Connections (when shown)
Professional data
- Experience — array of entries (e.g. title, company, date range)
- Education — array of entries (e.g. school, degree, dates)
- Skills — array of strings
Run metadata
status—success|login_required|no_data|blockedscraped_at— timestamp
➡️ Output is structured and exportable in JSON, CSV, or Excel via Apify dataset export.
Advanced Features
- Profile-level extraction — one or more
linkedin.com/in/usernameURLs per run - Bulk processing — many profile URLs in a single actor run (respect delays and LinkedIn limits)
- Session support — optional cookies from a logged-in browser (Cookie-Editor JSON) for fewer login walls
- Rate limiting — configurable min/max delay between profile requests
- Proxy — Apify Proxy country and optional custom proxy URL (match login geography when possible)
- Automation — Apify API, schedules, webhooks
- Debug — optional save of debug HTML on failed extraction (
saveDebugOnFailure)
How to Use LinkedIn Profile Scraper on Apify
Using the Actor
-
Go to the LinkedIn Profile Scraper on the Apify platform.
-
Input Configuration:
- Add LinkedIn profile URLs (
https://www.linkedin.com/in/...). - Recommended: paste cookies from a logged-in session and align proxy country (and optional User-Agent) with that session.
- Set min/max delay between requests to reduce rate limits.
- Add LinkedIn profile URLs (
Input Configuration
The actor accepts (among others) the following parameters:
{"productUrls": ["https://www.linkedin.com/in/satyanadella"],"cookies": "[{\"name\":\"li_at\",\"value\":\"...\",\"domain\":\".linkedin.com\"}]","userAgent": "","minDelay": 15,"maxDelay": 60,"language": "en","proxyCountry": "AUTO_SELECT_PROXY_COUNTRY","proxyUrl": "","saveDebugOnFailure": false}
| Field | Description |
|---|---|
productUrls | One or more LinkedIn profile URLs (string list). Primary input. |
startUrls | Alternate: same URLs in Apify request-list format. |
url | Legacy: single profile URL. |
cookies | Recommended. JSON array string from Cookie-Editor (or similar) for a logged-in session. |
userAgent | Optional. Browser User-Agent matching the session used for cookies. |
minDelay / maxDelay | Seconds between profile requests (defaults 15–60; helps avoid rate limits). |
language | Browser locale (en, de, es, …). |
proxyCountry | AUTO_SELECT_PROXY_COUNTRY, US, GB, DE, FR, JP, CA, IT, PK, etc. |
proxyUrl | Optional custom proxy (e.g. Webshare); overrides Apify proxy when set. |
saveDebugOnFailure | If true, may save debug HTML to the key-value store when extraction fails. |
-
Run the Actor — Enable Apify Proxy (often residential) in the run when scraping from the cloud.
-
Access Your Results — Dataset tab; export JSON/CSV/Excel or use the API.
-
Schedule — Recurring runs for refreshed lists (combine with your own URL sourcing).
Output
Each profile URL produces one dataset item. Typical fields:
| Field | Description |
|---|---|
url | Canonical profile URL |
status | success | login_required | no_data | blocked |
fullName | Full name |
headline | Headline |
location | Location |
about | About / summary |
profilePictureUrl | Image URL |
experience | Array of experience objects |
education | Array of education objects |
skills | Array of skill strings |
connections | Connections line if visible |
scraped_at | ISO timestamp |
When status !== "success", an error message may be present (e.g. login wall, no data, blocked).
Example (illustrative):
{"url": "https://www.linkedin.com/in/example","status": "success","fullName": "Jane Doe","headline": "VP Sales at Example Co","location": "San Francisco Bay Area","about": "…","experience": [{ "title": "VP Sales", "company": "Example Co", "dateRange": "2020 – Present" }],"education": [],"skills": ["Sales", "B2B"],"connections": "500+","scraped_at": "2026-03-30T12:00:00.000Z"}
How to get LinkedIn cookies (recommended)
- Install Cookie-Editor (or similar) in the browser where you log in to LinkedIn.
- Log in to linkedin.com.
- Export cookies as JSON and paste into the Actor cookies field.
- Use a proxy country (or
proxyUrl) consistent with where you logged in. - Optionally paste your browser User-Agent into
userAgentto match the session.
Without cookies, LinkedIn often shows sign-in or limited HTML. Keep volume reasonable per account to reduce restriction risk.
How the Scraper Works
- Playwright loads each profile URL.
- BeautifulSoup and JSON-LD (
application/ld+json) when available, plus DOM fallbacks, populatefullName,headline, experience, education, skills, etc. - Randomized delays between
minDelayandmaxDelayreduce burst traffic.
Anti-blocking & Reliability
- Residential or session-aligned proxies strongly recommended on Apify.
- Cookies + matching User-Agent improve success rates.
- Retries on transient failures (
MAX_RETRIESin code). - LinkedIn may block datacenter IPs; use
proxyUrlor differentproxyCountryif you seeblockedor empty pages.
Performance
- Batch many URLs in one run but respect delays and account safety.
- Lower concurrency implied by sequential profile handling + delays.
High-Value Use Cases
- B2B lead generation
- Recruitment and hiring research
- Sales prospecting
- Market research
- CRM enrichment and AI / lead scoring pipelines (with your own compliance review)
Integrations & API
- Full API via Apify
- Python / Node.js
- Zapier / Make
- Google Sheets and CRMs via export or automation
FAQ
How can this LinkedIn scraper improve my lead generation process?
It automates collection of profile fields from URLs you provide, so you can build lists and segments faster than manual copy-paste — then layer your own outreach rules and compliance checks.
Can I build targeted prospect lists using this tool?
Yes. You choose which profile URLs to scrape (e.g. from your own research). Output is structured for filtering and enrichment.
How accurate is the extracted LinkedIn data?
Data reflects what LinkedIn serves at scrape time for that session. Verify critical fields before high-stakes decisions.
Can recruiters use this scraper for candidate sourcing?
Yes, for public profile information you are permitted to process — always follow employment and data-protection rules in your jurisdiction.
Can I integrate this scraper with my CRM or outreach tools?
Yes. Export JSON/CSV or connect Apify to Zapier/Make and push into HubSpot, Salesforce, or custom systems.
Can I automate LinkedIn data extraction on a schedule?
Yes, with Apify schedules and webhooks. You still need to supply or generate profile URLs each run unless you add separate discovery logic.
Is this scraper suitable for building AI or analytics models?
Structured fields can feed scoring or ML pipelines; ensure lawful basis and purpose limitation for personal data.
How much data can I extract in one run?
Depends on Apify plan, delays, and LinkedIn’s response. Prefer conservative daily volumes per account.
Is scraping LinkedIn legal and safe to use?
This tool is intended for publicly visible profile content you may lawfully process. You must comply with LinkedIn’s User Agreement, robots.txt, and laws such as GDPR / CCPA where they apply. Do not use for unauthorized automation against LinkedIn’s terms. Use data responsibly for outreach and commercial use.
SEO Keywords (high-intent)
linkedin scraper
linkedin profile scraper
linkedin data scraper
linkedin lead generation tool
linkedin scraping api
linkedin profile data extractor
linkedin automation tool
linkedin prospecting tool
linkedin lead scraper
b2b lead generation scraper
linkedin scraper apify
Why Choose This Actor?
- Built for B2B and lead workflows
- Structured experience, education, skills, and headline data
- Cookie + proxy + delay controls for real-world scraping
- Automation-ready on Apify
- Clear
statusfield for success vs. login/blocking issues
Actor permissions
This Actor is designed to work with limited permissions. It only reads input and writes to its default dataset; it does not access other user data or require full account access.
To set limited permissions in Apify Console:
- Open your Actor on the Apify platform.
- Go to the Source tab (or Settings).
- Click Review permissions (or Settings → Permissions).
- Select Limited permissions and save.
Limitations
- Profile URLs only — paths must include
/in/(seemain.pynormalization). - LinkedIn HTML changes may require actor updates.
- Blank or blocked pages often indicate proxy or session issues.
- Not a substitute for LinkedIn’s official APIs where those are required.
License
See the repository root or this package’s LICENSE file for license terms, if present.
Running locally
pip install -r requirements.txtplaywright install chromium- Create
INPUT.json, e.g.:
{"productUrls": ["https://www.linkedin.com/in/satyanadella"],"minDelay": 15,"maxDelay": 60}
- Add cookies and proxyUrl for best results.
- Run with Apify CLI or
python main.pyper your local setup.
Deploy to Apify
Use INPUT_SCHEMA.json and the provided Dockerfile. Enable Proxy (residential when possible) on runs.
Get Started
Start extracting LinkedIn profile data and power your outreach and enrichment workflows at scale — responsibly and in compliance with LinkedIn and the law. 🚀