Amazon Reviews Scraper avatar

Amazon Reviews Scraper

Try for free

3 days trial then $35.00/month - No credit card required now

View all Actors
Amazon Reviews Scraper

Amazon Reviews Scraper

mcdowell/amazon-reviews-scraper
Try for free

3 days trial then $35.00/month - No credit card required now

Scrape and download detailed reviews of Amazon products , including rating score, review description, reactions and images. Download your data as HTML table, JSON, CSV, Excel, XML.

You can access the Amazon Reviews Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "productURLs": [
3    {
4      "url": "https://www.amazon.com/iPhone-Pro-128GB-Sierra-Blue/dp/B0BGYG5GSJ"
5    }
6  ],
7  "maxReviews": 20,
8  "proxyConfiguration": {
9    "useApifyProxy": true,
10    "apifyProxyCountry": "US"
11  }
12}' |
13apify call mcdowell/amazon-reviews-scraper --silent --output-dataset

Amazon Reviews Scraper API through CLI

The Apify CLI is the official tool that allows you to use Amazon Reviews Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 2 stars
  • 94.3% runs succeeded
  • Created in Jun 2020
  • Modified about 1 month ago