MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
180 stars 252 forks source link

numerous bug fixes #50

Closed nate9676 closed 3 years ago

nate9676 commented 3 years ago
  1. Deleted "years_at_company" function and corresponding schema key
  2. Fixed date scraping to conform with pandas formatting
  3. Updated various scraping functions to work with Glassdoor's updated HTML
  4. Various try-excepts to ensure pages load properly and data is saved if the program unexpectedly fails
shastie88 commented 2 years ago

Hello Matthew, I am new to this so I apologize if I am going about this the wrong way. Did Glassdoor change their Sign in from: email password Sign In to email Continue with Email -> new page Password Sign In

I was trying to run your code and ran into an error: 'WebDriver' object has no attribute 'find_element_by_name' The above seems to be a change that would cause the issue.

Thanks. Best Regards, Scott