π LinkedIn Jobs Scraper β Extract Listings Free
Pricing
Pay per usage
π LinkedIn Jobs Scraper β Extract Listings Free
Scrape LinkedIn job listings without login or cookies. Search by keyword, location, job type. Extract title, company, salary, description, requirements. No authentication needed. Export to JSON, CSV, Excel.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
19
Total users
6
Monthly active users
13 hours ago
Last modified
Categories
Share
LinkedIn Jobs Scraper
Scrape LinkedIn job listings -- no login or cookies required.
What it does
Searches LinkedIn's public job listings API and extracts structured job data including title, company, location, salary, and job type.
Features
- No login or cookies needed
- Search by keywords and location
- Filter by job type
- Optional full job descriptions
- Built-in rate limiting
Input
| Field | Type | Description |
|---|---|---|
| keywords | string | Job search keywords |
| location | string | Location filter |
| maxJobs | integer | Max listings to scrape |
| jobType | string | Filter: full-time, part-time, etc. |
| fetchDescriptions | boolean | Fetch full descriptions |
Output fields
job_title, company_name, location, posted_date, salary, job_type, job_url, job_id
Use cases
Job market research, salary benchmarking, lead generation, recruitment, career analysis.
Pricing
- $0.005 per actor start
- $0.003 per job listing extracted
π» Code Example β Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/linkedin-jobs-scraper").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
π Code Example β cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~linkedin-jobs-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
β FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings β Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 140+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes β you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
π° Pricing
Pay-per-event pricing β you only pay for what you actually extract.
- Actor Start: $0.0050
- Job listing: $0.0030
π Related NexGenData Actors
π Apify Affiliate Program
New to Apify? Sign up with our referral link β you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
Built and maintained by NexGenData β 140+ actors covering scraping, enrichment, MCP servers, and automation.