Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Retrieve product rating count, rating, price, title, specs, images from Amazon using ASIN codes.

License

Notifications You must be signed in to change notification settings

armagansalman/Amazon-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon-scraper

Usage

Warning: Make sure you use time.sleep between retrievals to avoid IP ban.

Put Amazon ASIN codes (the code after dp/ in the URL of the product) in asin_data.csv on each line. Go to src directory in terminal. Then:

For Linux:
python3 amazon_scraper.py asin_data.csv

For Windows:
py amazon_scraper.py asin_data.csv

Results will be in a .csv file which contains the script's starting time.

About

Retrieve product rating count, rating, price, title, specs, images from Amazon using ASIN codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages