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

https://github.com/qedsoftware/amazon_reviews_scraper

Collects all reviews for an Amazon product, using amazon_scraper.
https://github.com/qedsoftware/amazon_reviews_scraper

Last synced: 3 months ago
JSON representation

Collects all reviews for an Amazon product, using amazon_scraper.

Awesome Lists containing this project

README

          

DESCRIPTION
===============
Collects all reviews for an Amazon product. Uses the amazon_scraper Python module by Griffiths and Rehm.
Throughput rates will vary, but my own benchmark was roughly 4.15 reviews per second. The underlying Simple Product API returns reviews in batches of 10.

INSTALLATION
===============
1. (preferred, but not necessary) Create a virtual environment.
2. pip install -r requirements.txt
3. Register for Amazon's Product Advertising API:

https://affiliate-program.amazon.com/gp/flex/advertising/api/sign-in.html

4. cp amazon.ini.example amazon.ini
5. Modify amazon.ini such that it uses the access keys you obtained after registration in step 3.

AUTHORS
===============
[William Wu](http://qed.ai)