Apify Store
AS
Apify Store
/silentflow/linkedin-jobs-scraper-ppr

LinkedIn Job Search Scraper | Salaries & Seniority

Search LinkedIn jobs by title and location and export the seniority, job function, full descriptions and applicant counts. Salary is returned whenever the employer published a pay range: roughly 1 pos

liveasyncunknown~30s typical
jobslead generationbusinesslinkedinppr
$0.0013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.001 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 /silentflow/linkedin-jobs-scraper-ppr for me.

Input

FieldTypeDescription
urlsarrayPaste LinkedIn job links or a LinkedIn job search link. A job link returns that job. A search link runs that exact search, keeping the filters it carries, including the company filter. Leave empty to search by title and location below.
titlesarrayJob titles to search. Each title runs a separate search and results are combined.
locationsarrayCities, countries, or 'Remote'. Each location is searched for every title above.
maxItemsintegerMaximum number of jobs to return. default 50
publishedAtstring ( | r86400 | r604800 | r2592000)Only return jobs posted within this time period. default ""
contractTypestring ( | F | P | C | T | I)Filter by contract type. default ""
experienceLevelstring ( | 1 | 2 | 3 | 4 | 5)Filter by seniority level. default ""
workTypestring ( | 1 | 2 | 3)Filter by work location type. default ""
easyApplybooleanOnly return jobs with LinkedIn Easy Apply. default false

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":"/silentflow/linkedin-jobs-scraper-ppr","input":{"titles":["Software Engineer"],"locations":["United States"],"maxItems":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 /silentflow/linkedin-jobs-scraper-ppr -i '{"titles":["Software Engineer"],"locations":["United States"],"maxItems":3}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/silentflow/linkedin-jobs-scraper-ppr", input: {"titles":["Software Engineer"],"locations":["United States"],"maxItems":3}, wait: false })

Try it

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