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
| Field | Type | Description |
|---|---|---|
| keywords | array | Job keywords to search. Each keyword runs a separate search and results are combined. |
| location | string | City, state, or country (e.g. 'San Francisco', 'London', 'Paris'). |
| country | string (US | UK | CA | CA_FR | FR | DE) | Glassdoor country domain to search on. default "US" |
| maxItems | integer | Maximum number of jobs to return. default 50 |
| fromAge | string ( | 1 | 3 | 7 | 14 | 30) | Only return jobs posted within this time period. default "" |
| jobType | string ( | fulltime | parttime | contract | temporary | internship) | Filter by contract type. default "" |
| seniorityType | string ( | entrylevel | midseniorlevel | director | executive) | Filter by experience level. default "" |
| remoteWorkType | string ( | true | false) | Filter by work location type. default "" |
| companyName | string | Only return jobs from this company (e.g. 'Google', 'Microsoft'). |
| minSalary | integer | Minimum salary in local currency. default 0 |
| maxSalary | integer | Maximum salary in local currency. default 0 |
| includeNoSalaryJob | boolean | Include jobs that don't have salary information. default true |
| applicationType | string ( | 1) | Filter by how to apply. default "" |
| minRating | number | Only return jobs from companies rated above this (1.0 to 5.0). default 0 |
| radius | integer | Search radius around the location in kilometers. default 0 |
| industryType | string ( | 200063 | 200064 | 200065 | 200066 | 200067) | Filter by industry sector. default "" |
| employerSizes | string ( | 1to50 | 51to200 | 201to500 | 501to1000 | 1001to5000) | Filter by number of employees. default "" |
| proxy | object | Select 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 120mcp
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.