β‘ Rapid LinkedIn Jobs Scraper
Pricing
from $4.99 / 1,000 results
β‘ Rapid LinkedIn Jobs Scraper
β‘ Rapid LinkedIn Jobs Scraper automates job search data capture from LinkedIn, extracting roles, companies, locations & links fast. π Perfect for lead gen, recruitment & market research. Save time, scale outreach, and stay ahead!
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Scraper Engine
Maintained by CommunityActor stats
3
Bookmarked
10
Total users
0
Monthly active users
19 days ago
Last modified
Categories
Share
Extract LinkedIn job postings instantly β no login, no cookies, no session required. Search by keyword, location, city, or company and get clean, structured data: titles, descriptions, salaries, requirements, seniority, function, industries, and full employer info.
This scraper talks to LinkedIn's public guest job endpoints, so it never touches private data or authenticated pages.
π Why Choose This Scraper?
- π No login required β zero credentials, zero cookies, zero risk to any account.
- β‘ Fast & concurrent β pages and detail requests run in parallel waves.
- π‘οΈ Self-healing proxies β starts direct, then auto-escalates to datacenter and residential proxies the moment LinkedIn rate-limits, and sticks there.
- πΎ Live results β every job lands in your dataset the instant it's scraped; a crash never loses progress.
- ποΈ Six ready-made views β Overview, Compensation, Company, Classification, Description, and Apply.
- π Two ways to search β fill in the friendly form, or paste ready-made LinkedIn search URLs in bulk.
β¨ Key Features
| Feature | Description |
|---|---|
| πΌ Keyword search | Search any job title or keywords |
| π Location & ποΈ cities | Broad country/region plus an optional per-city loop |
| π’ Company filter | Restrict to specific LinkedIn company IDs |
| π Experience / π type / π arrangement | Full LinkedIn filter parity |
| π Posting time | Last 24h / week / month, or a custom window |
| β Easy Apply | Optionally keep only one-click apply jobs |
| π Full details | Description, salary, seniority, function, industries |
π₯ Input
| Field | Type | Description |
|---|---|---|
job_title | string | Job title or keywords |
location | string | Broad location or full search string |
cities | array | Optional list of cities to loop |
jobs_entries | integer | How many jobs to collect (1β30000) |
company_names | array | Numeric LinkedIn company IDs |
experience | enum | Internβ¦Executive |
employment_type | enum | Full-timeβ¦Other |
work_arrangement | enum | On-site / Remote / Hybrid |
posted_within | enum | Any Time / Past 24h / Past Week / Past Month |
easy_apply | boolean | Easy Apply only |
start_jobs | integer | Skip first N results |
scrape_details | boolean | Fetch full job details (default on) |
job_post_time | string | Advanced custom window, e.g. r86400 |
searchUrls | array | Advanced: paste LinkedIn search URLs directly |
proxyConfiguration | object | Proxy settings (auto-ladder by default) |
Example input
{"job_title": "React Developer","location": "Canada","jobs_entries": 100,"scrape_details": true,"proxyConfiguration": { "useApifyProxy": true }}
π€ Output
Each record:
{"job_id": "4426369076","job_url": "https://www.linkedin.com/jobs/view/4426369076","job_title": "React Front-End Developer","company_name": "Keasis","company_url": "https://www.linkedin.com/company/keasis","location": "Calgary, Alberta, Canada","time_posted": "15 hours ago","num_applicants": "94 applicants","salary_range": null,"job_description": "Job Summary: We are seeking a talented React Front-End Developerβ¦","job_description_raw_html": "<section class=\"show-more-less-html\">β¦</section>","company_logo_url": "https://media.licdn.com/dms/image/β¦","seniority_level": "Executive","employment_type": "Contract","job_function": "Information Technology","industries": "IT Services and IT Consulting","easy_apply": false,"apply_url": "https://www.linkedin.com/jobs/view/4426369076"}
| Field | Description |
|---|---|
job_id / job_url | LinkedIn job identifier and canonical URL |
job_title | Posting title |
company_name / company_url / company_logo_url | Employer info |
location | Job location |
time_posted | Human-readable posting age |
num_applicants | Applicant count (when shown) |
salary_range | Salary range when disclosed (often null) |
job_description | Plain-text description |
job_description_raw_html | Raw HTML of the description block |
seniority_level / employment_type / job_function / industries | Structured job criteria |
easy_apply | Whether one-click Easy Apply is available |
apply_url | Apply link (defaults to the job view URL) |
π How to Use (Apify Console)
- Log in at https://console.apify.com β Actors.
- Open β‘ Rapid LinkedIn Jobs Scraper.
- Enter a Job Title and Location (or paste Search URLs).
- Set how many jobs you want and any filters.
- Click Start and watch results stream into the Output tab in real time.
- Export to JSON / CSV / XLSX / Excel when finished.
π€ Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"job_title":"React Developer","location":"Canada","jobs_entries":50}'
π‘ Best Use Cases
- π Job-market & salary research
- π§βπΌ Recruiting and talent sourcing pipelines
- π’ Competitor hiring intelligence
- π€ Feeding job feeds into your own apps and dashboards
π³ Pricing
This actor uses the Pay-Per-Event model. You're billed for actor start and per job result saved to the dataset. See the Store page for live event prices.
β FAQ
Do I need a LinkedIn account? No. It uses only public guest endpoints.
Why do some jobs have null salary? LinkedIn rarely exposes salary on public guest pages; it's returned only when present.
It's slow / I see proxy switches in the log. LinkedIn rate-limits cloud IPs. The actor automatically moves to datacenter, then residential proxies to keep collecting β this is expected and self-healing.
How many jobs can I get per search? LinkedIn caps a single search at ~1000 results. Use cities or multiple searches to go wider.
π Support & Feedback
Found a bug or want a feature? Open an issue on the Actor's Issues tab. We read every report.
βοΈ Legal: Only publicly available data is collected. You are responsible for complying with LinkedIn's Terms, GDPR/CCPA, and all applicable laws.