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.
- Host: GitHub
- URL: https://github.com/qedsoftware/amazon_reviews_scraper
- Owner: qedsoftware
- Created: 2015-06-21T10:10:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T09:50:17.000Z (almost 11 years ago)
- Last Synced: 2025-01-01T00:45:04.044Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)