Amazon Product Review Scraper
Python package to scrape product review data from amazon
Quickstart
pip install amazon-product-review-scraper
from amazon_product_review_scraper import amazon_product_review_scraper
review_scraper = amazon_product_review_scraper(amazon_site="amazon.in", product_asin="B07X6V2FR3")
reviews_df = review_scraper.scrape()
reviews_df.head(5)
Parameters
-
amazon_siteExamples: amazon.in, amazon.com, amazon.co.uk
-
product_asinProduct ASIN (Amazon Standard Identification Number) An ASIN is a 10-character alphanumeric unique identifier that is assigned to each product on amazon.
Examples:
- https://www.amazon.in/Grand-Theft-Auto-V-PS4/dp/
B00L8XUDIC/ref=sr_1_1 - https://www.amazon.in/Renewed-Sony-Cybershot-DSC-RX100-Digital/dp/
B07XRVR9B9/ref=lp_20690678031_1_14?srs=20690678031&ie=UTF8&qid=1598553991&sr=8-14
- https://www.amazon.in/Grand-Theft-Auto-V-PS4/dp/
-
sleep_time(Optional)Number of seconds to wait before scraping the next page. (Amazon might intervene with CAPTCHA if receives too many requests in a small period of time)
-
start_page(Optional) -
end_page(Optional)
Release files for amazon-product-review-scraper 0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| amazon_product_review_scraper-0.9.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| amazon_product_review_scraper-0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 kB
Release files / amazon_product_review_scraper-0.9.tar.gz
| Download URL | amazon_product_review_scraper-0.9.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6e2d1c281c68cd9b1a9ac103a13ca547416e3fb0493034df2305ab15d2ad08e
|
|
BLAKE2b-256 checksum How to use checksums |
09d51b13f84b71f9b22a0d8b08f28615f45e15d741dabaa0846a8e5a3311f201
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
|
Release files / amazon_product_review_scraper-0.9-py3-none-any.whl
| Download URL | amazon_product_review_scraper-0.9-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0ae6ef26aa99297e8e279299ab57b43559aa5046dabb7dfc276ccd2bd7ef5eb3
|
|
BLAKE2b-256 checksum How to use checksums |
e27793d24bd36a5e95553c07bf174227c11253f77a7d5e70aaf4953e5f3750b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
|