Amazon Product Scraper Product Intelligence At Scale v2
Pricing
from $0.01 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Amazon Product Scraper
Scrape Amazon product data including prices, ratings, reviews, seller info, and availability. E-commerce competitive intelligence.
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: Your Firecrawl API key for stealth mode (get one at firecrawl.dev)
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true,"searchQueries": ["wireless earbuds","yoga mat"],"productUrls": "https://example.com","categoryUrl": "https://example.com"}
Run with real data
{"demoMode": false,"searchQueries": ["wireless earbuds","yoga mat"],"productUrls": "https://example.com","categoryUrl": "https://example.com","marketplace": "amazon.com","maxProducts": 50,"includeReviews": false,"maxReviewsPerProduct": 10,"useStealthMode": false,"firecrawlApiKey": "YOUR_API_KEY_HERE"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
searchQueries | array | - | No | Keywords to search on Amazon |
productUrls | array | - | No | Direct Amazon product URLs (ASINs) |
categoryUrl | string | - | No | Amazon category/bestseller page URL |
marketplace | string | "amazon.com" | No | Which Amazon marketplace to scrape |
maxProducts | integer | 50 | No | Maximum products to scrape per search/category |
includeReviews | boolean | false | No | Scrape product reviews (increases scraping time) |
maxReviewsPerProduct | integer | 10 | No | Maximum reviews to scrape per product |
demoMode | boolean | true | No | Run with sample data. Set to false for real scraping. |
webhookUrl | string | - | No | URL to receive results via POST request (Zapier, Make, n8n, or custom endpoint) |
useStealthMode | boolean | false | No | Use Firecrawl stealth proxy to bypass Amazon anti-bot detection (requires Firecrawl API key) |
firecrawlApiKey | string | - | Yes* | Your Firecrawl API key for stealth mode (get one at firecrawl.dev) |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Search Performed | Per Amazon search query or product URL processed (covers proxy and browser costs) | $0.50 |
| Product Scraped | Per Amazon product scraped with full details | $0.05 |
| Review Scraped | Per product review scraped | $0.01 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal