Skip to content

Web Scraping Amazon for search query using BeautifulSoup, Selenium, Python

Notifications You must be signed in to change notification settings

romeshb/Web-Scraping-Amazon-Books

Repository files navigation

Web-Scraping-Amazon-Books

Web Scraping Amazon for search query using BeautifulSoup, Selenium, Python.

Built With

  • Python3
  • BeautifulSoup4
  • Selenium

Prerequisites

  • Install BeautifulSoup4
 pip install beautifulsoup4
  • Install Selenium
 pip install selenium
  • install webdriver-manager
 pip install webdriver-manager

Usage

This program uses a search-term to search on amazon.in website. Right now the search-term this program works for:

  • Books

Simple modification to capture the appropriate tags for other search results can be done to extract information of other search queries.

Feel free to fork this project and modify for other search queries.
For educational purposes only.

About

Web Scraping Amazon for search query using BeautifulSoup, Selenium, Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published