LinkedIn Job Scraper - Public Jobs, No Login
Pricing
Pay per usage
LinkedIn Job Scraper - Public Jobs, No Login
Scrape public LinkedIn job search results without login and export job title, company, location, salary, job description, apply URL, seniority, employment type, industry, and application count fields.
Extract public LinkedIn job search results without a LinkedIn login. Provide keywords, location, company filters, date filters, work arrangement, job type, and seniority filters, then export structured job records to an Apify dataset.
What This Actor Extracts
This Actor opens LinkedIn public guest job endpoints and saves job records with:
- job title, job URL, and LinkedIn job ID
- company name, company URL, and optional company ID lookup
- job location, published time, application count, salary, benefits
- employment type, seniority level, industries, job function
- job description text and optional description HTML
- apply type and apply URL
Quick Start
- Add one or more values to Keywords.
- Set Location, for example
Los Angeles Metropolitan Area. - Keep Max Jobs small for your first run, such as
20. - Keep Max Concurrency around
2-4and Delay Between Requests above zero. - Run the Actor and export the dataset as CSV, Excel, JSON, or via API.
Example Input
{"MainKeys": ["Controller"],"Location": "Los Angeles Metropolitan Area","Published_at": "Past week","Remote_or_OnSite": ["Remote", "Hybrid"],"Job_Type": ["Full time"],"Experience_Level": ["Entry level", "Associate"],"maxItems": 20,"maxListPages": 5,"maxConcurrency": 3,"maxRetries": 3,"requestDelaySecs": 2,"includeDescriptionHtml": true,"includeNoResultRecords": true,"resolveCompanyIds": true}
Output Preview
| title | companyName | location | publishedAt | contractType | jobUrl |
|---|---|---|---|---|---|
| Controller | Example Company | Los Angeles, CA | 1 week ago | Full-time | https://www.linkedin.com/jobs/view/... |
Stability Recommendations
Public LinkedIn pages can throttle aggressive traffic. The Actor is configured for stability rather than maximum speed:
- low default concurrency
- request delay with random jitter
- session and cookie persistence
- retries and failed request records
- basic detection for rate-limit, sign-in, verification, and blocked pages
Use Apify Proxy when you need consistent network routing, and start with small test runs before increasing maxItems.
Notes
This Actor works with public LinkedIn job pages that are available without login. It does not log into LinkedIn, bypass access controls, or solve verification challenges.