Skip to content

Download Amazon Reviews for specified product using Scrapy

License

Notifications You must be signed in to change notification settings

gramotei/amazon-reviews-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

amazon-reviews-scrapy

Download Amazon Reviews for specified product using Scrapy framework. Use it only for research purposes

Usage

To download reviews:

scrapy crawl amazon-reviews-spider -a product_id=XXXXXXXX -o out.jl

where XXXXXXXX is Amazon product id like B002QQ8H8I

To export results to excel:

python3.5 ./amazon_reviews_scrapy/export_to_excel.py out.jl out.jl.xlsx

About

Download Amazon Reviews for specified product using Scrapy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages