# Amazon Products Scraper (`itamartoledano/amazon-products-scraper`) Actor

Scrape Amazon product data from product URLs, including titles, prices, ratings, top reviews, availability, images, descriptions, and more. Fast, structured results for price monitoring, competitor research, and product catalog enrichment.

- **URL**: https://apify.com/itamartoledano/amazon-products-scraper.md
- **Developed by:** [Itamar Toledano](https://apify.com/itamartoledano) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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 Products Scraper

### What is Amazon Products Scraper and how does it work?

**Amazon Products Scraper** is an Apify Actor that extracts structured product data from a single Amazon product page.

Paste an Amazon product URL (ASIN page), configure a proxy, and run the Actor. It fetches the product HTML with a browser-like HTTP client, parses the page into a fixed product schema, and stores **one result** in the default dataset. You can download the data from the dataset or pull it via the Apify API without staying in the Console.

Amazon product URLs typically look like this:

```text
https://www.amazon.com/dp/B0H11B5KR6
https://www.amazon.com/Some-Product-Title/dp/B0H11B5KR6
https://www.amazon.com/gp/product/B0H11B5KR6
```

The host must start with `www.amazon.` and the path must be a product page (`/dp/ASIN` or `/gp/product/ASIN`).

> This Actor scrapes **product detail pages**, not search/category listing URLs (`/s?...`). For category-wide crawls, use a listing scraper and feed product URLs into this Actor (or schedule multiple runs).

### Why scrape Amazon products?

Scraping Amazon product pages can help you to:

- **Monitor pricing and availability** for specific ASINs across delivery destinations
- **Track ratings and review mix** (average, total counts, and 5★–1★ split)
- **Benchmark messaging** using title, bullets, description, and “Customers say”
- **Capture social proof** from top reviews (selected country vs other countries)
- **Collect media** such as gallery images and product videos
- **Feed competitive intelligence**, pricing tools, catalogs, and alerts

For more inspiration, see how web scraping is transforming [e-commerce analytics](https://blog.apify.com/).

### What data can Amazon Products Scraper extract?

For each product URL, the Actor returns fields such as:

| Data | Field examples |
| --- | --- |
| Identity | `asin`, `product_url`, `input`, `source` |
| Title & brand | `product_title`, `product_subtitle`, `product_byline` |
| Pricing | `product_price`, `product_original_price`, `currency`, `shipping_cost` |
| Location | `country` (delivery destination) |
| Ratings | `product_rating_average`, `product_ratings_amount`, `product_rating_5_stars_amount` … `product_rating_1_stars_amount` |
| Merchandising | `is_best_seller`, `is_amazon_choice`, `sales_volume`, `product_availability`, `product_num_offers` |
| Content | `about_product`, `product_description`, `product_information`, `customers_say` |
| Reviews | `top_reviews_from_selected_country`, `top_reviews_from_other_countries` |
| Media | `product_photo`, `product_photos`, `product_videos` |
| Taxonomy | `category_path` |
| Meta | `fetched_at` |

**Pricing note:** If Amazon does not show a list/discount (strikethrough) price, `product_original_price` is set to the same value as `product_price` (no discount).

**Reviews note:** Each review object includes `id`, `author`, `rating`, `title`, `text`, `country`, `reviewed_at`, `verified_purchase`, and a `variant` object (e.g. `Size`, `Color`).

### How many results can you scrape?

Each run scrapes **one product URL → one dataset item**.

To scrape many products, start multiple runs (or orchestrate via API / Schedules / Integrations) with different URLs. Throughput depends on Amazon responses, proxy quality, and retries—not on a fixed “pages” limit like search scrapers.

### How much will scraping Amazon products cost you?

Cost depends on compute usage, proxy traffic, and how often you run. The best approach is:

1. Run a small test with a few product URLs and your preferred proxy settings
2. Note the cost per run
3. Multiply by the number of products you plan to scrape

Choosing a higher Apify plan can lower unit costs if you scrape at volume. Amazon results can also vary by delivery country and proxy location (prices, shipping, and local reviews may differ).

### Is it legal to scrape Amazon?

It is generally considered legal to scrape **publicly available** data such as product titles, descriptions, prices, or ratings. Always review Amazon’s terms and your own compliance requirements. Read Apify’s overview on the [legality of web scraping](https://blog.apify.com/is-web-scraping-legal/) for more context.

### How do I scrape a product on Amazon?

1. Open **Amazon Products Scraper** in Apify Console
2. Paste an Amazon **product** URL into `url`
3. Configure **Proxy configuration** (Apify Proxy or custom proxies — strongly recommended)
4. Click **Start**
5. When the run finishes, open the **Dataset** tab (or use the API) and download your product JSON

#### Tips for better results

- Prefer residential / appropriate geo proxies when you need a specific delivery country
- Price or offer fields may be empty if Amazon shows no sellers for that destination
- “Update location” placeholders are ignored; the Actor falls back to Deliver to / Shipping to signals when present
- Soft-block / challenge pages (missing title or ASIN) are retried automatically

### Input options

Provide input as JSON or via the Apify input editor.

| Field | Required | Description |
| --- | --- | --- |
| `url` | Yes | HTTPS Amazon product URL (`www.amazon.*` + `/dp/` or `/gp/product/`) |
| `proxyConfiguration` | Recommended | Apify Proxy or custom proxy URLs |

Example:

```json
{
  "url": "https://www.amazon.com/dp/B0H11B5KR6",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

For detailed field descriptions, see the **Input** tab on the Actor page.

Please note:

- Pricing can differ by delivery country and US state
- Amazon may show different offers based on proxy location
- Setting a suitable proxy country often improves price / shipping consistency

### Sample output

```json
{
  "source": "amazon",
  "input": "https://www.amazon.com/dp/B00D1ARZMC",
  "asin": "B00D1ARZMC",
  "product_title": "Hanes Men's Undershirt Packs, Stay-Tucked Soft Cotton Undershirts…",
  "product_subtitle": null,
  "product_price": "46.85",
  "product_original_price": "46.85",
  "currency": "S$",
  "country": "Singapore",
  "shipping_cost": "10.49",
  "product_url": "https://www.amazon.com/dp/B00D1ARZMC",
  "product_photo": "https://m.media-amazon.com/images/I/….jpg",
  "product_photos": ["https://m.media-amazon.com/images/I/….jpg"],
  "product_rating_average": "4.4",
  "product_ratings_amount": 95329,
  "product_rating_5_stars_amount": 69590,
  "product_rating_4_stars_amount": 12393,
  "product_rating_3_stars_amount": 5720,
  "product_rating_2_stars_amount": 2860,
  "product_rating_1_stars_amount": 4766,
  "product_availability": "In Stock",
  "product_num_offers": null,
  "is_best_seller": true,
  "is_amazon_choice": false,
  "sales_volume": "10K+ bought in past month",
  "product_byline": "Visit the Hanes Store",
  "about_product": ["…"],
  "product_description": "…",
  "product_information": {
    "Brand Name": "Hanes",
    "ASIN": "B00D1ARZMC"
  },
  "customers_say": "Customers find these undershirts comfortable…",
  "top_reviews_from_selected_country": [],
  "top_reviews_from_other_countries": [
    {
      "id": "R28KF62CYJSLIV",
      "author": "BS",
      "rating": "2",
      "title": "Not up to my expectations",
      "text": "After having read a few positive evaluations…",
      "country": "Belgium",
      "reviewed_at": "17 April 2024",
      "verified_purchase": true,
      "variant": {
        "Number of Items": "6",
        "Colour Name": "White",
        "Size Name": "L"
      }
    }
  ],
  "product_videos": [
    "https://m.media-amazon.com/images/S/….mp4/productVideoOptimized.mp4"
  ],
  "category_path": [
    "Clothing, Shoes & Jewelry",
    "Men",
    "Clothing",
    "Underwear",
    "Undershirts"
  ],
  "fetched_at": "2026-09-12T09:00:00.000000Z"
}
```

### Integrations and Amazon Products Scraper

Amazon Products Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or use [webhooks](https://docs.apify.com/integrations/webhooks) to trigger an action whenever a run finishes successfully.

### Using Amazon Products Scraper with the Apify API

The [Apify API](https://docs.apify.com/api/v2) gives you programmatic access to the Apify platform: run Actors, access datasets, monitor performance, and more.

- **Node.js:** [`apify-client`](https://www.npmjs.com/package/apify-client) on NPM
- **Python:** [`apify-client`](https://pypi.org/project/apify-client/) on PyPI

See the [API reference](https://docs.apify.com/api/v2) or the **API** tab on the Actor page for code examples.

### FAQ

#### Does this scrape Amazon search or category pages?

No. Input must be a **product detail URL** (`/dp/` or `/gp/product/`). Search URLs with `/s` are not supported.

#### Why is price or shipping null?

Amazon often hides offers until a valid delivery destination is available for that proxy/session. Try another proxy country or confirm the ASIN is sellable in that marketplace destination.

#### Why are local top reviews empty?

If Amazon shows “There are 0 reviews from {country}”, `top_reviews_from_selected_country` is an empty list. International reviews (when present) appear in `top_reviews_from_other_countries`.

#### What happens on soft blocks?

If the page is missing `product_title` or `asin`, the Actor treats it as a soft-block, retries (default up to 4 attempts), and fails the run if it still cannot parse a product.

### Your feedback

We’re always working on improving Actor performance. If you have technical feedback for **Amazon Products Scraper** or found a bug, please create an issue on the Actor’s **Issues** tab in Apify Console.

# Actor input Schema

## `url` (type: `string`):

HTTPS Amazon product URL. Host must start with www.amazon. and the path must be a product page (/dp/ASIN or /gp/product/ASIN).

## `proxyConfiguration` (type: `object`):

Select Apify Proxy groups/country or provide custom proxy URLs. On the Apify platform this is how users supply proxy settings for the run. See https://docs.apify.com/sdk/python/docs/concepts/proxy-management

## Actor input object example

```json
{
  "url": "https://www.amazon.com/dp/B0H11B5KR6",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Single-product fields only (source, asin, product\_title, prices, images, reviews, etc.).

# 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 = {
    "url": "https://www.amazon.com/dp/B0H11B5KR6",
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("itamartoledano/amazon-products-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 = {
    "url": "https://www.amazon.com/dp/B0H11B5KR6",
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("itamartoledano/amazon-products-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 '{
  "url": "https://www.amazon.com/dp/B0H11B5KR6",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call itamartoledano/amazon-products-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,itamartoledano/amazon-products-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/WH0MklCE1TmfhnOZ2/builds/QPhIY8RFhhS9z02Vy/openapi.json
