A simple project containing simple Scraping bots
-
Web Scraping: Extracting relevant data from a website and storing it in a structured format like CSV or JSON objects. An example is extracting the name, brand, and price of products from Amazon and storing it in an excel file.
-
Bot: An application that can run automated tasks such as clicks, search, scroll on websites. It can basically mimic a human’s interaction with a website
-
Selenium: An open-source library which helps in web scraping and developing bots. It is also used to write scripts to automate common tasks on the web app to test them.