# Amazon Seller Products Scraper (`powerai/amazon-seller-products-scraper`) Actor

Powerful Amazon seller products scraper that automatically extracts products with comprehensive metadata. Includes detailed product information, pricing, and availability data with automatic rate limit handling.

- **URL**: https://apify.com/powerai/amazon-seller-products-scraper.md
- **Developed by:** [PowerAI](https://apify.com/powerai) (community)
- **Categories:** E-commerce, Other, Integrations
- **Stats:** 10 total users, 0 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 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 Seller Products Scraper

Browse and export products from an Amazon seller’s storefront: titles, prices, ratings, links, images, and more—saved as one row per product, with a timestamp on each row.

### ✨ Key Features

- Collect up to your chosen **maximum** number of products; continues across pages until that limit or until there are no more items
- Rich product details, including:
  - **asin**, **product_title**
  - **product_price**, **product_original_price**, **currency**
  - **product_star_rating**, **product_num_ratings**
  - **product_url**, **product_photo**
  - **product_num_offers**, **product_minimum_offer_price**
  - **is_best_seller**, **is_amazon_choice**, **is_prime**, **climate_pledge_friendly**
  - **sales_volume**, **delivery**, **has_variations**
- Choose **marketplace** (country), **sort order**, and optional **language**
- Optional **fields** input to narrow which attributes you care about
- Each record includes **scrapedAt** so you know when it was collected

### 💪 Why Use It?

- **Practical**: Built for catalogs, competitor shelves, and price checks  
- **Structured**: Clean JSON rows you can plug into spreadsheets or tools  
- **Steady**: Keeps fetching until your cap or the list ends  

### 🎯 Great For

- Competitor and assortment analysis  
- Price and rating monitoring  
- Seller catalog snapshots  

### 📝 Input Parameters

| Parameter | Required | Description |
|-----------|----------|-------------|
| `seller_id` | Yes | The seller’s ID on Amazon (the merchant token you want to scan). |
| `maxResults` | No | Maximum number of products to collect (default: 48). |
| `geo` | No | Which country’s Amazon site to use (default: `US`). Pick **UK** for the United Kingdom marketplace. |
| `sort_by` | No | How to order results, e.g. by relevance, price, reviews, or newest. |
| `language` | No | Preferred language for text where the site supports it (e.g. `en_US`). |
| `fields` | No | Optional comma-separated list if you only want certain attributes in the output. |

#### Input Example

```json
{
  "seller_id": "A02211013Q5HP3OMSZC7W",
  "maxResults": 50,
  "geo": "US"
}
````

#### Output Example

One JSON object per product:

```json
{
  "asin": "B0BNJPL4MW",
  "product_title": "New Raspberry Pi 3 Model B+ Board (3B+) Raspberry PI 3B+ (1GB) (3B Plus)",
  "product_price": "$53.89",
  "product_original_price": null,
  "currency": "USD",
  "product_star_rating": "4.7",
  "product_num_ratings": 821,
  "product_url": "https://www.amazon.com/dp/B0BNJPL4MW",
  "product_photo": "https://m.media-amazon.com/images/I/71nhCFbdy0L._AC_UY654_FMwebp_QL65_.jpg",
  "product_num_offers": 1,
  "product_minimum_offer_price": "$53.89",
  "is_best_seller": false,
  "is_amazon_choice": false,
  "is_prime": false,
  "climate_pledge_friendly": false,
  "sales_volume": "500+ bought in past month",
  "delivery": "$10.89 delivery Mon, Apr 13Ships to Australia",
  "has_variations": false,
  "scrapedAt": "2026-03-24T02:49:07.808Z"
}
```

Extra keys can appear on some rows (for example availability) when the listing provides them.

### ⚠️ Notes

- Prices and wording depend on the **marketplace** you select.
- **product\_original\_price** may be empty when the page doesn’t show a strikethrough or list price.
- Collection stops when your **maxResults** is reached, there are no more products, or a page comes back empty.

# Actor input Schema

## `seller_id` (type: `string`):

Amazon seller ID (Merchant/Seller token).

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

Maximum number of products to collect across pages.

## `geo` (type: `string`):

Which Amazon country site to use. Choose UK for the United Kingdom marketplace.

## `sort_by` (type: `string`):

How to order products in the list. Leave empty for the default (usually by relevance).

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

Optional result language (e.g. en\_US) when supported by the marketplace.

## `fields` (type: `string`):

Optional comma-separated list if you only want certain product attributes in the results.

## Actor input object example

```json
{
  "seller_id": "A02211013Q5HP3OMSZC7W",
  "maxResults": 48,
  "geo": "US",
  "sort_by": "RELEVANCE",
  "language": "en_US"
}
```

# 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 = {
    "seller_id": "A02211013Q5HP3OMSZC7W",
    "maxResults": 48,
    "geo": "US",
    "sort_by": "RELEVANCE",
    "language": "en_US"
};

// Run the Actor and wait for it to finish
const run = await client.actor("powerai/amazon-seller-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 = {
    "seller_id": "A02211013Q5HP3OMSZC7W",
    "maxResults": 48,
    "geo": "US",
    "sort_by": "RELEVANCE",
    "language": "en_US",
}

# Run the Actor and wait for it to finish
run = client.actor("powerai/amazon-seller-products-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 '{
  "seller_id": "A02211013Q5HP3OMSZC7W",
  "maxResults": 48,
  "geo": "US",
  "sort_by": "RELEVANCE",
  "language": "en_US"
}' |
apify call powerai/amazon-seller-products-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Amazon Seller Products Scraper",
        "description": "Powerful Amazon seller products scraper that automatically extracts products with comprehensive metadata. Includes detailed product information, pricing, and availability data with automatic rate limit handling.",
        "version": "0.0",
        "x-build-id": "4joU7xI17QqT8aLgq"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/powerai~amazon-seller-products-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-powerai-amazon-seller-products-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/powerai~amazon-seller-products-scraper/runs": {
            "post": {
                "operationId": "runs-sync-powerai-amazon-seller-products-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/powerai~amazon-seller-products-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-powerai-amazon-seller-products-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": [
                    "seller_id"
                ],
                "properties": {
                    "seller_id": {
                        "title": "Seller ID",
                        "type": "string",
                        "description": "Amazon seller ID (Merchant/Seller token).",
                        "default": "A02211013Q5HP3OMSZC7W"
                    },
                    "maxResults": {
                        "title": "Maximum Results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of products to collect across pages.",
                        "default": 48
                    },
                    "geo": {
                        "title": "Country / marketplace",
                        "enum": [
                            "US",
                            "CA",
                            "DE",
                            "MX",
                            "UK",
                            "FR",
                            "IT",
                            "ES",
                            "AU",
                            "BR",
                            "IN",
                            "JP",
                            "NL",
                            "AE",
                            "PL",
                            "SA",
                            "SG",
                            "SE",
                            "TR",
                            "BE"
                        ],
                        "type": "string",
                        "description": "Which Amazon country site to use. Choose UK for the United Kingdom marketplace.",
                        "default": "US"
                    },
                    "sort_by": {
                        "title": "Sort by",
                        "enum": [
                            "RELEVANCE",
                            "LOWEST_PRICE",
                            "HIGHEST_PRICE",
                            "REVIEWS",
                            "NEWEST",
                            "BEST_SELLERS"
                        ],
                        "type": "string",
                        "description": "How to order products in the list. Leave empty for the default (usually by relevance).",
                        "default": "RELEVANCE"
                    },
                    "language": {
                        "title": "Language",
                        "type": "string",
                        "description": "Optional result language (e.g. en_US) when supported by the marketplace.",
                        "default": "en_US"
                    },
                    "fields": {
                        "title": "Fields (optional)",
                        "type": "string",
                        "description": "Optional comma-separated list if you only want certain product attributes in the results."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
