falkenbach / actor-glassdoor-jobs

Scrapes job data from Glassdoor. Fast and free Glassdoor Scraper to extract all data from job listings including salaries, companies, and reviews.
https://apify.com/alexey/glassdoor-jobs-scraper
Apache License 2.0
15 stars 7 forks source link

Pagination doesn't get past first page #26

Closed fcpunk closed 2 years ago

fcpunk commented 2 years ago

Simply appending _IP{X}.htm where X is page number doesn't work anymore. Although the next page link opens just fine and the current page is X the actual job listings correspond to page 1. The same behavior happens in a web browser if a specific page or next page link is opened in a separate tab. Query parameter 'pgp' (page cursor) doesn't help either. When the second (or any but first) page is opened by copy / paste of the URL to another tab it just shows data for the first page still.