๐ Amazon Product Scraper - Prices, ASIN & 10 Marketplaces
Pricing
from $2.50 / 1,000 results
๐ Amazon Product Scraper - Prices, ASIN & 10 Marketplaces
Amazon product scraper by search or URL with no API key: titles, live prices, ratings, review counts, ASIN, seller, brand, Prime status and stock across 10 marketplaces (US, UK, DE, FR and more). No login, no setup. For price monitoring, dropshipping and product research. Pay only per product.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Renzo Madueno
Maintained by CommunityActor stats
0
Bookmarked
39
Total users
5
Monthly active users
18 minutes ago
Last modified
Categories
Share
๐ Amazon Product Scraper โ Prices, Ratings & ASINs, No API Key
Scrape Amazon search results and product pages into structured data: title, live price + discount, rating, review count, ASIN, brand, Prime status, bestseller rank and more โ across 10 marketplaces (US, UK, DE, FR, IT, ES, CA, AU, JP, IN). For price monitoring, dropshipping research and market intelligence. Pricing: $0.0025 per product + $0.005 per run start (โ $2.50 per 1,000 products), residential proxies and anti-bot handling included. No Amazon account, login, or PA-API approval needed.
60-second quick start
- Type a keyword into
searchQueries(e.g."wireless headphones") or paste product URLs / bare ASINs intoproductUrls. - Pick your
marketplace(defaultamazon.com). - Run. Export JSON, CSV or Excel โ or read the dataset over the Apify API.
The exact console prefill:
{"searchQueries": ["wireless headphones", "mechanical keyboard"],"maxResultsPerQuery": 50,"marketplace": "amazon.com"}
And a real output row:
{"productTitle": "Sony WH-1000XM5 Wireless Noise Canceling Headphones","price": "$278.00","priceNumeric": 278.0,"originalPrice": "$399.99","discountPercent": "-30%","currency": "USD","rating": 4.6,"reviewCount": 12543,"asin": "B0BX2L8PBG","brand": "Sony","isPrime": true,"bestSellerRank": "#1 in Over-Ear Headphones","imageUrl": "https://m.media-amazon.com/images/I/51aXvjzcukL._AC_SL1200_.jpg","productUrl": "https://www.amazon.com/dp/B0BX2L8PBG","searchQuery": "wireless headphones"}
Search results carry the core fields (title, price, rating, ASIN, Prime); detail pages add bulletPoints, bestSellerRank, brand and availability. Power move: run a search, then feed the ASINs back through productUrls for the rich second pass.
Amazon product scraper without an API key โ vs the alternatives
- vs Amazon's official PA-API: PA-API needs an approved Associates account with qualifying affiliate sales, enforces tight rate limits, and hides fields any shopper can see (live discount %, bestseller rank). This scraper reads the public catalog with no approval gate.
- vs paid data services (Rainforest, Keepa): those are excellent for deep historical price charts; this Actor is the pay-per-result option โ $0.0025/product, no monthly commitment, schedule your own runs and build your own history.
- vs the largest Apify Amazon crawlers: heavyweight crawlers expose dozens of options (sellers, offers, reviews, category trees). This one is deliberately lean โ search or ASIN in, clean product rows out โ which makes it cheaper to run and simpler to wire into a pipeline. If you need offer-level or review-content data, a heavyweight crawler is the better fit; for prices/ratings/ASIN at scale, this is.
What people monitor with it
- Competitor prices and promotions โ daily scheduled run on your competitor ASINs; price drops flow to Slack/Sheets via integrations.
- Product research โ review counts + ratings + bestseller ranks by keyword reveal high-demand, underserved niches.
- Cross-marketplace arbitrage โ same ASINs across
amazon.com,.co.uk,.de,.co.jpto find margin spreads. - MAP / brand protection โ detect third-party sellers undercutting your minimum advertised price.
- Category intelligence โ average price, brand distribution and competitive density for an entire keyword space.
FAQ
How do I scrape Amazon products by keyword?
Put keywords in searchQueries, set maxResultsPerQuery (1โ500) and run. Each search typically yields up to 300โ400 products; use several specific terms ("bluetooth headphones under $50", "noise cancelling headphones Sony") for broader coverage than one generic keyword.
Can I scrape specific products by ASIN?
Yes โ paste bare ASINs (e.g. B0BX2L8PBG) or full URLs into productUrls; ASINs are expanded to product pages automatically. It's the fastest, most reliable mode when you know your targets.
Which Amazon marketplaces are supported? amazon.com, .co.uk, .de, .fr, .it, .es, .ca, .com.au, .co.jp and .in โ with currency detected per marketplace (USD, GBP, EUR, JPY, INR, CAD, AUD).
Do I need an Amazon account, API key or affiliate approval? None of the three. Residential proxies and CAPTCHA retries are handled internally; you provide only keywords or URLs.
Why do runs behave better at low concurrency?
Amazon's anti-bot systems are aggressive. maxConcurrency 1โ2 (default 2) minimizes CAPTCHA challenges; the scraper retries through them, but fewer challenges = faster, cheaper runs.
How fresh are the prices?
Scraped live at run time, each row stamped scrapedAt. Schedule recurring runs to accumulate your own price history dataset.
What does 10,000 products cost? About $25 ($0.0025 ร 10,000 + start). No monthly fee โ a one-off research pull and a daily pipeline cost the same per product.
Is scraping Amazon legal? Only publicly visible product data is collected โ no login, no personal data. Public-data scraping is broadly permitted; you're responsible for using the output in line with applicable laws and Amazon's terms in your jurisdiction.
Pairs well with
- SaaS Pricing Tracker โ the same watch-and-diff idea for SaaS pricing pages.
- Trustpilot Reviews Scraper โ seller reputation alongside product data.
- Google Trends Scraper โ validate demand and seasonality before sourcing a product.