Amazon Product Scraper Product Intelligence at Scale
Pricing
from $0.01 / 1,000 results
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
Actor stats
0
Bookmarked
4
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Amazon Product Scraper
Web Scraping
This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.
Note: Always respect the website's terms of service and robots.txt.
Web Scraping
This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.
Note: Always respect the website's terms of service and robots.txt.
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
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQueries | array | - | Keywords to search on Amazon |
productUrls | array | - | Direct Amazon product URLs (ASINs) |
categoryUrl | string | - | Amazon category/bestseller page URL |
marketplace | string | "amazon.com" | Amazon marketplace domain |
maxProducts | number | 50 | Maximum products per search |
includeReviews | boolean | false | Scrape product reviews |
maxReviewsPerProduct | number | 10 | Max reviews per product |
demoMode | boolean | true | Run with sample data |
webhookUrl | string | - | 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:
| Event | Description | Price |
|---|---|---|
product_scraped | Per product scraped | $0.01 |
review_scraped | Per 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
Common Problems & Solutions
"Invalid API key" error
Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.
"Rate limit exceeded" error
Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.
Empty or incomplete results
Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:
- Check if the URL/search query is correct
- Try with different parameters
- Some sites may block automated access
Demo data showing instead of real results
Cause: demoMode is still set to true.
Fix: Set demoMode: false and provide your API key(s).
Built by John Rippy | Actor Arsenal