Scrape LinkedIn Job Listings — No Login, No Cookies, No Account Required

Extract LinkedIn job data through the public guest API without any authentication. No LinkedIn account needed, no cookies to manage, no risk of account bans. Three flexible modes let you search by keywords, fetch specific job details, or process a list of LinkedIn job URLs. Company logos and full descriptions included with every result.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter
Coverage
Global
Pricing
$0.008/SERP + $0.020/detail
Anti-Bot
Guest API (no auth)

What You Can Scrape

Primary Use Cases

API Example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~linkedin-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "searchQueries": ["product manager"],
    "location": "Berlin",
    "maxResultsPerQuery": 50,
    "includeJobDetails": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/linkedin-scraper

Integrations

How It Compares

FeatureNanoScrapeLogin-based scrapers
Login requiredNoYes (account risk)
Docker image~12MB500MB - 2GB
RAM usage128MB1-4GB
Account ban riskZeroHigh
Cookie managementNone neededManual refresh
Speed (1k jobs)~5 min30-90 min

Output Fields

FieldTypeExample
titlestringSenior Product Manager
companystringSpotify
locationstringBerlin, Germany
seniority_levelstringMid-Senior level
employment_typestringFull-time
descriptionstringFull job description text
company_logostringhttps://media.licdn.com/...
applicant_countnumber142
urlstringhttps://linkedin.com/jobs/...
posted_atstring2026-04-20
Open on Apify → Try it now — free tier available