kirkhunter / linkedin-jobs-scraper

Scrape LinkedIn job postings using Selenium WebDriver with python bindings
MIT License
187 stars 78 forks source link

Updates for new frontend + Python3 compatibility #1

Closed aashanand closed 7 years ago

aashanand commented 8 years ago

Thanks for the base repo! Summary of changes made and tested:

  1. Some syntacx changes for python3 compatibility (eg. dict.iteritems() -> dict.items())
  2. Modified parser to take defaults from settings.py
  3. Updated selectors and selector methods in scrape.py and client.py to achieve desired outcome on LI's redesigned site
  4. Commented out calls to filter by search radius and salary level as those filters are no longer offered
  5. Added some additional data fields like salary range, experience and job description
kirkhunter commented 7 years ago

Thanks for the pull request! Glad you found the base repo useful