Author Topic: Automatically scrap all the job titles and links, then organize in an excel file  (Read 1006 times)

rcjordan

  • I'm consulting the authorities on the subject
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 15632
  • Debbie says...
    • View Profile
Using Selenium and Openpyxl to scrape the information.

https://github.com/CartlonGin/jobsearch-python-webscraper

ergophobe

  • Inner Core
  • Hero Member
  • *
  • Posts: 8817
    • View Profile
I have only used Selenium for building test suites for websites, but for the most part, if you can do it with a browser and it's repeatable, you can automate it with Selenium