AS
Apify Store
/apimaestro/linkedin-jobs-scraper-api
Jobs Scraper for LinkedIn - No Cookies
Extract LinkedIn jobs data including description, titles, company info, application details... Features advanced filtering by location, experience, job type, and Easy Apply status.
liveasyncunknown~30s typical
jobsautomationsocial medialinkedin
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 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 /apimaestro/linkedin-jobs-scraper-api for me.
Input
| Field | Type | Description |
|---|---|---|
| keywords | string | Search keywords for jobs. Leave empty to return all jobs (useful with company_id to get a company's full job count). default "" |
| company_id | string | LinkedIn company ID (e.g., '1035' for Microsoft, '10608457' for Apify). Filters jobs to this company. Use with empty keywords to get the full count of open positions at a company. |
| location | string | Location (e.g., 'United States', 'London'). Leave empty for Worldwide. default "Worldwide" |
| page_number | integer | Page number for pagination (starts from 1) default 1 |
| remote | string ( | onsite | remote | hybrid) | Filter by workplace type |
| sort | string ( | relevant | recent) | Sort order for job listings |
| date_posted | string ( | month | week | day) | Show results on Past month/week/day |
| experienceLevel | string ( | internship | entry | associate | mid_senior | director) | Filter by experience level |
| easy_apply | string ( | true | false) | Show only LinkedIn Easy Apply jobs |
| under_10_applicants | string ( | true | false) | Show only jobs with less than 10 applicants |
| limit | integer | Optional: Limit the number of results (1-100) default 100 |
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":"/apimaestro/linkedin-jobs-scraper-api","input":{"limit":3},"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 /apimaestro/linkedin-jobs-scraper-api -i '{"limit":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/apimaestro/linkedin-jobs-scraper-api", input: {"limit":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.