Skip to content

This Python web-scraping project retrieves product names, prices, review stars, and review counts for a specific product category.

Notifications You must be signed in to change notification settings

praneethravuri/Amazon-Product-Information-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Product Information Scraper

Note: I did not update this repo in a year so some functions might not work


Libraries Used:

  • time
  • csv
  • bs4
  • seleniums
  • requests
  • webdriver_manager

This script asks for a product to be searched and scrapes through all the available pages and enters the product name/description, price, ratings, number of reviews and product url.

A new CSV file is created for each product. Some of the products may not have the reviews, price or number of ratings and are denoted as N/A in the CSV file.

Click on AmazonProductScraper.exe to run the script

Example Image

Disclaimer: The script sometimes will show products that are not related to your search preferences because they might be sponsored posts or ads and the rating counts of all the products scraped might be N/A.

Github - Praneeth Ravuri

Amazon Product Scraper