โ† Apify Store
AS
Apify Store
/valig/linkedin-jobs-scraper

๐Ÿ† LinkedIn Jobs Scraper

$0.4/1K jobs | Scrape LinkedIn job listings based on your selected role and location, saving you time and effort.

liveasyncdegraded ยท 3.8s~30s typical
jobsautomationlinkedin
$0.00050
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0004 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /valig/linkedin-jobs-scraper for me.

Input

FieldTypeDescription
keywordsstringSearch by title, skill, or company
locationstringCity, state, or zip code
datePostedstring ( | r2592000 | r604800 | r86400)Filter by age of the job posting
companyNamearrayFilter by company name
companyIdarrayFilter by company ID
easyApplybooleanOnly include jobs with the Easy Apply option
under10ApplicantsbooleanOnly include jobs with Under 10 applicants
limitintegerMaximum results count default 100
urlPathstringCustom job search path. Must start with /jobs/ (e.g., /jobs/search).
urlParamarrayPass additional URL parameters to the search request
skipJobIdarrayFilter out specific job IDs from results
titleIncludearrayOnly include jobs whose title contains all words from at least one of these phrases (case insensitive, word order does not matter).
titleExcludearrayExclude jobs whose title contains all words from at least one of these phrases (case insensitive, word order does not matter).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/valig/linkedin-jobs-scraper","input":{"keywords":"Software Developer","location":"New York","datePosted":"r604800","companyName":["Google","Apple"],"companyId":["1441","162479"],"easyApply":true,"under10Applicants":true,"limit":3,"urlPath":"/jobs/search","urlParam":[{"key":"f_TPR","value":"r3600"}],"skipJobId":["4219847745","4219847746"],"titleInclude":["Software Developer","Software Engineer"],"titleExclude":["Junior Developer","Manager"]},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /valig/linkedin-jobs-scraper -i '{"keywords":"Software Developer","location":"New York","datePosted":"r604800","companyName":["Google","Apple"],"companyId":["1441","162479"],"easyApply":true,"under10Applicants":true,"limit":3,"urlPath":"/jobs/search","urlParam":[{"key":"f_TPR","value":"r3600"}],"skipJobId":["4219847745","4219847746"],"titleInclude":["Software Developer","Software Engineer"],"titleExclude":["Junior Developer","Manager"]}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/valig/linkedin-jobs-scraper", input: {"keywords":"Software Developer","location":"New York","datePosted":"r604800","companyName":["Google","Apple"],"companyId":["1441","162479"],"easyApply":true,"under10Applicants":true,"limit":3,"urlPath":"/jobs/search","urlParam":[{"key":"f_TPR","value":"r3600"}],"skipJobId":["4219847745","4219847746"],"titleInclude":["Software Developer","Software Engineer"],"titleExclude":["Junior Developer","Manager"]}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.