Python to scrape overview and reviews of companies from Glassdoor
Data Scraping for Glassdoor
This is python to scrape overview and reviews of companies from Glassdoor. Please use it carefully and follow the Terms of Service that explicitly prohibits web scraping.
Built With
Getting Started
Download the SeleniumGlassdor.py file. Change the path of the chromedriver on your machine. Use your own file that contain the lists of the companies glassdoor url. The company url csv file is also attached here. The way to generate the file is also based on selenium, searching the ‘glassdoor’ + company name in google search engine, and extract the url from the first results. Per requests, I can also upload the file accordingly.
Prerequisites