# Amazon Product Scraper - Prices, Reviews & Images (No API Key) (`convertfleetdotonline/amazon-product-scraper`) Actor

Collect Amazon product data based on URL and country. Extract reviews, prices, descriptions, images and ASINs without the Amazon API.

- **URL**: https://apify.com/convertfleetdotonline/amazon-product-scraper.md
- **Developed by:** [Hasnain Nisar](https://apify.com/convertfleetdotonline) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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 Product Scraper

Use this Amazon scraper to collect product data based on **URL and country** from the Amazon website — no Amazon API needed. Extract prices, reviews, descriptions, images, ratings and **ASINs** (Amazon Standard Identification Numbers), then download the data as JSON, CSV, Excel, XML or RSS.

### What can this Amazon scraper do?

- 🛒 Scrape **product pages** (`…/dp/ASIN`) in full detail
- 🔎 Expand **search results** (`…/s?k=keyword`), **category** pages (`…/b?node=…`) and **best-seller** lists, scraping every product found
- 🌍 Target any of **22 Amazon marketplaces** (US, UK, DE, FR, IT, ES, CA, MX, BR, IN, JP, AU, NL, SE, PL, BE, TR, AE, SA, SG, EG) with the country selector
- ⭐ Optionally extract the **customer reviews** shown on each product page
- 📦 Follow pagination on search/category pages, with limits for pages and total products

### Output for every product

| Field | Description |
|---|---|
| `asin` | Amazon Standard Identification Number |
| `title`, `brand` | Product name and brand |
| `price`, `currency`, `listPrice`, `savingsPercent` | Current price, list price and discount |
| `stars`, `reviewsCount` | Average rating and number of ratings |
| `inStock`, `availability` | Stock status |
| `images`, `thumbnail` | High-resolution product images |
| `features` | Bullet-point highlights |
| `description` | Full product description |
| `attributes` | Technical details / specification table |
| `breadcrumbs` | Category path |
| `soldBy`, `shipsFrom`, `deliveryMessage` | Buy-box seller and delivery info |
| `bestSellersRank` | Best Sellers Rank string |
| `reviews` | Top on-page customer reviews (optional) |

### How to use

1. Paste one or more Amazon URLs (product, search, category or best-sellers).
2. Pick a **country** to force a specific marketplace, or keep *Use URL as-is*.
3. Set **Maximum products** and (for listing URLs) **Max pages**.
4. Run the Actor and export the dataset in the format you need.

### Example input

```json
{
    "startUrls": [{ "url": "https://www.amazon.com/s?k=wireless+earbuds" }],
    "country": "US",
    "maxItems": 50,
    "includeReviews": true
}
````

### Tips

- **Residential proxy is enabled by default** and strongly recommended — Amazon blocks most datacenter IPs.
- Amazon shows roughly the top 8–10 reviews to visitors who aren't logged in; `maxReviews` caps how many of those are extracted.
- Prices are returned both parsed (`price`, `currency`) and raw (`priceRaw`), so you never lose the original formatting.

### Use cases

- **Price monitoring** — track prices, discounts and buy-box changes across 22 marketplaces
- **Competitor research** — monitor rankings, ratings and review counts in your niche
- **Catalog building** — pull titles, images, bullets and specs for your own listings
- **Repricing & arbitrage** — feed live Amazon prices into your repricing tools

### FAQ

**Does it need an Amazon API key or login?**
No. It reads the same public product pages any visitor sees — no API key, no account, no cookies.

**Which URLs can I paste?**
Product pages (`/dp/ASIN`), search results (`/s?k=…`), category pages (`/b?node=…`) and Best Sellers lists. Listing pages are expanded and every product found is scraped.

**Can I scrape Amazon.co.uk / .de / .in / .co.jp?**
Yes — set the `country` input and the domain of every URL is rewritten to that marketplace (22 supported).

**How do I export the data?**
From the run's dataset tab: JSON, CSV, Excel, XML or RSS — or via the Apify API.

**Why are some products missing?**
Amazon occasionally serves a robot check. The Actor retries with fresh sessions; persistent failures are skipped and logged.

**Is it legal to scrape Amazon?**
The Actor extracts only publicly available data (no login, no personal accounts). Make sure your use of the data complies with the laws that apply to you, including data-protection rules.

# Actor input Schema

## `startUrls` (type: `array`):

One or more Amazon URLs to scrape. Supported: product pages (…/dp/ASIN), search results (…/s?k=keyword), category pages (…/b?node=…) and best-seller lists (…/gp/bestsellers/…). Listing pages are expanded and each discovered product is scraped in full detail.

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

Which Amazon marketplace to scrape. When set, the domain of every input URL is rewritten to the selected country's marketplace (e.g. amazon.de for Germany). Keep "Use URL as-is" to scrape each URL on its original domain.

## `maxItems` (type: `integer`):

Stop after this many products have been scraped (across all input URLs).

## `maxSearchPages` (type: `integer`):

How many result pages to paginate through for each search, category or best-seller URL.

## `includeReviews` (type: `boolean`):

Also extract the customer reviews shown on each product page (author, rating, title, date, verified-purchase flag and full text). Amazon shows up to ~10 top reviews to logged-out visitors.

## `maxReviews` (type: `integer`):

Upper limit of reviews extracted per product (only used when "Include customer reviews" is on).

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

Proxy to use. Residential proxy is strongly recommended — Amazon blocks most datacenter IPs.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.amazon.com/s?k=wireless+earbuds"
    }
  ],
  "country": "AS_IS",
  "maxItems": 100,
  "maxSearchPages": 3,
  "includeReviews": false,
  "maxReviews": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "startUrls": [
        {
            "url": "https://www.amazon.com/s?k=wireless+earbuds"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("convertfleetdotonline/amazon-product-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 = {
    "startUrls": [{ "url": "https://www.amazon.com/s?k=wireless+earbuds" }],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

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

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

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

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.amazon.com/s?k=wireless+earbuds"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call convertfleetdotonline/amazon-product-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=convertfleetdotonline/amazon-product-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Amazon Product Scraper - Prices, Reviews & Images (No API Key)",
        "description": "Collect Amazon product data based on URL and country. Extract reviews, prices, descriptions, images and ASINs without the Amazon API.",
        "version": "0.1",
        "x-build-id": "yC0V8UwJnTBYBRZjd"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/convertfleetdotonline~amazon-product-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-convertfleetdotonline-amazon-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/convertfleetdotonline~amazon-product-scraper/runs": {
            "post": {
                "operationId": "runs-sync-convertfleetdotonline-amazon-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/convertfleetdotonline~amazon-product-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-convertfleetdotonline-amazon-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Amazon URLs (product, search, category or best-sellers)",
                        "type": "array",
                        "description": "One or more Amazon URLs to scrape. Supported: product pages (…/dp/ASIN), search results (…/s?k=keyword), category pages (…/b?node=…) and best-seller lists (…/gp/bestsellers/…). Listing pages are expanded and each discovered product is scraped in full detail.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "country": {
                        "title": "Country (Amazon marketplace)",
                        "enum": [
                            "AS_IS",
                            "US",
                            "GB",
                            "DE",
                            "FR",
                            "IT",
                            "ES",
                            "CA",
                            "MX",
                            "BR",
                            "IN",
                            "JP",
                            "AU",
                            "NL",
                            "SE",
                            "PL",
                            "BE",
                            "TR",
                            "AE",
                            "SA",
                            "SG",
                            "EG"
                        ],
                        "type": "string",
                        "description": "Which Amazon marketplace to scrape. When set, the domain of every input URL is rewritten to the selected country's marketplace (e.g. amazon.de for Germany). Keep \"Use URL as-is\" to scrape each URL on its original domain.",
                        "default": "AS_IS"
                    },
                    "maxItems": {
                        "title": "Maximum products",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Stop after this many products have been scraped (across all input URLs).",
                        "default": 100
                    },
                    "maxSearchPages": {
                        "title": "Max pages per search/category URL",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "How many result pages to paginate through for each search, category or best-seller URL.",
                        "default": 3
                    },
                    "includeReviews": {
                        "title": "Include customer reviews",
                        "type": "boolean",
                        "description": "Also extract the customer reviews shown on each product page (author, rating, title, date, verified-purchase flag and full text). Amazon shows up to ~10 top reviews to logged-out visitors.",
                        "default": false
                    },
                    "maxReviews": {
                        "title": "Max reviews per product",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Upper limit of reviews extracted per product (only used when \"Include customer reviews\" is on).",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy to use. Residential proxy is strongly recommended — Amazon blocks most datacenter IPs.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
