# Amazon Product Review Extractor (`igview-owner/amazon-review-scraper`) Actor

Extract real Amazon product reviews by ASIN in seconds. Get ratings, comments, authors, verified purchase status, helpful votes, images, videos and variants from 20+ marketplaces in a clean, ready‑to‑analyze dataset.

- **URL**: https://apify.com/igview-owner/amazon-review-scraper.md
- **Developed by:** [Sachin Kumar Yadav](https://apify.com/igview-owner) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 380 total users, 43 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## ⭐ Amazon Review Scraper – Product Reviews Extractor

**Extract top Amazon product reviews by ASIN in seconds. Get detailed review data including ratings, comments, author information, verified purchase status, helpful votes, images, videos, and more from 24+ Amazon marketplaces worldwide. Perfect for market research, sentiment analysis, product validation, and competitive intelligence.**

***

### 📋 Table of Contents

- [✨ Features](#-features)
- [🎯 Use Cases](#-use-cases)
- [⚡ Quick Start](#-quick-start)
- [📊 Input Parameters](#-input-parameters)
- [📤 Output Format](#-output-format)
- [🌐 Supported Marketplaces](#-supported-marketplaces)
- [💡 How It Works](#-how-it-works)
- [❓ FAQ](#-faq)
- [🏷️ Tags](#️-tags)

***

### ✨ Features

- **🔢 ASIN-Based Extraction** – Extract reviews for any Amazon product using its ASIN
- **⭐ Complete Review Data** – Get ratings, titles, comments, dates, and author details
- **✅ Verification Status** – Identify verified purchases and Vine reviews
- **👍 Engagement Metrics** – Capture helpful vote counts and review popularity
- **🖼️ Media Content** – Extract review images and video URLs
- **🎨 Product Variants** – Get variant information (size, color, etc.) from reviews
- **🌍 Global Coverage** – Supports 24+ Amazon marketplaces worldwide
- **🗣️ Multi-Language** – Extract reviews in 35+ languages
- **⚡ Fast & Reliable** – Built-in retry logic and error handling
- **📊 Structured Data** – Clean, table-ready output in JSON, CSV, or Excel

***

### 🎯 Use Cases

| Use Case | Description | Key Benefits |
|----------|-------------|--------------|
| 📊 **Market Research** | Analyze customer opinions and product feedback | Understand customer pain points, preferences, and satisfaction levels |
| 🧠 **Sentiment Analysis** | Extract reviews for AI/ML training and analysis | Build sentiment models, train LLMs, analyze customer emotions |
| 🛒 **Product Validation** | Validate product quality before sourcing or selling | Reduce returns, improve product selection, identify quality issues |
| 🏆 **Competitive Intelligence** | Monitor competitor product reviews and ratings | Track competitor strengths/weaknesses, identify market gaps |
| 📝 **Content Mining** | Extract user-generated content for marketing | Find testimonials, social proof, real customer language |
| 💬 **Customer Insights** | Understand what customers love or hate | Improve product descriptions, identify features to highlight |
| 📈 **Trend Analysis** | Track review trends over time | Monitor product performance, seasonal patterns, emerging issues |
| 🤖 **Data Pipelines** | Feed structured review data to your systems | Automate workflows, build dashboards, integrate with BI tools |

***

### ⚡ Quick Start

#### 1️⃣ Basic – Single Product Reviews

```json
{
  "asin": "B01LYNW421",
  "country": "US"
}
```

#### 2️⃣ Advanced – Specific Marketplace & Language

```json
{
  "asin": "B01LYNW421",
  "country": "DE",
  "language": "de_DE"
}
```

#### 3️⃣ Multi-Region – Same Product, Different Markets

```json
{
  "asin": "B01LYNW421",
  "country": "GB",
  "language": "en_GB"
}
```

***

### 📊 Input Parameters

| Parameter | Type | Required | Description | Default | Example |
|-----------|------|----------|-------------|---------|---------|
| `asin` | String | ✅ **Yes** | Amazon Standard Identification Number (10 characters) | - | `"B01LYNW421"`, `"B0DZZWMB2L"` |
| `country` | String | ❌ No | Amazon marketplace country code | `"US"` | `"US"`, `"GB"`, `"DE"`, `"IN"`, `"JP"` |
| `language` | String | ❌ No | Language for review content | Auto (marketplace default) | `"en_US"`, `"de_DE"`, `"fr_FR"`, `"ja_JP"` |

#### 🔢 How to Find ASIN

The **ASIN** is a unique 10-character identifier for every Amazon product. You can find it:

1. **In the Product URL**: `amazon.com/dp/B01LYNW421` → ASIN is `B01LYNW421`
2. **In Product Details**: Scroll to "Product Information" section on the product page
3. **In Search Results**: Look at the URL when hovering over a product

**ASIN Format**: Exactly 10 uppercase letters and numbers (e.g., `B01LYNW421`, `B0DZZWMB2L`)

***

### 📤 Output Format

#### 🧾 Review Data Structure

```json
{
  "source": "amazon_reviews",
  "asin": "B01LYNW421",
  "country": "US",
  "domain": "www.amazon.com",
  "review_id": "RVFW4VFBXGXF2",
  "review_title": "like my head is on a cloud. Not firm, more lofty, supports head in a light squishy way",
  "review_comment": "Preference for pillows and perception of pillow is a supremely subjective thing...",
  "review_star_rating": "5",
  "review_link": "https://www.amazon.com/gp/customer-reviews/RVFW4VFBXGXF2",
  "review_author_id": "AF2BLE54TEMGZ546U763ZHZRXC4A",
  "review_author": "Precise Disarray",
  "review_author_url": "https://www.amazon.com/gp/profile/amzn1.account.AF2BLE54TEMGZ546U763ZHZRXC4A",
  "review_author_avatar": "https://m.media-amazon.com/images/S/amazon-avatars-global/966a5c7c.jpg",
  "review_images": [],
  "review_video": null,
  "review_date": "Reviewed in the United States on January 20, 2025",
  "is_verified_purchase": true,
  "helpful_vote_statement": "710 people found this helpful",
  "reviewed_product_asin": "B01LYNW421",
  "reviewed_product_variant": {
    "Size": "Queen / Standard",
    "Color": "White"
  },
  "is_vine": false,
  "scraped_at": "2025-12-03T13:53:21.456Z"
}
```

#### 📋 Output Fields Explained

| Field | Type | Description |
|-------|------|-------------|
| `source` | String | Always `"amazon_reviews"` |
| `asin` | String | Product ASIN |
| `country` | String | Marketplace country code (e.g., `"US"`, `"GB"`) |
| `domain` | String | Amazon domain (e.g., `"www.amazon.com"`) |
| `review_id` | String | Unique review identifier |
| `review_title` | String | Review headline/title |
| `review_comment` | String | Full review text/comment |
| `review_star_rating` | String | Star rating (`"1"` to `"5"`) |
| `review_link` | String | Direct URL to the review |
| `review_author_id` | String | Unique author identifier |
| `review_author` | String | Reviewer's display name |
| `review_author_url` | String | Link to reviewer's profile |
| `review_author_avatar` | String | Reviewer's avatar image URL |
| `review_images` | Array | URLs of images attached to review |
| `review_video` | String | URL of video attached to review (if any) |
| `review_date` | String | Review date and location text |
| `is_verified_purchase` | Boolean | `true` if verified purchase, `false` otherwise |
| `helpful_vote_statement` | String | Helpful vote count (e.g., `"710 people found this helpful"`) |
| `reviewed_product_asin` | String | ASIN of the reviewed product |
| `reviewed_product_variant` | Object | Product variant details (size, color, etc.) |
| `is_vine` | Boolean | `true` if Vine review, `false` otherwise |
| `scraped_at` | String | Timestamp when data was scraped (ISO 8601) |

***

### 🌐 Supported Marketplaces

This actor supports **24 Amazon marketplaces** across the globe:

| Region | Country | Code | Languages Supported |
|--------|---------|------|---------------------|
| 🇺🇸 **North America** | United States | `US` | English, Spanish |
| 🇨🇦 | Canada | `CA` | English, French |
| 🇲🇽 | Mexico | `MX` | Spanish |
| 🇧🇷 | Brazil | `BR` | Portuguese |
| 🇬🇧 **Europe** | United Kingdom | `GB` | English |
| 🇩🇪 | Germany | `DE` | German, English, Czech, Dutch, Polish, Turkish, Danish |
| 🇫🇷 | France | `FR` | French, English |
| 🇮🇹 | Italy | `IT` | Italian, English |
| 🇪🇸 | Spain | `ES` | Spanish, Portuguese, English |
| 🇳🇱 | Netherlands | `NL` | Dutch, English |
| 🇵🇱 | Poland | `PL` | Polish |
| 🇸🇪 | Sweden | `SE` | Swedish, English |
| 🇧🇪 | Belgium | `BE` | French, Dutch, English |
| 🇹🇷 | Turkey | `TR` | Turkish |
| 🇮🇪 | Ireland | `IE` | English |
| 🇯🇵 **Asia Pacific** | Japan | `JP` | Japanese, English, Chinese |
| 🇮🇳 | India | `IN` | English, Hindi, Tamil, Telugu, Kannada, Malayalam, Bengali, Marathi |
| 🇨🇳 | China | `CN` | Chinese |
| 🇸🇬 | Singapore | `SG` | English |
| 🇦🇺 | Australia | `AU` | English |
| 🇦🇪 **Middle East & Africa** | UAE | `AE` | English, Arabic |
| 🇸🇦 | Saudi Arabia | `SA` | Arabic, English |
| 🇪🇬 | Egypt | `EG` | Arabic, English |
| 🇿🇦 | South Africa | `ZA` | English |

**Total**: 24 marketplaces, 35+ languages

***

### 💡 How It Works

1. **Input ASIN**: Provide the 10-character Amazon product identifier
2. **Select Marketplace**: Choose the Amazon marketplace (country)
3. **Optional Language**: Specify language if needed (defaults to marketplace language)
4. **Actor Runs**: Fetches top product reviews from Amazon
5. **Data Extraction**: Extracts all review fields including ratings, comments, authors, media
6. **Output**: Saves structured data to Apify Dataset
7. **Export**: Download as JSON, CSV, Excel, or HTML

***

### ❓ FAQ

#### **Q: What is an ASIN?**

**A:** ASIN (Amazon Standard Identification Number) is a unique 10-character code assigned to every product on Amazon. You can find it in the product URL or product details section.

#### **Q: How many reviews can I scrape?**

**A:** The actor extracts the **top reviews** available for the product. Typically, this includes the most helpful and recent reviews (usually 5-10 reviews per run).

#### **Q: Which marketplaces are supported?**

**A:** 24 marketplaces including US, UK, Germany, India, Japan, France, Italy, Spain, Canada, Brazil, Australia, and more. See the [Supported Marketplaces](#-supported-marketplaces) section.

#### **Q: Can I get reviews in different languages?**

**A:** Yes! Use the `language` parameter to specify the language. For example, `"de_DE"` for German, `"ja_JP"` for Japanese. If not specified, reviews will be in the marketplace's default language.

#### **Q: What if the ASIN is invalid?**

**A:** The actor will return an error message. Make sure the ASIN is exactly 10 characters and exists on the selected marketplace.

#### **Q: Do I get verified purchase information?**

**A:** Yes! The `is_verified_purchase` field indicates whether the review is from a verified purchase.

#### **Q: Can I get review images and videos?**

**A:** Yes! The `review_images` array contains image URLs, and `review_video` contains the video URL if available.

#### **Q: What is a Vine review?**

**A:** Vine reviews are from Amazon's Vine program where selected reviewers receive free products. The `is_vine` field identifies these reviews.

#### **Q: How do I export the data?**

**A:** After the actor completes, you can download data in JSON, CSV, Excel, or HTML format from the Apify Dataset.

#### **Q: Can I integrate this with other tools?**

**A:** Yes! Use Apify's integrations with Make.com, Zapier, n8n, or connect via API to your own systems.

#### **Q: How fast is the scraping?**

**A:** Very fast! Since we use direct API access (not browser automation), reviews are extracted in seconds.

#### **Q: Is this legal?**

**A:** Yes. This actor extracts publicly available review data from Amazon. Always review Amazon's Terms of Service and use data responsibly.

***

### 🏷️ Tags

`amazon review scraper`, `amazon reviews extractor`, `amazon product reviews`, `amazon review api`, `amazon asin reviews`, `amazon customer reviews`, `amazon review data`, `amazon sentiment analysis`, `amazon review mining`, `amazon feedback scraper`, `amazon verified reviews`, `amazon vine reviews`, `amazon review images`, `amazon marketplace reviews`, `product review scraper`, `customer feedback extractor`, `amazon ugc scraper`, `amazon testimonial extractor`, `apify actor`, `amazon data extraction`, `amazon review analytics`, `amazon competitive intelligence`, `amazon market research`, `amazon review export`, `amazon review dataset`

***

### 🚀 Get Started Now

**Ready to extract Amazon product reviews?**

1. 🔢 Enter the **Product ASIN** (e.g., `B01LYNW421`)
2. 🌍 Select the **Amazon marketplace** (e.g., `US`, `GB`, `DE`)
3. 🗣️ (Optional) Choose the **language** for reviews
4. ▶️ Click **Start** to run the actor
5. 📥 Download your data in **JSON, CSV, Excel, or HTML** format
6. 📊 Use the built-in **table view** to browse reviews instantly
7. Click ["Try for free"](https://apify.com?fpr=ykgg9c) to test the actor

**⭐ If this actor helps your workflow, please give it a star!**

***

### 📚 Related Actors

Looking for more Amazon data? Check out these complementary actors:

- **[Amazon Product Details Scraper](https://apify.com/igview-owner/amazon-product-data-scraper)**
- **[Amazon Search Scraper](https://apify.com/igview-owner/amazon-search-scraper)**
- **[Amazon Seller Review Scraper](https://apify.com/igview-owner/amazon-seller-review-scraper)**

***

*Built with ❤️ using Apify Platform | Optimized for Speed, Reliability & Data Quality*

# Actor input Schema

## `asin` (type: `string`):

📦 Enter the Amazon Standard Identification Number (ASIN) of the product. You can find this in the product URL or product details section (e.g., 'B01LYNW421').

## `country` (type: `string`):

🗺️ Select the Amazon marketplace/country from which to scrape reviews. This determines the domain, default language, and regional review content.

## `language` (type: `string`):

🌐 Select the language for review content. If not specified, reviews will be returned in the marketplace's default language. Different marketplaces support different languages.

## Actor input object example

```json
{
  "asin": "B01LYNW421",
  "country": "US"
}
```

# Actor output Schema

## `overview` (type: `string`):

Open the dataset view with an overview of scraped Amazon product reviews including ratings, comments, and author details.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "asin": "B01LYNW421",
    "country": "US"
};

// Run the Actor and wait for it to finish
const run = await client.actor("igview-owner/amazon-review-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "asin": "B01LYNW421",
    "country": "US",
}

# Run the Actor and wait for it to finish
run = client.actor("igview-owner/amazon-review-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "asin": "B01LYNW421",
  "country": "US"
}' |
apify call igview-owner/amazon-review-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,igview-owner/amazon-review-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/bYWmT1ZFYWbl859nG/builds/GsaahdIwPKiNg2KZS/openapi.json
