LinkedIn Job Scraper
Pricing
Pay per usage
LinkedIn Job Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
Share
What does it do?
LinkedIn Job Scraper extracts job postings from LinkedIn's public job search pages. It collects job titles, company names, salary ranges, locations, seniority levels, and job descriptions for any keyword and location you specify. This actor does not require a LinkedIn login and works with publicly accessible job listing pages only.
The actor runs on the Apify platform and delivers clean, structured data ready for export as JSON, CSV, or Excel. It handles retries, proxy rotation, and anti-bot measures automatically. Each run stores results in an Apify Dataset that you can download or connect to your workflow via API.
Why use this actor?
- No LinkedIn account required: Scrapes public job search pages without login credentials
- Multi-keyword search: Search for multiple job titles or skills in a single run
- Remote job filtering: Built-in filter for remote positions
- Salary extraction: Captures salary ranges when listed by employers
- Structured output: Clean data with consistent field names across all results
- Scalable: Run on schedule with Apify Schedules for regular job market monitoring
How to use it
- Navigate to the LinkedIn Job Scraper on Apify Store
- Configure keywords, location, and whether to filter for remote positions
- Click Start and wait for results
- Export the dataset in your preferred format
You can also run this actor via the Apify API or the Apify JavaScript client.
Input configuration
| Field | Type | Description | Default |
|---|---|---|---|
| Keywords | array | Job search keywords | ["software engineer"] |
| Location | string | Job location filter | "United States" |
| Remote Only | boolean | Filter for remote positions | true |
| Max Results | integer | Maximum job postings to extract | 200 |
| Proxy Configuration | object | Proxy settings | Apify Proxy |
Output data
Each result contains these fields:
| Field | Type | Description |
|---|---|---|
| keyword | String | Search keyword used |
| jobTitle | String | Job position title |
| company | String | Company name |
| salary | String | Salary range if listed |
| location | String | Job location |
| seniority | String | Seniority level |
| description | String | Job description snippet |
| url | String | Link to job posting |
| scrapedAt | String | Timestamp of extraction |
Cost of usage
This actor uses pay-per-event pricing. You are charged $1.50 per 1,000 results extracted. Running with default settings typically costs under $0.15. Adjust input parameters to control the number of results and manage costs.
The actor uses Apify Proxy which is included in your Apify subscription. Memory usage is typically around 2048-8192 MB due to Puppeteer browser requirements.
Tips and tricks
- Run on a schedule using Apify Schedules for regular job market monitoring
- Use Apify integrations to send results to Google Sheets, Slack, Zapier, or your database
- Combine with other actors from the Apify Store for richer data pipelines
- LinkedIn public pages may show fewer results than logged-in sessions - use multiple keywords for broader coverage
- The actor works best with Apify Proxy enabled to avoid rate limiting
Useful Links
- Apify Platform
- Crawlee Documentation
- Apify SDK
- More actors by consummate_mandala
- GitHub - donnywin85