Amazon Product Scraper icon

Amazon Product Scraper

Extract product details, prices, reviews, and seller information from Amazon worldwide for e-commerce analytics.

As an Apify affiliate, we may earn a commission from qualifying purchases made through our links, at no extra cost to you. We only recommend tools we believe in.

EXCEL CSV JSON XML HTML RSS JSONL

Try It Out

Experience the power of this scraper for free.

Run Scraper Now
apify-console
~ apify call amazon-scraper
Loading actor configuration...
Running on Apify cloud...
Run succeeded!
Fetched items: 1,245
Exporting to: CSV Excel

Overview

The Amazon Product Scraper is an enterprise-grade extraction tool designed for e-commerce businesses, dropshippers, and market analysts. It bypasses Amazon's strict CAPTCHAs and anti-bot systems to reliably scrape product data from any Amazon domain globally (e.g., .com, .co.uk, .de). You can extract thousands of products via search queries, specific ASINs, or category URLs. The scraper retrieves rich, structured data including pricing strategies, discounts, exact product variations (size/color), detailed customer reviews (with star ratings), Best Sellers Rank (BSR), and specific seller information. This data is critical for monitoring competitor pricing, conducting product research, optimizing your own Amazon listings, or building affiliate review sites.

Key Features

Scrape by ASIN, search query, or category URL
Supports all global Amazon domains (.com, .in, .co.uk, etc.)
Extract complex product variations (size, color, style)
Download detailed customer reviews and ratings
Get rich media (high-resolution product images)
Extract Best Sellers Rank (BSR) and specific categories
Bypasses Amazon CAPTCHAs automatically with stealth mode

Use Cases

1

Competitor price tracking and dynamic repricing

2

Discover trending products and profitable niches (BSR analytics)

3

Extract and analyze customer reviews for sentiment analysis

4

Build high-converting Amazon Affiliate (Associates) websites

5

Monitor Buy Box winners and unauthorized sellers/hijackers

6

Aggregate massive product catalogs for dropshipping stores

Input Parameters

Parameter Type Required Description
categoryUrls Array Optional Links to specific Amazon categories or custom search pages
asins Array Optional List of exact ASINs (Amazon Standard Identification Numbers) to scrape
searchTerms Array Optional Keywords to search for and extract the resulting products
maxItems Number Optional Maximum number of products to return
proxyConfiguration Object Optional Proxy settings (residential proxies highly recommended for Amazon)

Sample Output

{
  "asin": "B0C1J2K3L4",
  "url": "https://www.amazon.com/dp/B0C1J2K3L4",
  "title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones",
  "brand": "Sony",
  "price": {
    "value": 348.00,
    "currency": "USD"
  },
  "originalPrice": {
    "value": 399.99,
    "currency": "USD"
  },
  "rating": 4.6,
  "reviewsCount": 12450,
  "availability": "In Stock",
  "buyBoxWinner": "Amazon.com",
  "bestSellersRank": [
    {
      "category": "Over-Ear Headphones",
      "rank": 3
    }
  ],
  "features": [
    "Industry Leading noise cancellation",
    "Up to 30-hour battery life"
  ],
  "thumbnailUrl": "https://m.media-amazon.com/images/I/41J...jpg"
}

How to Use

  1. 1

    Click the 'Try for Free' button to access the Amazon Scraper on Apify.

  2. 2

    Log into your Apify account.

  3. 3

    Choose your input method: enter specific ASINs, paste a category URL, or type a search query (e.g., 'wireless headphones').

  4. 4

    Select the target Amazon marketplace (e.g., amazon.com or amazon.co.uk).

  5. 5

    Click 'Start'. The actors will handle CAPTCHAs and extract the data.

  6. 6

    Download your pristine product dataset in Excel or JSON.

API Example

import { ApifyClient } from 'apify-client';

const client = new ApifyClient({
    token: 'YOUR_API_TOKEN',
});

const input = {
    "searchTerms": [
        "gaming laptops"
    ],
    "maxItems": 100,
    "proxyConfiguration": { "useApifyProxy": true }
};

const run = await client.actor("junglee/amazon-scraper").call(input);

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Pricing Structure

Pay for usage. Amazon heavily restricts scraping, meaning premium residential or specialized proxies are usually required. The estimated cost is $5.00 to $10.00 per 1,000 comprehensively extracted products. Apify's $5 free monthly credit allows you to test and extract hundreds of items entirely free.

Limitations

  • Amazon strictly monitors scrape velocity. To extract millions of products, you must use high-quality Apify Residential Proxies to avoid being blocked.
  • Does not inherently scrape data behind a user login (e.g., your personal order history).
  • Product variations (like viewing 20 different colors of a shirt) can significantly increase the number of requests and extraction time.

Frequently Asked Questions

Can I scrape products from European or Asian Amazon sites?
Yes. This scraper natively supports and can target virtually any global Amazon domain, including `.co.uk`, `.de`, `.in`, `.fr`, and `.co.jp`.
Does this scraper solve Amazon CAPTCHAs?
Yes. The scraper uses an advanced stealth browser configuration alongside Apify's proxy network to completely bypass or automatically solve Amazon's 'Type the characters you see' CAPTCHA blocks.
Is it possible to extract all customer reviews for a single product?
While this base scraper extracts the summary (total rating and review count), extracting deeply paginated hundreds or thousands of individual review texts usually requires a dedicated 'Amazon Reviews Scraper' actor for optimal performance.
Can I use this for Amazon Affiliate marketing?
Absolutely. Programmers and marketers heavily use this scraper to pull correct descriptions, high-resolution images, and real-time prices to automatically populate content-rich WooCommerce or custom affiliate sites.

Extracted Data Details

ASIN & Product URL Product Title & Description Price, Original Price & Currency Stock Status & Buy Box Winner Review Count & Star Rating Best Sellers Rank (BSR) Product Features (Bullet Points) High-Res Image URLs Available Variations (Color/Size) Brand & Manufacturer Info

Pricing Structure Freemium
Category E-Commerce & Travel
Last Verified Mar 2026

View on Apify Store

Need a Custom Solution?

Contact us for a bespoke scraper built to your exact requirements.

Hire an Expert
Amazon Product Scraper

Amazon Product Scraper

Ready to extract data from {name}

Run for Free