AS
Apify Store
/valig/glassdoor-jobs-scraper
Glassdoor Jobs Scraper
$0.4/1K jobs | Scrape Glassdoor jobs with filters for role, location, date, rating & Easy Apply. Get clean, structured data
liveasyncunknown~30s typical
jobsautomationglassdoor
$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/glassdoor-jobs-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| keywords* | string | Search by title, skill, or company default "Software Developer" |
| location* | string | City, state, or country default "New York" |
| daysOld | integer | Maximum days since posted default 30 |
| easyApply | boolean | Only include jobs with the Easy Apply option |
| remoteWorkType | boolean | Include only remote jobs |
| minRating | number | Minimum company rating (0.0 to 5.0) |
| radius | string (0 | 5 | 10 | 15 | 25 | 50) | Search radius in miles around the specified location |
| employerSizes | string ( | 1 | 2 | 3 | 4 | 5) | Filter by company size based on number of employees |
| sortBy | string (relevant_desc | date_desc) | Sort criteria default "relevant_desc" |
| limit | integer | Maximum results count default 100 |
| urlParam | array | Pass additional URL parameters to the search request |
| excludeJobIds | array | List of job IDs to exclude from results |
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/glassdoor-jobs-scraper","input":{"keywords":"Software Developer","location":"New York","daysOld":30,"easyApply":true,"remoteWorkType":true,"minRating":3.8,"radius":"10","employerSizes":"5","limit":3,"urlParam":[{"key":"industryNId","value":"10013"}],"excludeJobIds":["1010068133467","1010057908309"]},"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/glassdoor-jobs-scraper -i '{"keywords":"Software Developer","location":"New York","daysOld":30,"easyApply":true,"remoteWorkType":true,"minRating":3.8,"radius":"10","employerSizes":"5","limit":3,"urlParam":[{"key":"industryNId","value":"10013"}],"excludeJobIds":["1010068133467","1010057908309"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/valig/glassdoor-jobs-scraper", input: {"keywords":"Software Developer","location":"New York","daysOld":30,"easyApply":true,"remoteWorkType":true,"minRating":3.8,"radius":"10","employerSizes":"5","limit":3,"urlParam":[{"key":"industryNId","value":"10013"}],"excludeJobIds":["1010068133467","1010057908309"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.