LinkedIn Scraper avatar

LinkedIn Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
LinkedIn Scraper

LinkedIn Scraper

General LinkedIn scraper that can search for jobs, companies, people, and posts. Supports multiple search modes with full data extraction, pagination, and filtering.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

LinkedIn Scraper (General)

A versatile LinkedIn scraper that supports four search modes: jobs, companies, people, and posts. One actor for all your LinkedIn data needs.

Features

  • Four search modes: jobs, companies, people, posts
  • Full pagination support for large result sets
  • Filters by location, date posted, and job type
  • Handles optional LinkedIn authentication for extended access
  • Unified output schema across all modes
  • Dataset views: Overview and Full Details

Input Parameters

ParameterTypeRequiredDefaultDescription
searchModestringjobsjobs, companies, people, or posts
querystringSearch keywords (e.g. "software engineer", "Microsoft", "AI trends")
locationstringUnited StatesLocation filter (for jobs/people searches)
maxItemsinteger50Max items to scrape (1–500)
datePostedstringanyTimeanyTime, pastMonth, pastWeek, past24Hours
jobTypestringanyF = Full-time, P = Part-time, C = Contract, T = Temporary, I = Internship
linkedinCookiestringLinkedIn li_at session cookie (required for people/companies/posts)
scrapeDetailsbooleantrueVisit each result for full details
proxyConfigurationobjectProxy settings (residential recommended)

Search Mode Guide

ModeAuth RequiredWhat It Scrapes
jobsNoJob listings via LinkedIn's public guest API
companiesRecommendedCompany search result cards
peopleYesPerson search results (requires li_at cookie)
postsYesContent/post search results
  1. Log into LinkedIn in your browser
  2. Open DevTools → Application → Cookies → linkedin.com
  3. Copy the value of the li_at cookie
  4. Paste it into the linkedinCookie input field

Output Fields

FieldTypeDescription
typestringResult type: job, company, person, or post
titlestringJob title, company name, person name, or post snippet
subtitlestringCompany (for jobs), industry (companies), headline (people)
urlstringLinkedIn URL for this result
locationstringLocation of the result
descriptionstringFull description, about text, or post content
imageUrlstringLogo, profile photo, or post image
metadataobjectType-specific data (jobId, followers, likes, hashtags, etc.)
searchQuerystringQuery that produced this result
searchModestringThe search mode used
scrapedAtstringISO 8601 timestamp

Example Output — Jobs Mode

{
"type": "job",
"title": "Software Engineer",
"subtitle": "Google",
"url": "https://www.linkedin.com/jobs/view/...",
"location": "Mountain View, CA",
"metadata": { "jobId": "1234567890", "postedDate": "2026-05-10" },
"searchQuery": "software engineer",
"searchMode": "jobs",
"scrapedAt": "2026-05-12T22:43:58.494Z"
}

Example Output — People Mode

{
"type": "person",
"title": "Jane Smith",
"subtitle": "Senior Product Manager at Stripe",
"url": "https://www.linkedin.com/in/jane-smith/",
"location": "San Francisco, CA",
"metadata": { "connectionDegree": "2nd" },
"searchQuery": "product manager",
"searchMode": "people",
"scrapedAt": "2026-05-12T22:43:58.494Z"
}

Dataset Views

  • Overview: Type, title, subtitle, URL, location, search query, search mode, scraped date
  • Full Details: All overview fields + description, metadata, image URL

Notes

  • Jobs mode uses LinkedIn's public API — no authentication needed
  • People, companies, and posts modes require a valid li_at session cookie
  • Residential proxies are strongly recommended for all modes
  • For focused scraping, use the dedicated scrapers: linkedin-jobs-scraper, linkedin-company-scraper, linkedin-person-scraper, linkedin-post-search