Amazon Product Scraper Product Intelligence at Scale avatar
Amazon Product Scraper Product Intelligence at Scale

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Amazon Product Scraper Product Intelligence at Scale

Amazon Product Scraper Product Intelligence at Scale

Scrape Amazon product data for market research, pricing intel, competitive analysis. Get prices, reviews, ratings, bestseller rankings. Product details Reviews Bestseller s Seller info Prime status Multi-marketplace Product research Pricing intelligence Market analysis Review mining Brand monitoring

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Amazon Product Scraper

Scrape Amazon product data including prices, ratings, reviews, seller info, and availability. E-commerce competitive intelligence.

Features

  • Product details - Title, price, images, features, variations
  • Reviews & ratings - Star rating, review count, review content
  • Bestseller rank - BSR and category rankings
  • Seller info - Brand, seller name, fulfillment type (FBA/FBM)
  • Prime status - Identify Prime-eligible products
  • Multi-marketplace - Support for US, UK, DE, FR, CA, AU, JP

Quick Start

{
"url": "https://example.com",
"maxResults": 100
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

{
"searchQueries": ["wireless earbuds", "yoga mat"],
"marketplace": "amazon.com",
"maxProducts": 50,
"includeReviews": true
}

Input Parameters

ParameterTypeDefaultDescription
searchQueriesarray-Keywords to search on Amazon
productUrlsarray-Direct Amazon product URLs (ASINs)
categoryUrlstring-Amazon category/bestseller page URL
marketplacestring"amazon.com"Amazon marketplace domain
maxProductsnumber50Maximum products per search
includeReviewsbooleanfalseScrape product reviews
maxReviewsPerProductnumber10Max reviews per product
demoModebooleantrueRun with sample data
webhookUrlstring-URL for webhook delivery (Zapier, Make, n8n)

Output Format

{
"asin": "B0EXAMPLE123",
"title": "Sony Wireless Earbuds with Active Noise Cancellation",
"url": "https://www.amazon.com/dp/B0EXAMPLE123",
"price": "$49.99",
"originalPrice": "$64.99",
"currency": "USD",
"rating": 4.5,
"reviewCount": 3250,
"bsrRank": 156,
"bsrCategory": "Electronics > Headphones",
"brand": "Sony",
"seller": "Sony",
"fulfillment": "FBA",
"prime": true,
"inStock": true,
"images": ["https://m.media-amazon.com/images/I/..."],
"features": [
"High-quality audio with deep bass",
"Up to 30 hours battery life",
"Comfortable fit for all-day wear"
],
"variations": [
{ "name": "Color", "options": ["Black", "White", "Blue"] }
],
"reviews": [
{
"author": "Happy Customer",
"rating": 5,
"title": "Amazing sound quality!",
"content": "These headphones exceeded my expectations...",
"date": "2025-12-20",
"verified": true,
"helpful": 45
}
],
"searchQuery": "wireless earbuds"
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventDescriptionPrice
product_scrapedPer product scraped$0.01
review_scrapedPer review scraped$0.005

Example costs:

  • Scrape 100 products: 100 × $0.01 = $1.00
  • Scrape 100 products with 10 reviews each: $1.00 + 1000 × $0.005 = $6.00

Built by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →


Use Cases

  • Product research - Find winning products to sell
  • Pricing intelligence - Monitor competitor pricing
  • Market analysis - Understand category trends
  • Review mining - Extract customer feedback at scale
  • Brand monitoring - Track your products vs. competitors

Built by John Rippy | Actor Arsenal