πŸ† Best Cheapest Linkedin Job Scrapper πŸ† avatar

πŸ† Best Cheapest Linkedin Job Scrapper πŸ†

Pricing

from $0.50 / 1,000 job scrapeds

Go to Apify Store
πŸ† Best Cheapest Linkedin Job Scrapper πŸ†

πŸ† Best Cheapest Linkedin Job Scrapper πŸ†

Scrape public LinkedIn job search results by keyword/location or search URL. Includes job description, criteria, and company info β€” no login required.

Pricing

from $0.50 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

Muhammad Shamshad Aslam

Muhammad Shamshad Aslam

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Share

LinkedIn Jobs Scraper

Scrape job listings from LinkedIn's public job search β€” no login, no account risk, no browser overhead. Uses LinkedIn's guest API directly, so it's fast and returns clean structured data.

Features

  • βœ… Two input modes β€” paste LinkedIn search URLs (all filters preserved) or use keyword + location
  • βœ… Full job details β€” description (plain text + HTML), seniority level, employment type, job function, industries, applicant count
  • βœ… Deep company data β€” website, domain, industry, size, headquarters, type, founding year, specialties, and description (one cached request per company)
  • βœ… Job poster β€” recruiter name, title, and LinkedIn profile URL when the listing shows one
  • βœ… Apply intelligence β€” applyType tells you whether a job uses LinkedIn Easy Apply or an external ATS
  • βœ… Filters β€” posted-within window (24h / week / month), workplace type (on-site / remote / hybrid)
  • βœ… Duplicate-free β€” deduplicated by LinkedIn job ID
  • βœ… Fast β€” pipelined HTTP requests with a concurrency pool; no browser overhead
  • βœ… No login required β€” scrapes the public jobs search, so no account can get banned

Input

FieldTypeDefaultDescription
searchUrlsarrayβ€”LinkedIn jobs search URLs; overrides keyword/location. Build them in an incognito window
keywordstringsoftware engineerJob title or keyword (used when no search URL)
locationstringβ€”City, region, or country
postedWithinselectAny timePast 24 hours / week / month
workplaceTypeselectAnyOn-site / Remote / Hybrid
maxItemsinteger0Number of jobs needed. Empty or 0 = scrape all results
fetchDetailsbooleantrueVisit each job for description, criteria, apply type, and job poster
fetchCompanyDetailsbooleantrueVisit each hiring company's page for website, domain, size, HQ, etc.
concurrencyinteger10Jobs enriched in parallel
maxStalePagesinteger2Stop after N pages with no new jobs
proxyConfigproxyResidentialRecommended for large scrapes

Example input

{
"searchUrls": ["https://www.linkedin.com/jobs/search/?keywords=software%20engineer&location=Germany&f_TPR=r604800"],
"maxItems": 200,
"fetchDetails": true
}

Output

{
"jobId": "4425772390",
"title": "Senior Structural Analysis Engineer",
"company": "Turkish Aerospace",
"companyLinkedinUrl": "https://tr.linkedin.com/company/turkishaerospace",
"location": "Islāmābād, Pakistan",
"salary": null,
"postedDate": "2026-06-15",
"postedRelative": "4 weeks ago",
"url": "https://www.linkedin.com/jobs/view/4425772390",
"applyUrl": "https://www.linkedin.com/jobs/view/4425772390/",
"applyType": "easy_apply",
"jobPosterName": "ALP DÜNDAR",
"jobPosterTitle": "Recruitment Specialist at TΓΌrk HavacΔ±lΔ±k ve Uzay Sanayii",
"jobPosterProfileUrl": "https://tr.linkedin.com/in/alp-d%C3%BCndar-a98a9a1a1",
"description": "We are proud to work for a company that we believe has a great purpose. …",
"descriptionHtml": "<p><strong>Hello!</strong></p><p>…</p>",
"seniorityLevel": "Associate",
"employmentType": "Full-time",
"jobFunction": "Engineering",
"jobIndustries": "Engineering Services, Defense and Space Manufacturing, and Airlines and Aviation",
"applicants": "Over 200 applicants",
"companyWebsite": "https://www.tusas.com/",
"companyDomain": "tusas.com",
"companyIndustry": "Aviation and Aerospace Component Manufacturing",
"companySize": "10,001+ employees",
"companyHeadquarters": "Ankara",
"companyType": "Privately Held",
"companyFounded": "1973",
"companySpecialties": "aerospace, aviation, and defence",
"companyDescription": "TΓΌrk UΓ§ak Sanayii Anonim Ortaklığı (TUSAŞ) …"
}

Use cases

  • Lead generation β€” companies actively hiring are companies actively buying; pair with a contact-finder for outreach
  • Recruiting & sourcing β€” monitor fresh openings by market, function, or seniority
  • Market research β€” hiring trends, in-demand skills, remote-work share by industry
  • Competitor analysis β€” track who your competitors are hiring

Tips

  • Search URLs must come from the public (logged-out) jobs search β€” open an incognito window, set your filters, and copy the URL. Logged-in search URLs use different filters that the public API ignores.
  • With fetchDetails on, each job costs one extra request; for very large scrapes of basic data, switch it off for ~10Γ— speed.
  • Export as CSV, Excel, or JSON from the dataset tab, or pull via the Apify API.