LinkedIn Scraper avatar

LinkedIn Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
LinkedIn Scraper

LinkedIn Scraper

All-in-one LinkedIn scraper: profiles, jobs, posts, and companies. No cookies, no login required. Rich data: experience, skills, job descriptions, salary, reactions. Chrome TLS fingerprint + residential proxy. Lightweight HTTP-only, 256MB.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Arben Sabani

Arben Sabani

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

6 hours ago

Last modified

Share

All-in-one LinkedIn scraper — profiles, jobs, posts, and companies in a single Actor. No cookies, no login, no account risk.

What you can scrape

TypeInputData Returned
profilesProfile URLs or usernamesName, headline, location, summary, current position, work experience (with descriptions), education, skills, followers, connections, profile image
jobsKeywords + locationFull job details: title, company, salary, description, applicants, seniority, employment type, job criteria — auto-enriched from detail pages
postsPost URLsAuthor (name, profile URL, image, followers), full text, reactions count, comments count, date published, images, activity URN
companiesCompany URLs or slugsName, industry, size, headquarters, specialties, website, founded year, company type, followers, description, logo

Why this scraper

  • All-in-one — 4 scrape types in one Actor. Competitors have 4 separate actors.
  • No cookies, no login — uses public LinkedIn pages and guest APIs. Your account is never at risk.
  • Jobs with full details — search returns complete job descriptions, salary, and criteria. Not just titles like other scrapers.
  • Rich post data — author profile, follower count, reactions, comments, publish date. All from JSON-LD structured data.
  • Rich profile data — experience with descriptions, education with periods, skills, followers AND connections count.
  • Chrome TLS fingerprint — requests look identical to a real Chrome browser (curl_cffi).
  • Residential proxy — Apify's managed proxy pool included. No extra subscription needed.
  • Lightweight — HTTP only, no browser, 256MB memory. Fast and cheap to run.

Input examples

Profiles

{
"scrapeType": "profiles",
"urls": [
"williamhgates",
"satyanadella",
"https://www.linkedin.com/in/jeffweiner08/"
]
}

Accepts LinkedIn URLs or just the username (public identifier).

Jobs

{
"scrapeType": "jobs",
"query": "software engineer",
"location": "Switzerland",
"limit": 25
}

Searches LinkedIn's guest job API, then automatically fetches the full detail page for each job — description, salary, criteria, everything.

Posts

{
"scrapeType": "posts",
"urls": [
"https://www.linkedin.com/posts/williamhgates_the-most-inspiring-thing-activity-7280246592345030656"
]
}

Paste any LinkedIn post URL. Returns author info, full text, reactions, comments, date.

Companies

{
"scrapeType": "companies",
"urls": ["microsoft", "google", "apple"]
}

Accepts company slugs or full URLs.

Output examples

Profile output

{
"publicIdentifier": "williamhgates",
"name": "Bill Gates",
"headline": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"location": "Seattle, Washington",
"summary": "Chair of the Gates Foundation. Founder of Breakthrough Energy...",
"currentJobTitle": "Co-chair",
"currentCompany": "Gates Foundation",
"followers": "40,025,723",
"connections": "500+",
"experiences": [
{
"title": "Co-chair",
"company": "Gates Foundation",
"period": "2000 - Present · 26 years",
"location": "",
"description": ""
}
],
"education": [
{
"school": "Harvard University",
"degree": "",
"period": "1973 - 1975"
}
],
"skills": ["Technology", "Innovation", "Philanthropy"],
"profileImage": "https://media.licdn.com/...",
"profileUrl": "https://www.linkedin.com/in/williamhgates/"
}

Job output

{
"jobId": "4386310336",
"title": "Backend Python Developer",
"company": "Coopers Group AG",
"location": "Basel, Switzerland",
"salary": "",
"description": "For our client from the Pharma sector in Basel, we are looking for...",
"applicants": "140 applicants",
"criteria": {
"Seniority level": "Mid-Senior level",
"Employment type": "Temporary",
"Job function": "Information Technology",
"Industries": "Pharmaceutical Manufacturing"
},
"datePosted": "2026-03-10",
"employmentType": "FULL_TIME",
"companyUrl": "https://www.linkedin.com/company/coopers-group",
"url": "https://www.linkedin.com/jobs/view/4386310336/"
}

Post output

{
"author": "Slavko Klincov, MSc",
"authorProfileUrl": "https://at.linkedin.com/in/slavko-klincov/en",
"authorImage": "https://media.licdn.com/...",
"authorFollowers": "985",
"text": "Ok, für die Claude Code Liebhaber:Innen unter uns...",
"reactions": 1,
"comments": 0,
"datePublished": "2026-03-18T02:01:02.830Z",
"image": "https://media.licdn.com/...",
"urn": "urn:li:activity:7439853343453298689",
"url": "https://www.linkedin.com/posts/slavko-klincov_..."
}

Company output

{
"name": "Microsoft",
"industry": "Software Development",
"companySize": "10,001+ employees",
"headquarters": "Redmond, Washington",
"website": "https://news.microsoft.com",
"specialties": "Business Software, Developer Tools, Home & Educational Software...",
"companyType": "Public Company",
"founded": "",
"followers": "27,827,735",
"description": "Every company has a mission. What's ours? To empower every person...",
"logo": "https://media.licdn.com/...",
"url": "https://www.linkedin.com/company/microsoft/"
}

How it works

  1. Chrome TLS fingerprint — curl_cffi impersonates Chrome's TLS/JA3/HTTP2 signatures so LinkedIn treats requests as a real browser
  2. Residential proxy rotation — Apify's managed pool rotates IPs automatically to avoid rate limits
  3. Guest API for jobs — LinkedIn's public job search API provides reliable, structured results
  4. Public page scraping — profiles, companies, and posts are scraped from publicly accessible LinkedIn pages
  5. JSON-LD extraction — structured metadata (Schema.org) embedded in pages provides accurate, stable data
  6. Auto-enrichment — job search results are automatically enriched with full detail page data

Best practices

  • Start small — test with 5-10 items first, then scale up
  • Jobs are most reliable — guest API works consistently for hundreds of results
  • Profiles are rate-limited — ~3-5 per IP, but residential proxy rotation handles this automatically
  • Posts need URLs — LinkedIn doesn't offer public post search. Get URLs from LinkedIn, then paste them here.
  • Companies need slugs — use the company URL slug (e.g. "microsoft" from linkedin.com/company/microsoft)

Technology

Built with:

  • Crawlee — Apify's scraping framework (retries, proxy rotation, rate limiting)
  • curl_cffi — Chrome TLS fingerprint impersonation
  • BeautifulSoup — HTML parsing
  • No browser, no Selenium, no Playwright — pure HTTP. 256MB memory.