An open API service indexing awesome lists of open source software.

https://github.com/praneethravuri/amazon-product-information-scraper

This Python web-scraping project retrieves product names, prices, review stars, and review counts for a specific product category.
https://github.com/praneethravuri/amazon-product-information-scraper

amazon amazon-product-scraper amazon-scraper amazon-scraping beautifulsoup category csv executable online price products python requests reviews scraper scrapes selenium webdriver webscraping website

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# **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**
* **selenium**s
* **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](Images/sample.png)

**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**](https://github.com/praneethravuri)

[**Amazon Product Scraper**](https://github.com/praneethravuri/Amazon-Product-Information-Scraper/blob/main/amazon_scraper.py)