Apify Store
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

FieldTypeDescription
keywords*stringSearch by title, skill, or company default "Software Developer"
location*stringCity, state, or country default "New York"
daysOldintegerMaximum days since posted default 30
easyApplybooleanOnly include jobs with the Easy Apply option
remoteWorkTypebooleanInclude only remote jobs
minRatingnumberMinimum company rating (0.0 to 5.0)
radiusstring (0 | 5 | 10 | 15 | 25 | 50)Search radius in miles around the specified location
employerSizesstring ( | 1 | 2 | 3 | 4 | 5)Filter by company size based on number of employees
sortBystring (relevant_desc | date_desc)Sort criteria default "relevant_desc"
limitintegerMaximum results count default 100
urlParamarrayPass additional URL parameters to the search request
excludeJobIdsarrayList 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 120
mcp
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.