Amazon Product Scraper: 20 Marketplaces, 50+ Fields, $3 per 1,000 Products

Extract Amazon product data by ASIN or URL across 20 marketplaces. Returns price, list price, stock, ratings, star breakdown, monthly purchase volume, variants, A+ content, bestseller ranks, hi-res images and 40 more fields. Multipack listings flagged with isMultipack and multipackCount, a feature most competitors silently drop.

Open on Apify → Try it now
Pricing
$0.003/product
RAM
128MB
Marketplaces
20
Fields per product
50+
Proxy
Apify datacenter
Anti-Bot
Session rotation

What you can scrape

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~amazon-product-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "startUrls": [{"url": "https://www.amazon.com/dp/B09B8V1LZ3"}],
    "asins": ["B0BDHWDR12", "B00HZV9WTM"],
    "country": "US",
    "scrapeReviewSample": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/amazon-product-scraper

Integrations

Output fields

FieldTypeExample
asinstringB09B8V1LZ3
titlestringAmazon Echo Dot (5th Gen)
priceobject{"value": 49.99, "currency": "$", "raw": "$49.99"}
starsnumber4.7
reviewsCountnumber193,736
monthlyPurchaseVolumestring10K+ bought in past month
starsBreakdownobject{"5star": 0.82, "4star": 0.11, ...}
isMultipackbooleantrue (for 8-Pack listings)
variantAsinsarray["B09B93ZDG4", "B09B94RL1R"]
Open on Apify → Try it now (free tier available)