Amazon Product Scraper Product Intelligence At Scale v2 avatar

Amazon Product Scraper Product Intelligence At Scale v2

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Amazon Product Scraper Product Intelligence At Scale v2

Amazon Product Scraper Product Intelligence At Scale v2

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

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Amazon Product Scraper - Prices, Reviews, BSR Rankings & Seller Intelligence

This Actor has been superseded by Amazon Product Scraper v2 with improved pricing, faster scraping, and better anti-detection. Please use the v2 version for all new projects.

Scrape Amazon product data including prices, ratings, reviews, Best Seller Rank (BSR), seller information, and availability. Search by keyword, ASIN, or category URL across 7 Amazon marketplaces. Essential for e-commerce competitive intelligence, price monitoring, and product research.

Features

  • Product Details - Title, price, original price, discount percentage, images, bullet features, variations
  • Reviews & Ratings - Star rating, review count, individual review content with verified purchase status
  • Best Seller Rank - BSR number and category rankings
  • Seller Information - Brand, seller name, fulfillment type (FBA/FBM/AMZ)
  • Prime Status - Identify Prime-eligible products
  • Stock Status - In-stock, out-of-stock, limited availability
  • Multi-Marketplace - US, UK, DE, FR, CA, AU, JP
  • Search Mode - Find products by keyword search
  • ASIN Mode - Scrape specific products by ASIN/URL
  • Category Mode - Scrape entire category or bestseller pages
  • Anti-Detection - Residential proxies for reliable access
  • No Login Required - Works with public Amazon data
  • Demo Mode - Test with sample data before going live

Who Should Use This Actor?

E-Commerce Sellers (Amazon FBA/FBM)

Research competitor products, track pricing, monitor BSR rankings, and analyze review sentiment to optimize your listings and pricing strategy.

Product Research Teams

Validate product ideas by analyzing demand (BSR), competition (seller count), pricing (margins), and customer feedback (reviews) before launching.

Price Monitoring Services

Track competitor pricing across marketplaces. Detect price drops, coupon activations, and Lightning Deal activity for arbitrage or repricing.

Brand Protection Teams

Monitor unauthorized sellers, MAP (Minimum Advertised Price) violations, and counterfeit listings for brand-registered products.

Market Research Firms

Analyze product categories, pricing trends, review volumes, and competitive landscapes across Amazon marketplaces.

Affiliate Marketers

Find high-converting products with strong ratings, competitive commissions, and proven demand for affiliate content creation.

Quick Start (Copy & Paste)

Simplest possible input — just change the search query:

{
"searchQueries": ["wireless earbuds"]
}

That's it. The actor will search Amazon and return up to 50 products.

Scrape Specific Products (by ASIN)

{
"productUrls": [
"https://www.amazon.com/dp/B0EXAMPLE123",
"https://www.amazon.com/dp/B0EXAMPLE456"
],
"includeReviews": true,
"maxReviewsPerProduct": 10
}

Scrape Category Bestsellers

{
"categoryUrl": "https://www.amazon.com/Best-Sellers-Electronics-Headphones/zgbs/electronics/12097479011",
"maxProducts": 100
}

Demo Mode (Free Test, No Real Scraping)

{
"demoMode": true
}

Returns sample products so you can test your automation pipeline without any cost.

Input Parameters

ParameterTypeDefaultDescription
searchQueriesarray-Keywords to search on Amazon
productUrlsarray-Direct Amazon product URLs or ASINs
categoryUrlstring-Amazon category or bestseller page URL
marketplacestringamazon.comAmazon domain (amazon.com, amazon.co.uk, amazon.de, etc.)
maxProductsnumber50Maximum products per search/category
includeReviewsbooleanfalseScrape individual product reviews
maxReviewsPerProductnumber10Max reviews per product
proxyConfigurationobjectResidentialProxy settings
demoModebooleanfalseReturn sample data for testing
webhookUrlstring-Webhook URL for results delivery

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",
"discount": "23%",
"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
}
],
"marketplace": "amazon.com",
"searchQuery": "wireless earbuds",
"scrapedAt": "2026-01-28T10:30:00.000Z"
}

Pricing (Pay-Per-Event)

You only pay for what you use. No monthly fees.

EventDescriptionPrice
search_performedPer search query or product URL processed$0.50
product_scrapedPer product scraped with full details$0.05
review_scrapedPer individual review scraped$0.01

Example costs:

  • 1 search, 50 products (default): $0.50 + (50 x $0.05) = $3.00
  • 3 searches, 50 products each: (3 x $0.50) + (150 x $0.05) = $9.00
  • 1 search, 50 products + 10 reviews each: $0.50 + (50 x $0.05) + (500 x $0.01) = $8.00
  • 5 ASINs, detailed scrape: (5 x $0.50) + (5 x $0.05) = $2.75
  • Demo mode: $0.00 (free, sample data only)

Common Scenarios

Scenario 1: Product Research (Validate a Niche)

{
"searchQueries": ["yoga mat", "resistance bands", "foam roller"],
"marketplace": "amazon.com",
"maxProducts": 50,
"demoMode": false
}

Analyze BSR, pricing, and review counts to validate a product niche before launching.

Scenario 2: Competitor Price Monitoring

{
"productUrls": [
"https://www.amazon.com/dp/B0YOUR_ASIN",
"https://www.amazon.com/dp/B0COMP1_ASIN",
"https://www.amazon.com/dp/B0COMP2_ASIN"
],
"demoMode": false
}

Schedule daily runs to track competitor pricing changes.

Scenario 3: Review Intelligence

{
"productUrls": ["https://www.amazon.com/dp/B0EXAMPLE123"],
"includeReviews": true,
"maxReviewsPerProduct": 50,
"demoMode": false
}

Analyze competitor reviews to find product improvement opportunities.

Scenario 4: Category Bestseller Analysis

{
"categoryUrl": "https://www.amazon.com/Best-Sellers/zgbs/beauty",
"maxProducts": 100,
"demoMode": false
}

Identify top-performing products in a category for market entry research.

Webhook & Automation Integration

Zapier / Make.com / n8n

  1. Create a webhook trigger in your automation platform
  2. Copy the webhook URL to webhookUrl
  3. Route results to Google Sheets, CRM, Airtable, etc.

Popular automations:

  • Product data -> Google Sheets (price tracking dashboard)
  • Price drops -> Slack alert (repricing notifications)
  • New bestsellers -> Airtable (product research database)
  • Review data -> Notion (competitive intelligence)

Apify Scheduled Runs

Schedule daily or weekly runs to track pricing and BSR changes over time.

Supported Marketplaces

MarketplaceDomainCurrency
United Statesamazon.comUSD
United Kingdomamazon.co.ukGBP
Germanyamazon.deEUR
Franceamazon.frEUR
Canadaamazon.caCAD
Australiaamazon.com.auAUD
Japanamazon.co.jpJPY

FAQ

Q: Do I need an Amazon account?

A: No. This scraper uses public Amazon product pages. No login or API key required.

Q: What is BSR (Best Seller Rank)?

A: BSR indicates how well a product sells relative to others in its category. Lower numbers = higher sales. BSR of 1 means it's the #1 seller in that category.

Q: Can I scrape by ASIN?

A: Yes. Provide ASINs as product URLs like https://www.amazon.com/dp/B0EXAMPLE123 in the productUrls array.

Q: How do I track price changes over time?

A: Schedule recurring runs in Apify and compare results across runs. Use webhook integration to log prices to a spreadsheet for trend analysis.

Q: What's the difference between FBA, FBM, and AMZ?

A: FBA = Fulfilled by Amazon (seller ships to Amazon warehouse), FBM = Fulfilled by Merchant (seller ships directly), AMZ = Sold and shipped by Amazon.

Common Problems & Solutions

"No data returned" / Empty results

  1. Make sure you set at least one of: searchQueries, productUrls, or categoryUrl
  2. Example: { "searchQueries": ["wireless earbuds"] }
  3. Set demoMode to false (or remove it) — demo mode only returns sample data
  4. Check search query spelling and verify the marketplace domain is correct
  5. Some niche queries may have limited results — try broader search terms

"Rate limited"

  • Wait 10-15 minutes between runs
  • Reduce maxProducts per search
  • Use residential proxies (default)

"Demo data showing"

  • Set demoMode: false - no account required

📞 Support


Built by John Rippy | Actor Arsenal