This project contains three different web scrapers created using Python and Selenium to extract data from different websites and then saves it into a spreadsheet.
The first script is a much simpler web scraper that takes data from the Top Anime table from MyAnimeList.
The second script extracts data from a website that records score data for football matches and asks the user which country and league they are interested in getting the data for. If the country and league input is valid, the program obtains the relevant data, if not, the program closes due to invalid input.
The third script asks the user what job title and location they wish to search for, conducts a search on Indeed, and extracts the data for job title, company, location and URLs from the first page of results.
Click the button below to view the code for this project on GitHub