The Core

Why We Are Here => Web Development => Topic started by: rcjordan on December 21, 2022, 05:30:10 PM

Title: Automatically scrap all the job titles and links, then organize in an excel file
Post by: rcjordan on December 21, 2022, 05:30:10 PM
Using Selenium and Openpyxl to scrape the information.

https://github.com/CartlonGin/jobsearch-python-webscraper
Title: Re: Automatically scrap all the job titles and links, then organize in an excel file
Post by: ergophobe on December 21, 2022, 11:43:45 PM
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