MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
172 stars 251 forks source link

Fixed Pros, Cons, Advice to Management and Paging controls bug #18

Open AgrimNautiyal opened 4 years ago

AgrimNautiyal commented 4 years ago

The previous script wasn't being able to scrape pros, cons, advice to management and was unable to go to the next page because "pagingControls" has been removed and the path was modified based on paginationStyle.

I have added a sample_data csv file as a zip file to explain the schema of the collected data. The closed and ongoing issues have been explained in the changes.txt file.

Kindly review and merge.