Skip to content

jakobowsky/amazon-reviews-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon reviews scraper

Today we are going to scrape reviews from Amazon. The script works in the way that you can give it an Asin and the number of pages and it will automatically get your data and save it to .json file. Watch full video here

amazonreviews_thumbnail

Setup Python Virtual Environment

pipenv install
pipenv shell

Running Script

# fill credentials in keys.py
python script.py

Releases

No releases published

Packages

No packages published

Languages