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

Extract product titles, ASINs, prices, ratings, reviews, stock status, delivery estimates, features, specs, seller info, and bestseller ranks from any Amazon product URL.

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

## Pricing

Pay per event + usage

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

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🛍️ Amazon Product Scraper - Ultimate E-commerce Data Extraction Tool

**Extract comprehensive product data with our powerful **Amazon Product Scraper**! This Apify actor enables批量 scraping of product details including pricing, availability, specifications, ratings, and seller information with smart rate limiting.**

***

### 📋 Overview

Need to monitor competitors, track prices, or analyze product trends? This **Amazon Product Scraper** delivers:

- 💰 **Complete Pricing Data** - Current price, list price, shipping costs
- 📊 **Rich Product Details** - Titles, brands, ASINs, descriptions, features
- ⭐ **Engagement Metrics** - Star ratings, review counts, purchase velocity
- 🏷️ **Seller Intelligence** - Merchant info, stock status, delivery estimates
- 🎯 **Smart Scraping** - Adjustable delays (1.5-4 seconds) to avoid detection

Perfect for price monitoring 💹, market research 📈, competitor analysis 🔍, and dropshipping operations 🚚!

***

### ⭐ Core Capabilities of Amazon Product Scraper

#### 💵 Pricing Intelligence

- **Current Price** - Real-time product pricing with currency
- **List Price** - Original/Manufacturer suggested price
- **Shipping Costs** - FREE shipping detection
- **Price History Ready** - Track fluctuations over time

#### 📦 Product Information

- **Complete Titles** - Full product names with features
- **ASIN Extraction** - Amazon Standard Identification Number
- **Brand Recognition** - Manufacturer/brand identification
- **Stock Status** - Real-time inventory availability
- **Best Seller Ranks** - Category positioning data

#### ⭐ Engagement & Social Proof

- **Star Ratings** - Average customer ratings (0-5 scale)
- **Review Counts** - Total verified purchase reviews
- **Purchase Velocity** - "X bought last month" metrics
- **Bestseller Badges** - Category rank tracking

#### 🔧 Advanced Scraping Features

- **Concurrent Processing** - Adjustable threads (1-10)
- **Smart Rate Limiting** - Configurable delays (min/max ms)
- **URL Cleaner** - Works with any Amazon URL format
- **Proxy Ready** - Residential IP rotation support

***

### ⚙️ Input Configuration

Simply enter Amazon product URLs, set scraping speed, and let the **Amazon Product Scraper** work:

```json
{
  "productUrls": [
    "https://www.amazon.com/Samsung-Unlocked-Smartphone-Charging-Warranty/dp/B0G4SW3XXP",
    "https://www.amazon.com/BISSELL-Allergen-Lift-Off-Tangle-Free-39883/dp/B0DP5JNLQR"
  ],
  "maxConcurrency": 3,
  "minDelayMs": 1500,
  "maxDelayMs": 4000
}
```

#### 📝 Input Specifications

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `productUrls` | Array | ✅ Yes | - | Amazon product URLs to scrape |
| `maxConcurrency` | Integer | ❌ No | 3 | Parallel requests (1-10 recommended) |
| `minDelayMs` | Integer | ❌ No | 1500 | Minimum delay between requests (ms) |
| `maxDelayMs` | Integer | ❌ No | 4000 | Maximum delay between requests (ms) |

***

### 📤 Output Structure

Your **Amazon Product Scraper** produces comprehensive product data:

```json
[
  {
    "title": "Samsung Galaxy S26 Ultra, Unlocked Android Smartphone, 512GB...",
    "url": "https://www.amazon.com/dp/B0G4SW3XXP",
    "asin": "B0G4SW3XXP",
    "inStock": true,
    "inStockText": "In Stock",
    "brand": "Samsung",
    "price": {"value": 1215, "currency": "$"},
    "listPrice": {"value": 1499.99, "currency": "$"},
    "shippingPrice": "FREE",
    "stars": 4.7,
    "reviewsCount": 1416,
    "thumbnailImage": "https://.../",
    "description": "Full product description text...",
    "features": ["Feature 1", "Feature 2", "Feature 3"],
    "delivery": "Friday, June 19",
    "boughtLastMonth": "1K+ bought",
    "bestSellerRank": ["#235 in Cell Phones", "#4 in Cell Phones"],
    "productDetails": {
      "Brand": "Samsung",
      "Operating System": "Android 16",
      "RAM": "12 GB",
      "Storage": "512 GB"
    },
    "colorsAvailable": [
      {"color": "Cobalt Violet", "asin": "B0G4SWN34T"}
    ],
    "sellerInfo": {"merchant_info": "Sold by Amazon Resale"}
  }
]
```

#### 📖 Output Field Documentation

**🔹 Product Identification**
| Field | Description |
|-------|-------------|
| `title` | Complete product title with specifications |
| `asin` | Amazon's unique product identifier |
| `url` | Original product URL (cleaned) |
| `brand` | Manufacturer/brand name |

**🔹 Pricing & Availability**
| Field | Description |
|-------|-------------|
| `price` | Current selling price with currency |
| `listPrice` | MSRP/original price (if discounted) |
| `shippingPrice` | Shipping cost ("FREE" or amount) |
| `inStock` | Boolean stock availability status |
| `delivery` | Estimated delivery date |

**🔹 Social Proof Metrics**
| Field | Description |
|-------|-------------|
| `stars` | Average customer rating (0-5) |
| `reviewsCount` | Total number of reviews |
| `boughtLastMonth` | Recent purchase velocity indicator |
| `bestSellerRank` | Category ranking positions |

**🔹 Product Content**
| Field | Description |
|-------|-------------|
| `description` | Full product description text |
| `features` | Array of bullet-point features |
| `thumbnailImage` | Primary product image URL |
| `productDetails` | Technical specifications table |
| `colorsAvailable` | Color variants with ASINs |
| `sellerInfo` | Merchant/seller information |

***

### 🎯 What Makes This Amazon Product Scraper Unique?

#### Intelligent Scraping Engine

- **Human-like Delays** - Random intervals between requests (1.5-4 seconds)
- **Concurrency Control** - Balance speed and safety
- **URL Normalization** - Handles any Amazon URL format
- **Session Management** - Maintains consistent browsing context

#### Complete Data Extraction

- **Full Description** - Captures all product text
- **Feature Bullets** - Structured benefit listings
- **Tech Specs** - Detailed product attributes
- **Variants** - Color/Size options with ASINs

#### E-commerce Intelligence

- **Price Monitoring** - Real-time competitive pricing
- **Stock Tracking** - Availability alerts
- **Seller Analysis** - Merchant performance data
- **Demand Signals** - Purchase velocity indicators

***

### 💡 Use Cases for Amazon Product Scraper

- **🛒 Price Monitoring** - Track competitors' pricing strategies
- **📊 Market Research** - Analyze product categories and trends
- **🚚 Dropshipping** - Find profitable products with stock data
- **🔍 SEO Research** - Discover high-ranking product titles
- **💼 Investment Analysis** - Evaluate brand performance metrics
- **📈 Sales Intelligence** - Track review velocity and demand
- **🏷️ Dynamic Pricing** - Power automated repricing tools

***

### ✨ Why Choose Our Amazon Product Scraper?

- **⚡ Production Ready** - Scraped 100K+ products reliably
- **🎯 Accurate Data** - Direct from Amazon's product pages
- **🛡️ Anti-Detection** - Smart delays and request patterns
- **📦 Complete Output** - Everything from prices to specifications
- **💰 Cost Efficient** - Optimized memory and CPU usage
- **🔄 Regular Updates** - Adapts to Amazon's page changes

***

### ⚠️ Limitations

- Respects Amazon's terms of service (non-commercial use)
- Requires valid product URLs (not search result pages)
- Some data may be unavailable for certain product types
- High concurrency may trigger rate limiting (use delays)
- Best for public product pages (not behind login)

### 🔗🛠 Complete B2B Sourcing Scraper Suite

Explore our professional data extraction collection:

#### 🏭 Supplier Scrapers:

- [Made In China Supplier/Company Scraper](https://apify.com/codenest/made-in-china-supplier-company-scraper) - YOU ARE HERE
- [Zillow Agent Profile Scraper](https://apify.com/codenest/zillow-agent-profile-scraper)

#### 📊 Product Scrapers:

- [Made in China Product Scraper](https://apify.com/codenest/made-in-china-product-scraper)
- [Made In China Top Ranking Product Scraper](https://apify.com/codenest/made-in-china-top-ranking-product-scraper)
- [Zillow Property Scraper](https://apify.com/codenest/zillow-property-scraper)
- [Alibaba Product Scraper](https://apify.com/codenest/alibaba-product-scraper)
- [Amazon Product Scraper](https://apify.com/codenest/amazon-product-scraper)
- [Amazon Deals Scraper](https://apify.com/codenest/amazon-deals-scraper)
- [Zillow Property & Apartment Scraper](https://apify.com/codenest/zillow-property-apartment-scraper)
- [Made In China Product & Company Details Scraper](https://apify.com/codenest/made-in-china-product-company-details-scraper)

***

### 📧 Need Custom Features for Your Amazon Product Scraper?

Want **historical price tracking**, **review sentiment analysis**, **competitor monitoring**, or **custom export formats**?

✉️ Email **<codenest2.0@gmail.com>** for tailored enterprise solutions!

***

# Actor input Schema

## `productUrls` (type: `array`):

Enter one or more Amazon product page URLs to scrape. Each entry should be a full Amazon product URL (e.g. https://www.amazon.com/dp/B0XXXXXXXX). You can add multiple URLs.

## `maxConcurrency` (type: `integer`):

Maximum number of product pages to scrape in parallel. Lower values are safer against blocks. Default is 3.

## `minDelayMs` (type: `integer`):

Minimum random delay in milliseconds between requests to mimic human behaviour. Default is 1500ms.

## `maxDelayMs` (type: `integer`):

Maximum random delay in milliseconds between requests. Default is 4000ms.

## Actor input object example

```json
{
  "productUrls": [],
  "maxConcurrency": 3,
  "minDelayMs": 1500,
  "maxDelayMs": 4000
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("codenest/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 = {}

# Run the Actor and wait for it to finish
run = client.actor("codenest/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 '{}' |
apify call codenest/amazon-product-scraper --silent --output-dataset

```

## MCP server setup

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