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
| Field | Type | Description |
|---|---|---|
| keywords | string | Search by title, skill, or company |
| location | string | City, state, or zip code |
| datePosted | string ( | r2592000 | r604800 | r86400) | Filter by age of the job posting |
| companyName | array | Filter by company name |
| companyId | array | Filter by company ID |
| easyApply | boolean | Only include jobs with the Easy Apply option |
| under10Applicants | boolean | Only include jobs with Under 10 applicants |
| limit | integer | Maximum results count default 100 |
| urlPath | string | Custom job search path. Must start with /jobs/ (e.g., /jobs/search). |
| urlParam | array | Pass additional URL parameters to the search request |
| skipJobId | array | Filter out specific job IDs from results |
| titleInclude | array | Only include jobs whose title contains all words from at least one of these phrases (case insensitive, word order does not matter). |
| titleExclude | array | Exclude 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 120mcp
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.