# Amazon Product Scraper (`alwaysprimedev/amazon-product-scraper`) Actor

Fast, structured Amazon product data — search by keyword, paste category or product URLs, get JSON/CSV/Excel with prices, ratings, images, breadcrumbs, and bullet points.

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

## 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.

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

## 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.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.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/platform/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

> Get structured Amazon product data — prices, ratings, images, breadcrumbs, bullet points — in JSON, CSV, or Excel. ⚡️ Fast. 🤖 No code. 💸 Pay only for what you scrape.

![Apify](https://img.shields.io/badge/Apify-Actor-blue)
![Python](https://img.shields.io/badge/Python-3.11-3776AB)
![Output](https://img.shields.io/badge/Output-JSON%20%7C%20CSV%20%7C%20Excel-green)
![Marketplaces](https://img.shields.io/badge/Marketplaces-19-orange)

### 🚀 Why this scraper

- 🎯 **One scraper, 19 marketplaces.** US, UK, DE, FR, IT, ES, NL, CA, MX, JP, IN, AU, BR, TR, AE, SA, SG, SE, PL — every Amazon storefront, native currency.
- ⚡ **Search by keyword OR drop in URLs.** Type `wireless headphones` and go, or paste your own search/category/product URLs.
- 📦 **Full product profile per item:** title, brand, price, currency, ⭐ rating, review count, availability, all images, bullet points, category breadcrumbs, sponsored flag.
- 🧾 **3 output formats out of the box** — JSON, CSV, Excel. Plus a clean table view in the Apify Console.
- 💰 **Cheap to run.** Lightweight HTTP scraper; no headless browser, no proxy add-ons billed back to you.
- 🛡️ **Self-healing.** Rotates TLS fingerprints, retries with backoff, aborts cleanly if Amazon structure changes — your run never runs forever on a broken extractor.

### 🏎️ Quick start

1. Click **Try for free**
2. Type a search term (e.g. `4k monitor`) or paste an Amazon URL
3. Pick how many products you want and hit **Start**
4. Download results as JSON, CSV, or Excel — or grab the API link

### 🔧 Input

| Field | Description |
|---|---|
| **Search keywords** | One or more keywords to search. Leave blank if using Start URLs. |
| **Start URLs** | Amazon search, category, or product (`/dp/`) URLs. Mix with keywords or use alone. |
| **Amazon marketplace** | Choose from 19 Amazon storefronts. Affects currency and language. |
| **Maximum items** | Cap on results. Set 0 for unlimited. |
| **Enrich with detail pages** | On = include feature bullets, breadcrumbs, hi-res images, brand, availability. Off = cheaper, faster index scrape. |
| **Concurrency** | Parallel requests, 1–25. Default 5. |
| **Only new since** | Optional ISO date — incremental refresh hint. |

### 📦 Sample output

```json
{
  "url": "https://www.amazon.com/Apple-2026-MacBook-13-inch-Laptop/dp/B0GR1JTFP8",
  "asin": "B0GR1JTFP8",
  "title": "Apple 2026 MacBook Air 13-inch Laptop with M5 chip: Built for AI, 13.6-inch Liquid Retina Display, 16GB Unified Memory, 512GB SSD",
  "brand": "Apple",
  "price": 1071.00,
  "currency": "USD",
  "rating": 4.8,
  "reviewCount": 370,
  "availability": "In Stock",
  "imageUrl": "https://m.media-amazon.com/images/I/71pkfQGcMKL._AC_SL1500_.jpg",
  "images": [
    "https://m.media-amazon.com/images/I/71pkfQGcMKL._AC_SL1500_.jpg",
    "https://m.media-amazon.com/images/I/61vTpa27UiL._AC_SL1500_.jpg"
  ],
  "featureBullets": [
    "FAST AND POWERFUL — Apple M5 chip with up to 10-core CPU and 10-core GPU",
    "BUILT FOR AI — On-device AI for instant private answers, smart replies, image-tools",
    "WORK ALL DAY — Up to 18 hours of battery life",
    "STUNNING 13.6-INCH LIQUID RETINA DISPLAY — Vivid colors and crisp text"
  ],
  "breadcrumbs": ["Electronics", "Computers & Accessories", "Computers & Tablets", "Laptops"],
  "sponsored": false,
  "scrapedAt": "2026-05-21T18:30:14Z"
}
````

### 💼 Who uses this

| Persona | What they pull |
|---|---|
| 📈 **Price-monitoring teams** | Daily price + availability per ASIN across marketplaces |
| 🛍️ **Arbitrage / resellers** | Catalog-wide price + rating sweeps to find delta opportunities |
| 🏭 **Brand analysts** | Competitor titles, bullets, breadcrumbs for positioning research |
| 🤖 **ML / search engineers** | Bulk product text + images for embeddings and recommender training |
| 📰 **Editorial / affiliate** | Top-rated picks per category for review articles |
| 📊 **Market researchers** | Category leaders, review-count distribution, sponsored-share over time |

### 💡 Tips & tricks

- Drop **search URLs** into Start URLs to scrape a filtered SERP — bestsellers, prime-only, 4★+, deals — Amazon's filters apply.
- Set **scrapeDetails = false** for the cheapest possible run when all you need is price + title + rating + thumbnail.
- For **price monitoring**, run on a schedule (Apify Schedules) and compare datasets across runs.
- Higher **concurrency** is faster but may hit rate limits. Start with 5; bump to 10 once you've validated the run.
- The **sponsored** flag lets you filter paid placements out of organic rankings.

### ❓ FAQ

**Does this need a proxy?**
No — works as-is for moderate volumes. For high-volume runs, use your own residential proxy by setting `PROXY_URL` (advanced).

**Which fields are nullable?**
`brand`, `availability`, `featureBullets`, `breadcrumbs`, and `images` may be null on stub listings or for ASINs that don't expose them. `url`, `asin`, `scrapedAt` are always present.

**Will Amazon block me?**
The scraper rotates TLS fingerprints and uses realistic browser session cookies. On the Apify Free plan you can comfortably pull thousands of records before hitting any rate limit.

**Can I scrape reviews?**
This actor returns review count and average rating per product. For the full review text per product, see our companion reviews scraper (coming soon).

**Can I use it via API?**
Yes — call the Apify API with a JSON input. See the **API** tab on this Actor's page for the exact endpoint.

### 🏷️ License & fair use

This scraper accesses publicly available data on Amazon's website. You are responsible for complying with Amazon's Conditions of Use and your local laws. We provide tooling, you decide how to use it.

***

*Built with 💛 on Apify. Found a bug or want a field added? Open an issue on the Actor's page.*

# Actor input Schema

## `search` (type: `array`):

Keywords to search on Amazon, one per row. Examples: 'wireless headphones', 'standing desk', 'Lego Technic'. Leave empty if you supply Start URLs instead.

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

Optional. Paste Amazon search URLs, category URLs, or product (/dp/) URLs. Mix with keywords or use on their own.

## `domain` (type: `string`):

Which Amazon marketplace to scrape. Determines language, currency, and shipping prices.

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

Stop after this many products. Set to 0 for unlimited (use with caution — Amazon has thousands of pages per keyword).

## `scrapeDetails` (type: `boolean`):

Fetch each product's detail page for brand, feature bullets, breadcrumbs, hi-res images, and availability. Disable for a cheaper, faster index-only scrape (price + title + rating + thumbnail).

## `concurrency` (type: `integer`):

Number of simultaneous requests. Higher = faster but more likely to hit Amazon's rate limits. Recommended range: 3-10.

## `since` (type: `string`):

Optional. ISO date — used by incremental refresh runs to short-circuit pages that haven't changed. Leave blank for a full crawl.

## Actor input object example

```json
{
  "search": [
    "laptop"
  ],
  "startUrls": [],
  "domain": "amazon.com",
  "maxItems": 50,
  "scrapeDetails": true,
  "concurrency": 5
}
```

# Actor output Schema

## `products` (type: `string`):

Dataset items as JSON. Best for API consumers and pipelines.

## `productsCsv` (type: `string`):

Dataset items as CSV. Best for spreadsheets.

## `productsXlsx` (type: `string`):

Dataset items as a .xlsx workbook.

## `consoleView` (type: `string`):

Interactive Console view of this run's dataset.

# 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 = {
    "search": [
        "laptop"
    ],
    "startUrls": [],
    "maxItems": 50,
    "concurrency": 5,
    "since": ""
};

// Run the Actor and wait for it to finish
const run = await client.actor("alwaysprimedev/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 = {
    "search": ["laptop"],
    "startUrls": [],
    "maxItems": 50,
    "concurrency": 5,
    "since": "",
}

# Run the Actor and wait for it to finish
run = client.actor("alwaysprimedev/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 '{
  "search": [
    "laptop"
  ],
  "startUrls": [],
  "maxItems": 50,
  "concurrency": 5,
  "since": ""
}' |
apify call alwaysprimedev/amazon-product-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Amazon Product Scraper",
        "description": "Fast, structured Amazon product data — search by keyword, paste category or product URLs, get JSON/CSV/Excel with prices, ratings, images, breadcrumbs, and bullet points.",
        "version": "0.1",
        "x-build-id": "iKkCmT0SY9I345P3G"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/alwaysprimedev~amazon-product-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-alwaysprimedev-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/alwaysprimedev~amazon-product-scraper/runs": {
            "post": {
                "operationId": "runs-sync-alwaysprimedev-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/alwaysprimedev~amazon-product-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-alwaysprimedev-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",
                "properties": {
                    "search": {
                        "title": "Search keywords",
                        "type": "array",
                        "description": "Keywords to search on Amazon, one per row. Examples: 'wireless headphones', 'standing desk', 'Lego Technic'. Leave empty if you supply Start URLs instead.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs (advanced)",
                        "type": "array",
                        "description": "Optional. Paste Amazon search URLs, category URLs, or product (/dp/) URLs. Mix with keywords or use on their own.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "domain": {
                        "title": "Amazon marketplace",
                        "enum": [
                            "amazon.com",
                            "amazon.co.uk",
                            "amazon.de",
                            "amazon.fr",
                            "amazon.it",
                            "amazon.es",
                            "amazon.nl",
                            "amazon.ca",
                            "amazon.com.mx",
                            "amazon.co.jp",
                            "amazon.in",
                            "amazon.com.au",
                            "amazon.com.br",
                            "amazon.com.tr",
                            "amazon.ae",
                            "amazon.sa",
                            "amazon.sg",
                            "amazon.se",
                            "amazon.pl"
                        ],
                        "type": "string",
                        "description": "Which Amazon marketplace to scrape. Determines language, currency, and shipping prices.",
                        "default": "amazon.com"
                    },
                    "maxItems": {
                        "title": "Maximum items",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Stop after this many products. Set to 0 for unlimited (use with caution — Amazon has thousands of pages per keyword)."
                    },
                    "scrapeDetails": {
                        "title": "Enrich with product detail pages",
                        "type": "boolean",
                        "description": "Fetch each product's detail page for brand, feature bullets, breadcrumbs, hi-res images, and availability. Disable for a cheaper, faster index-only scrape (price + title + rating + thumbnail).",
                        "default": true
                    },
                    "concurrency": {
                        "title": "Concurrency",
                        "minimum": 1,
                        "maximum": 25,
                        "type": "integer",
                        "description": "Number of simultaneous requests. Higher = faster but more likely to hit Amazon's rate limits. Recommended range: 3-10."
                    },
                    "since": {
                        "title": "Only new results since (advanced)",
                        "type": "string",
                        "description": "Optional. ISO date — used by incremental refresh runs to short-circuit pages that haven't changed. Leave blank for a full crawl."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
