Glassdoor Scraper avatar
Glassdoor Scraper

Deprecated

Pricing

Pay per usage

Go to Store
Glassdoor Scraper

Glassdoor Scraper

Deprecated

Developed by

Alexey Udovydchenko

Alexey Udovydchenko

Maintained by Community

Scrapes job data from Glassdoor. Fast and free Glassdoor Scraper to extract all data from job listings including salaries, companies, and reviews.

0.0 (0)

Pricing

Pay per usage

11

Total users

1.5K

Monthly users

4

Runs succeeded

>99%

Last modified

a year ago

RB

Not Working / Always returning a default list of CEO

Closed

rabbyn opened this issue
2 years ago

Hello, for any input I provide in the console, it always return a list of CEO.

Here is my input : { "Category": "Jobs", "location": "Istanbul", "maxResults": 30, "proxy": { "useApifyProxy": true }, "query": "architect" }

Here is the error in the run log

2023-04-27T05:33:24.580Z INFO Page opened. {"label":"SEARCH-JOBS","url":"https://www.glassdoor.com/Job/jobs.htm?sc.keyword=architect&locT=C&locId=3361434&locKeyword=Istanbul&srs=RECENT_SEARCHES"} 2023-04-27T05:33:25.010Z ERROR BasicCrawler: handleRequestFunction failed, reclaiming failed request back to the list or queue {"url":"https://www.glassdoor.com/Job/jobs.htm?sc.keyword=architect&locT=C&locId=3361434&locKeyword=Istanbul&srs=RECENT_SEARCHES","retryCount":1,"id":"1E0992JMlKNRhgZ"} 2023-04-27T05:33:25.012Z TypeError: Cannot read properties of undefined (reading 'replace') 2023-04-27T05:33:25.014Z at searchJobs (/usr/src/app/src/search-jobs.js:65:33) 2023-04-27T05:33:25.016Z at processTicksAndRejections (node:internal/process/task_queues:96:5) 2023-04-27T05:33:25.018Z at async BasicCrawler._handleRequestFunction (/usr/src/app/node_modules/apify/build/crawlers/basic_crawler.js:324:9) 2023-04-27T05:33:25.019Z at async wrap (/usr/src/app/node_modules/@apify/timeout/index.js:73:27)