LinkedIn Job Listings Scraper avatar

LinkedIn Job Listings Scraper

Pricing

from $7.00 / 1,000 results

Go to Apify Store
LinkedIn Job Listings Scraper

LinkedIn Job Listings Scraper

Scrape LinkedIn job listings by URL. Extract title, company, location, salary, seniority, employment type, and full job description for any public posting.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract full job listing details from any public LinkedIn job posting by URL — no login required.

What you get

  • Job title, seniority level, employment type, and function
  • Company name, ID, logo, and profile URL
  • Location, country code, and remote/hybrid indicators
  • Full job description (plain text)
  • Salary range and base pay where available
  • Number of applicants, posted date, and apply link
  • Easy Apply availability flag

Use cases

  • Job market research and salary benchmarking
  • Competitive hiring analysis — track what roles competitors are filling
  • Lead generation for recruiting tools and staffing agencies
  • Building job alert pipelines for niche roles or companies
  • Training datasets for NLP and job-matching models

How to use

  1. Find a LinkedIn job listing and copy its URL (e.g. https://www.linkedin.com/jobs/view/software-engineer-at-epic-3986111804)
  2. Paste one or more URLs into LinkedIn Job Listing URLs
  3. Run the actor — results appear in the Dataset tab
  4. Export to JSON, CSV, or Google Sheets

Maximum 20 URLs per run.

Output format

Each dataset record:

{
"url": "https://www.linkedin.com/jobs/view/...",
"jobPostingId": "3986111804",
"jobTitle": "Software Engineer",
"companyName": "Epic",
"companyId": "1234567",
"jobLocation": "United States",
"jobSummary": "Full plain-text job description...",
"jobSeniorityLevel": "Mid-Senior level",
"jobFunction": "Engineering",
"jobEmploymentType": "Full-time",
"jobIndustries": "Software Development",
"jobBasePayRange": "$120,000 - $160,000",
"companyUrl": "https://www.linkedin.com/company/epic-systems",
"jobPostedTime": "2 days ago",
"jobPostedDate": "2026-04-27T00:00:00.000Z",
"jobNumApplicants": 142,
"applyLink": "https://...",
"countryCode": "US",
"companyLogo": "https://media.licdn.com/...",
"applicationAvailability": true,
"isEasyApply": false,
"baseSalary": null,
"salaryStandards": null,
"jobPoster": null,
"titleId": "119",
"discoveryInput": null
}