Skip to content

officialpm/scrape-amazon

Repository files navigation

scrape-amazon 🚀

Downloads versions pyVersions Stars Forks License Visitors

Installation

❯ pip install scrape-amazon

Example

Import as module

from scrape_amazon import get_reviews

reviews = get_reviews('in','B078BNQ318') #returns dataframe
#Reviewer, Rating, Title, Description

CLI

How to use

❯ scrape-amazon [domain] [product_id] [output_path].csv

Positional Arguments:

domain       Amazon Domain (in/com)
product_id   product id for scraping (B078BNQ318)
output_path  output_path for saving (B078BNQ318.csv)

Example

❯ scrape-amazon in B078BNQ318 B078BNQ318.csv

Output

        Reviewer       Rating       Title       Description
0     Parth Maniar       4      Great but ...     I change ... 
1     Manpreet Singh     3      Delivers  ...     Great ph ... 
2     Aparna Uniyal      1      Battery/H ...     I have   ... 
3     Rahul              5      Great but ...     On the f ... 

Want to contribute?

To get more information on contributing, go to the CONTRIBUTING.md

Also read the CODE_OF_CONDUCT.md