π Amazon Product Scraper β Prices, Reviews & Rankings
Pricing
from $15.00 / 1,000 results
π Amazon Product Scraper β Prices, Reviews & Rankings
Scrape Amazon product listings, prices, reviews, seller data, BSR rankings, and buy box info. Track competitors, monitor price changes, and build product databases at scale.
Pricing
from $15.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
3 hours ago
Last modified
Categories
Share
π¦ Amazon Product Scraper β Prices, Reviews, Seller Data & ASIN Lookup
Extract Amazon product details, pricing, reviews, ratings, BSR, seller info, and bullet-feature lists. Search by keyword or scrape specific ASINs across all Amazon marketplaces (US, UK, DE, FR, IT, ES, JP, IN, BR, MX, CA, AU). Built as a cheaper, no-subscription alternative to Jungle Scout ($49-129/mo), Helium 10 ($39-249/mo), AMZScout ($45-99/mo), and Keepa Premium for product research, repricing analytics, and competitive intelligence.
Why Amazon Product Scraper Beats Jungle Scout, Helium 10, AMZScout & Keepa
| Feature | NexGenData Amazon Scraper | Jungle Scout | Helium 10 | AMZScout | Keepa Premium |
|---|---|---|---|---|---|
| Cost | $5 per 1K products, pay-per-event | $49-129 / month | $39-249 / month | $45-99 / month | β¬19 / month |
| ASIN bulk lookup | Yes β 1000s per run | Plan-gated | Plan-gated | Plan-gated | Yes |
| Reviews extracted | Yes β top-N per ASIN | Yes | Yes | Yes | Limited |
| Seller info | Yes β name + country + fulfillment | Yes | Yes | Yes | Limited |
| BSR + category | Yes | Yes | Yes | Yes | Yes |
| Bullet features + A+ content | Yes | Yes | Yes | Yes | No |
| Marketplaces | 12 β US/UK/DE/FR/IT/ES/JP/IN/BR/MX/CA/AU | Most | Most | Most | Most |
| Bulk export | JSON / CSV / Excel | Plan-gated | Plan-gated | Plan-gated | CSV |
| Auth required | Apify token | Account + plan | Account + plan | Account + plan | Account + plan |
| Monthly minimum | None | $$ | $$ | $$ | $ |
Most teams pick this scraper instead of Jungle Scout because the ad-hoc use case (one-off 5K-ASIN sweep for a private-label launch) doesn't justify a $129/mo subscription. Cheaper than any of the seller-pro tools for sporadic users, and drop-in compatible with downstream tools that expect Amazon-style JSON.
What You Get Per Product
asin,title,brand,marketplace(US / UK / DEβ¦)price,currency,list_price,discount_percent,couponrating,review_count,bsr(best-seller rank),category_pathseller,seller_country,is_amazon_fulfilled,is_primebullet_featuresβ array of 5-7 feature bulletsdescription,images(array),variants(color / size)top_reviewsβ top-N review records with{stars, title, body, date, verified}availability,ships_from,delivery_estimate
Use Cases
- Private-label sellers β pre-launch validate 500 ASINs by BSR + price + review velocity
- Repricing engines β refresh competitor prices every 30 min for 1K SKUs
- Affiliate publishers β auto-update "best X for Y" listicles with live prices + ratings
- Brand protection β track unauthorized resellers on your ASINs across marketplaces
- Cross-border arbitrage β compare same ASIN US-vs-DE-vs-JP for FX margin opportunities
- VC due diligence β size a category by aggregate review counts of top 100 ASINs
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/amazon-product-scraper").call(run_input={"asins": ["B08N5WRWNW", "B09B8V1LZ3", "B0BHBXNWVT"],"marketplace": "US","max_reviews_per_asin": 25})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["asin"], item["price"], item["rating"], item["bsr"])
Pricing β Pay Per Product
- Actor start: $0.0001
- Product: $0.005 (i.e. $5 per 1,000 products)
A 5K-ASIN competitive sweep = $25. A daily 100-ASIN repricing run = $0.50/day. No monthly minimum.
Related NexGenData Commerce & E-Commerce Actors
| Use case | Actor |
|---|---|
| Shopify product catalog scraper | shopify-product-scraper |
| Shopify store revenue + traffic estimator | shopify-store-analyzer |
| Shopify store detector (BuiltWith alt) | shopify-store-detector |
| Shopify analyzer (revenue estimator) | shopify-analyzer |
| JD.com product scraper (China commerce) | jd-com-product-scraper |
| Google Shopping price comparison | google-shopping-scraper |
| SaaS / DTC pricing tracker | saas-pricing-tracker |
| Walmart product scraper | walmart-product-scraper |
| Etsy product + listings scraper | etsy-scraper |
| E-commerce intelligence MCP | ecommerce-intelligence-mcp-server |
FAQ
Q: Does it work for all 12 marketplaces?
A: Yes β pass marketplace as the 2-letter code (US, UK, DE, FR, IT, ES, JP, IN, BR, MX, CA, AU).
Q: How fresh are prices? A: Live fetch per run. For repricing use cases, schedule the actor every 30 min via Apify's built-in scheduler.
Q: Are reviews real? A: We return what Amazon shows publicly on the product page β including the "verified purchase" flag. We do not filter for fake-review signals (that's a separate downstream task).
Q: Anti-bot stability? A: Amazon rotates fingerprint defenses; the actor is maintained alongside those changes. Bugs are fixed within 24h.
Q: Legal status? A: We fetch public product detail pages the same way a logged-out browser does. Output is metadata about publicly listed products.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing β you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests β those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link β you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console β point-and-click run
- Apify API β REST + webhooks
- Apify Python / JS SDKs β programmatic batch
- Zapier, Make.com, n8n β official integrations
- MCP β many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules β built-in cron for daily / weekly / monthly runs
- Webhooks β POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome β high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata