This python script collects any company's reviews on glassdoor.com.
It organize the reviews in a csv file with the following headers:
headline, date, rating, job title, job status, pros, cons, management advice and outlook.
How to run:
Insert the company glassdoor url in the Web_Scrapper.py file and your glassdoor username/password in the WBClass.py.
Make sure you download the chromedriver and place it in the same directory of the script.
Run the Web_Scrapper.py and watch it collects the reviews!