Linkedin Jobs Scraper avatar
Linkedin Jobs Scraper

Pricing

Pay per event

Go to Apify Store
Linkedin Jobs Scraper

Linkedin Jobs Scraper

Developed by

DR Nayaki

DR Nayaki

Maintained by Community

This Apify actor scrapes job postings from LinkedIn by keywords, location, and skills. It extracts clean job links, saves them to Apify datasets or CSV, and integrates with Google Sheets, CRMs, and APIs for automated job search workflows.

0.0 (0)

Pricing

Pay per event

0

2

2

Last modified

18 hours ago

LinkedIn Job Scraper (Apify Actor)

This Apify actor scrapes job listings from LinkedIn based on keywords, location, and optional skills.
It outputs clean job links into both a dataset (on Apify) and a CSV file (jobs.csv) for local usage.


🚀 How it Works

  • The actor builds a LinkedIn Jobs search URL from:
    • Keywords
    • Location
    • Optional Skills
  • It sends a request to LinkedIn, extracts job links from the results, and removes duplicates.
  • Results are saved to:
    • Apify Dataset (when running on Apify)
    • jobs.csv file (when running locally)

✅ On Apify: Each job link is pushed to the default dataset.
✅ Locally: A jobs.csv file is generated in your working directory.


📊 What Data You Get

For each job found, the scraper collects:

  • 🔗 Job posting URL

This actor focuses on collecting job links for further enrichment.
You can chain it with other scrapers or workflows to extract full job descriptions, company details, and applicant requirements.


⚙️ Getting Started

1. Run on Apify

  1. Add the actor to your Apify console.
  2. Provide input:
    {
    "keywords": "Data Scientist",
    "location": "USA",
    "maxJobs": 20,
    "skills": "Python, SQL"
    }