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

a day ago

Last modified

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

ParameterTypeDefaultRequiredDescription
searchQueriesarray-NoKeywords to search on Amazon
productUrlsarray-NoDirect Amazon product URLs (ASINs)
categoryUrlstring-NoAmazon category/bestseller page URL
marketplacestring"amazon.com"NoWhich Amazon marketplace to scrape
maxProductsinteger50NoMaximum products to scrape per search/category
includeReviewsbooleanfalseNoScrape product reviews (increases scraping time)
maxReviewsPerProductinteger10NoMaximum reviews to scrape per product
demoModebooleantrueNoRun with sample data. Set to false for real scraping.
webhookUrlstring-NoURL to receive results via POST request (Zapier, Make, n8n, or custom endpoint)
useStealthModebooleanfalseNoUse Firecrawl stealth proxy to bypass Amazon anti-bot detection (requires Firecrawl API key)
firecrawlApiKeystring-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:

EventDescriptionPrice
Search PerformedPer Amazon search query or product URL processed (covers proxy and browser costs)$0.50
Product ScrapedPer Amazon product scraped with full details$0.05
Review ScrapedPer 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