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.
- Host: GitHub
- URL: https://github.com/praneethravuri/amazon-product-information-scraper
- Owner: praneethravuri
- Created: 2021-05-13T10:46:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T14:22:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T17:46:56.238Z (about 2 months ago)
- Topics: amazon, amazon-product-scraper, amazon-scraper, amazon-scraping, beautifulsoup, category, csv, executable, online, price, products, python, requests, reviews, scraper, scrapes, selenium, webdriver, webscraping, website
- Language: Python
- Homepage:
- Size: 25.4 MB
- Stars: 15
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

**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)