Amazon-Product-Information-Scraper
Amazon-Product-Information-Scraper copied to clipboard
This Python web-scraping project retrieves product names, prices, review stars, and review counts for a specific product category.
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

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.