Skip to content

qedsoftware/amazon_reviews_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collects all reviews for an Amazon product, using amazon_scraper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages