# Amazon Product Scraper - Price & Review Data Extractor (`miccho27/amazon-product-scraper`) Actor

Scrape Amazon product data: price, ratings, reviews, BSR, images, ASIN. Supports 15+ marketplaces. URL scraping and keyword search modes. Bulk processing, JSON/CSV export. From $0.01/product. Ideal for product research and price monitoring.

- **URL**: https://apify.com/miccho27/amazon-product-scraper.md
- **Developed by:** [Tatsuya Mizuno](https://apify.com/miccho27) (community)
- **Categories:** E-commerce, Developer tools
- **Stats:** 32 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $15.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/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 Product Scraper - Free No-Code Amazon Data Extractor (Alternative to Jungle Scout, Helium 10)

Scrape Amazon product details or search results at scale -- no API keys, no browser extension, no monthly subscription. Extract price, ratings, reviews, features, BSR, images, and more from any Amazon marketplace. The best free alternative to Jungle Scout, Helium 10, Keepa, and AMZScout.

### Who Is This For?

- **Amazon sellers & FBA entrepreneurs** -- Monitor competitor prices, BSR rankings, and review counts to optimize your listings
- **E-commerce analysts** -- Track pricing trends and product availability across marketplaces
- **Market researchers** -- Analyze product categories, identify gaps, and validate product ideas before launch
- **Affiliate marketers** -- Build product comparison databases with live pricing for content sites
- **Data scientists** -- Collect structured Amazon product data for ML models and trend analysis

### Features

- **Product Mode** -- Scrape full details from one or many Amazon product URLs (ASIN pages)
- **Search Mode** -- Search by keyword and get top results with all metadata
- **Multi-Marketplace** -- Supports amazon.com, .co.uk, .de, .co.jp, .fr, .it, .es, .ca, .com.au, and more
- **Anti-Detection** -- Random delays and browser-like headers to avoid blocking
- **Structured Output** -- Clean JSON output ready for spreadsheets, databases, or downstream pipelines

### Pricing -- Free to Start

| Tier | Cost | What You Get |
|------|------|-------------|
| **Free trial** | $0 | Apify free tier includes monthly compute credits |
| **Pay per product** | ~$0.01-0.05/product | Only pay for actual Apify compute used |
| **vs. Jungle Scout** | Saves $49-129/mo | Same product data, no subscription |
| **vs. Helium 10** | Saves $39-249/mo | No Chrome extension or desktop app needed |
| **vs. Keepa** | Saves $19-89/mo | Bulk processing + API access included |

### Quick Start (3 Steps)

1. **Click "Try for free"** on this Actor's page in Apify Store
2. **Paste your input** -- either Amazon product URLs or a search keyword (see examples below)
3. **Click "Start"** and download results as JSON, CSV, or Excel

### How It Compares to Paid Amazon Tools

| Feature | This Actor (FREE) | Jungle Scout ($49/mo) | Helium 10 ($39/mo) | Keepa ($19/mo) | AMZScout ($45/mo) |
|---------|-------------------|----------------------|--------------------|-----------------|--------------------|
| Product data scraping | Yes | Yes | Yes | Yes | Yes |
| Search results | Yes | Yes | Yes | No | Yes |
| Multi-marketplace | 10+ marketplaces | Limited | Limited | Yes | Limited |
| BSR tracking | Yes | Yes | Yes | Yes | Yes |
| API/automation | Yes (Apify API) | No | No | API ($) | No |
| Scheduling | Yes (Apify scheduler) | No | No | No | No |
| Bulk processing | Unlimited | Plan-limited | Plan-limited | Rate limited | Plan-limited |
| Cloud-based | Yes | Browser extension | Browser extension | Browser extension | Browser extension |
| Monthly cost | $0 (pay per run) | $49-129 | $39-249 | $19-89 | $45-100 |

### Input

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `mode` | string | `"product"` | `"product"` (scrape URLs) or `"search"` (keyword search) |
| `urls` | string\[] | -- | Amazon product URLs to scrape (product mode) |
| `keywords` | string | -- | Search query (search mode) |
| `marketplace` | string | `"com"` | Amazon domain suffix: `com`, `co.uk`, `de`, `co.jp`, `fr`, `it`, `es`, `ca`, `com.au` |
| `maxResults` | integer | `20` | Max results to return (search mode) |

#### Example Input -- Product Mode

```json
{
  "mode": "product",
  "urls": [
    "https://www.amazon.com/dp/B0XXXXXXXXX",
    "https://www.amazon.com/dp/B0YYYYYYYYY"
  ]
}
```

#### Example Input -- Search Mode

```json
{
  "mode": "search",
  "keywords": "wireless bluetooth headphones",
  "marketplace": "com",
  "maxResults": 20
}
```

#### Example Input -- Japan Marketplace

```json
{
  "mode": "search",
  "keywords": "ワイヤレスイヤホン",
  "marketplace": "co.jp",
  "maxResults": 10
}
```

### Output Example

```json
{
  "asin": "B0XXXXXXXXX",
  "title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones",
  "brand": "Sony",
  "price": 348.00,
  "currency": "$",
  "rating": 4.6,
  "reviewCount": 12450,
  "availability": "In Stock",
  "features": [
    "Industry Leading Noise Cancellation",
    "30-hour battery life",
    "Multipoint connection"
  ],
  "bestSellersRank": [
    { "rank": 5, "category": "Over-Ear Headphones" }
  ],
  "mainImage": "https://m.media-amazon.com/images/I/..."
}
```

### Output Fields

| Field | Description |
|-------|-------------|
| `asin` | Amazon Standard Identification Number |
| `title` | Product title |
| `brand` | Brand name |
| `price` | Current price (numeric) |
| `currency` | Price currency symbol |
| `rating` | Average star rating (1-5) |
| `reviewCount` | Total number of reviews |
| `availability` | Stock status |
| `features` | Bullet point features (array) |
| `bestSellersRank` | BSR rank and category |
| `mainImage` | Main product image URL |

### Real-World Use Cases

#### 1. Competitor Price Monitoring

Track competitor ASINs daily with Apify scheduler. Export to Google Sheets and set up alerts when prices drop below your threshold.

#### 2. Product Research for Amazon FBA

Search high-volume keywords, analyze BSR, review counts, and pricing to validate product ideas before investing in inventory.

#### 3. Affiliate Content Database

Build a product comparison database with live pricing. Feed into your WordPress or static site generator for auto-updating affiliate pages.

#### 4. Multi-Marketplace Price Comparison

Run the same ASINs across `.com`, `.co.uk`, `.de`, and `.co.jp` to identify arbitrage opportunities or regional pricing differences.

#### 5. Review & Rating Tracker

Monitor review counts and ratings over time for your products and competitors. Detect review bombing or sudden quality issues.

### FAQ

**Q: How does this compare to Jungle Scout or Helium 10?**
A: Those tools provide sales estimates and keyword search volume which this Actor does not. However, for raw product data (price, BSR, ratings, reviews, features), this Actor delivers the same data at a fraction of the cost -- pay per run instead of $49+/month.

**Q: Which Amazon marketplaces are supported?**
A: amazon.com, .co.uk, .de, .co.jp, .fr, .it, .es, .ca, .com.au, and any other Amazon domain. Set the `marketplace` parameter to the domain suffix.

**Q: How many products can I scrape per run?**
A: No hard limit. Processing time and cost scale linearly. Typical runs handle 10-500 products. For very large batches (10K+), split into multiple runs.

**Q: Can I schedule this to run daily?**
A: Yes. Use Apify's built-in scheduler for automated price monitoring, BSR tracking, or daily product research. Combine with webhooks to push results to Google Sheets, Slack, or your database.

**Q: Will my requests get blocked by Amazon?**
A: The Actor uses random delays and browser-like headers for anti-detection. For high-volume scraping, increase the delay between requests. Failed items return `success: false` with an error message.

**Q: Can I export results to CSV or Google Sheets?**
A: Yes. Apify datasets can be exported as JSON, CSV, Excel, or pushed directly to Google Sheets, Slack, email, or any webhook endpoint.

# Actor input Schema

## `mode` (type: `string`):

Scraping mode: 'product' scrapes direct Amazon product URLs for full details. 'search' searches Amazon by keyword and returns product listings.

## `urls` (type: `array`):

List of Amazon product URLs to scrape (product mode only). Supports any Amazon marketplace URL containing /dp/ or /product/.

## `keywords` (type: `string`):

Search query for Amazon keyword search (search mode only). Example: 'wireless earbuds', 'laptop stand'.

## `marketplace` (type: `string`):

Amazon marketplace domain suffix. Examples: 'com' (US), 'co.uk' (UK), 'de' (Germany), 'co.jp' (Japan), 'fr' (France), 'it' (Italy), 'es' (Spain), 'ca' (Canada), 'com.au' (Australia).

## `maxResults` (type: `integer`):

Maximum number of search results to return (search mode only).

## Actor input object example

```json
{
  "mode": "product",
  "urls": [
    "https://www.amazon.com/dp/B0CHX3QBCH"
  ],
  "keywords": "wireless mouse",
  "marketplace": "com",
  "maxResults": 20
}
```

# 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 = {
    "urls": [
        "https://www.amazon.com/dp/B0CHX3QBCH"
    ],
    "keywords": "wireless mouse"
};

// Run the Actor and wait for it to finish
const run = await client.actor("miccho27/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 = {
    "urls": ["https://www.amazon.com/dp/B0CHX3QBCH"],
    "keywords": "wireless mouse",
}

# Run the Actor and wait for it to finish
run = client.actor("miccho27/amazon-product-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 '{
  "urls": [
    "https://www.amazon.com/dp/B0CHX3QBCH"
  ],
  "keywords": "wireless mouse"
}' |
apify call miccho27/amazon-product-scraper --silent --output-dataset

```

## MCP server setup

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