Skip to content

worldofsaad/Simple-Scraping-Bots

Repository files navigation

Simple Scraping Bots

A simple project containing simple Scraping bots

1. Web Scraper or Bot in Python using Selenium

  • 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.

About

A simple project containing simple Scraping bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published