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

Glassdoor Jobs Scraper Ppr

Extract Glassdoor job listings with salary ranges, company ratings, remote status, and 30+ structured fields per job. Search across 23 countries with filters for job type, seniority, remote work, sala

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

Input

FieldTypeDescription
keywordsarrayJob keywords to search. Each keyword runs a separate search and results are combined.
locationstringCity, state, or country (e.g. 'San Francisco', 'London', 'Paris').
countrystring (US | UK | CA | CA_FR | FR | DE)Glassdoor country domain to search on. default "US"
maxItemsintegerMaximum number of jobs to return. default 50
fromAgestring ( | 1 | 3 | 7 | 14 | 30)Only return jobs posted within this time period. default ""
jobTypestring ( | fulltime | parttime | contract | temporary | internship)Filter by contract type. default ""
seniorityTypestring ( | entrylevel | midseniorlevel | director | executive)Filter by experience level. default ""
remoteWorkTypestring ( | true | false)Filter by work location type. default ""
companyNamestringOnly return jobs from this company (e.g. 'Google', 'Microsoft').
minSalaryintegerMinimum salary in local currency. default 0
maxSalaryintegerMaximum salary in local currency. default 0
includeNoSalaryJobbooleanInclude jobs that don't have salary information. default true
applicationTypestring ( | 1)Filter by how to apply. default ""
minRatingnumberOnly return jobs from companies rated above this (1.0 to 5.0). default 0
radiusintegerSearch radius around the location in kilometers. default 0
industryTypestring ( | 200063 | 200064 | 200065 | 200066 | 200067)Filter by industry sector. default ""
employerSizesstring ( | 1to50 | 51to200 | 201to500 | 501to1000 | 1001to5000)Filter by number of employees. default ""
proxyobjectSelect proxies to be used. default {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}

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

Try it

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