πŸ”₯ LinkedIn Jobs Scraper avatar
πŸ”₯ LinkedIn Jobs Scraper

Pricing

$25.00/month + usage

Go to Apify Store
πŸ”₯ LinkedIn Jobs Scraper

πŸ”₯ LinkedIn Jobs Scraper

A fast, login-free LinkedIn job scraper built using the public LinkedIn API. This Actor allows job seekers, analysts, and automation users to collect fresh job listings with powerful filters and export them to CSV + JSON.

Pricing

$25.00/month + usage

Rating

0.0

(0)

Developer

Yash

Yash

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

πŸ”Ž LinkedIn Jobs Scraper (Apify Actor)

A fast, login-free LinkedIn job scraper built using the public LinkedIn API.
This Actor allows job seekers, analysts, and automation users to collect fresh job listings with powerful filters and export them to CSV + JSON.

βœ… No LinkedIn login required
βœ… No browser – pure HTTP (very fast)
βœ… Full filter support (date, location, job type, remote, experience)
βœ… CSV + Dataset output
βœ… Ready for Apify Store Publishing


πŸš€ What This Actor Does

This Actor:

  • Scrapes jobs from LinkedIn Jobs
  • Supports advanced job filters:
    • βœ… Job Title
    • βœ… Job Location
    • βœ… Published At (24 hours, 7 days, 30 days)
    • βœ… On-site / Remote / Hybrid
    • βœ… Job Type (Full-time, Part-time, Contract, Internship, etc.)
    • βœ… Experience Level (Internship β†’ Director)
  • Extracts structured job data
  • Saves:
    • βœ… Full dataset (JSON)
    • βœ… Downloadable CSV file
  • Returns:
    • βœ… Total jobs scraped
    • βœ… Filters used
    • βœ… CSV file name

Perfect for:

  • Job portals
  • Career dashboards
  • Research & analytics
  • Alerts & automation
  • Resume & job matching tools

🧾 Output Data Includes

Each job contains:

  • jobId
  • jobUrl
  • title (Job Title)
  • companyName
  • location
  • publishedAt
  • jobType
  • experienceLevel
  • workplaceType (On-site / Remote / Hybrid)
  • User selected filters:
    • userPublishedAt
    • userJobType
    • userWorkType
    • userExperienceLevel

πŸ“ Output Files

After each run you get:

βœ… 1. Dataset (JSON)

Available in:

βœ… 2. CSV File

Available in:

βœ… 3. Summary Output

Stored under key:

Example:

{
"totalRows": 120,
"publishedAt": "PAST_WEEK",
"workType": "REMOTE",
"jobType": "FULL_TIME",
"experienceLevel": "ENTRY_LEVEL",
"csvFile": "linkedin_jobs.csv",
"status": "SUCCESS"
}