
Professional Linkedin Job Scraper
Pricing
$23.99/month + usage

Professional Linkedin Job Scraper
A powerful and reliable Apify actor for scraping LinkedIn job postings with advanced filtering capabilities. Perfect for recruiters, job seekers, HR professionals, and market researchers who need comprehensive job market data.
5.0 (1)
Pricing
$23.99/month + usage
0
Total users
1
Monthly users
1
Last modified
a day ago
Job Title
title
stringOptional
Job title to filter for. If provided, only fetch jobs matching this title.
Location
location
stringOptional
Geographical region/city/country to filter. If empty, searches globally.
Default value of this property is "Worldwide"
Company Names
companyName
arrayOptional
List of company names to filter (e.g. ["Google", "Microsoft"]). The actor will fetch jobs only from these companies if specified.
Company IDs
companyId
arrayOptional
List of LinkedIn company IDs (e.g. ["1441", "1035"]). If specified, retrieves jobs for those IDs.
Published At
publishedAt
EnumOptional
Filter jobs based on publish date
Value options:
"any time": string"past month": string"past week": string"past 24 hours": string
Workplace Type
workplaceType
EnumOptional
Filter for on-site vs. remote roles
Value options:
"on-site": string"remote": string"hybrid": string
Job Type
jobType
EnumOptional
Filter for job type
Value options:
"full-time": string"part-time": string"contract": string"temporary": string"internship": string"volunteer": string
Experience Level
experienceLevel
EnumOptional
Filter for specific experience level
Value options:
"Entry": string"Associate": string"Mid-Senior": string"Director": string"Executive": string
Maximum Results
rows
integerOptional
Maximum number of job postings to return (1-1000)
Default value of this property is 20
LinkedIn Cookies
cookies
stringRequired
LinkedIn authentication cookies. Can be either:
- Raw cookie string from request headers
- JSON array of cookie objects exported from browser
To get cookies:
- Log into LinkedIn
- Open DevTools (F12)
- Go to Network tab
- Copy either:
- Cookie header from any request
- Export cookies as JSON from Application tab