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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
13 days 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)
Quick Start
Run with real data
{"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 |
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) |
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 |
Troubleshooting
"API key is required"
- 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?
Built by John Rippy | Actor Arsenal