Amazon Reviews Scraper avatar

Amazon Reviews Scraper

Try for free

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

View all Actors
Amazon Reviews Scraper

Amazon Reviews Scraper

epctex/amazon-reviews-scraper
Try for free

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

Gain access to incredibly rapid, essential, and highly informative Amazon product review data. Pull out ratings, reviews, images, product specifics, and more. Retrieve reviews of any product, regardless of the country of origin. Unlimited and exceptionally fast.

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  "startUrls": [
3    "https://www.amazon.com/Clorox-30966-Concentrated-Regular-Bleach/dp/B07HXTYS1W/ref=sr_1_3?crid=ZT0PLQMYO4WP&keywords=clorox&qid=1702901115&sprefix=cl%2Caps%2C278&sr=8-3",
4    "https://www.amazon.com/Clorox-30966-Concentrated-Regular-Bleach/product-reviews/B07HXTYS1W/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews"
5  ],
6  "maxItems": 20,
7  "endPage": 1,
8  "extendOutputFunction": "($) => { return {} }",
9  "customMapFunction": "(object) => { return {...object} }",
10  "proxy": {
11    "useApifyProxy": true
12  }
13}' |
14apify call epctex/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
  • 23 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Dec 2023
  • Modified about 15 hours ago