πŸ›’ Amazon Product Scraper β€” Prices, Reviews & Rankings avatar

πŸ›’ Amazon Product Scraper β€” Prices, Reviews & Rankings

Pricing

from $15.00 / 1,000 results

Go to Apify Store
πŸ›’ Amazon Product Scraper β€” Prices, Reviews & Rankings

πŸ›’ 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

Stephan Corbeil

Maintained by Community

Actor 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

FeatureNexGenData Amazon ScraperJungle ScoutHelium 10AMZScoutKeepa Premium
Cost$5 per 1K products, pay-per-event$49-129 / month$39-249 / month$45-99 / month€19 / month
ASIN bulk lookupYes β€” 1000s per runPlan-gatedPlan-gatedPlan-gatedYes
Reviews extractedYes β€” top-N per ASINYesYesYesLimited
Seller infoYes β€” name + country + fulfillmentYesYesYesLimited
BSR + categoryYesYesYesYesYes
Bullet features + A+ contentYesYesYesYesNo
Marketplaces12 β€” US/UK/DE/FR/IT/ES/JP/IN/BR/MX/CA/AUMostMostMostMost
Bulk exportJSON / CSV / ExcelPlan-gatedPlan-gatedPlan-gatedCSV
Auth requiredApify tokenAccount + planAccount + planAccount + planAccount + plan
Monthly minimumNone$$$$$$$

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, coupon
  • rating, review_count, bsr (best-seller rank), category_path
  • seller, seller_country, is_amazon_fulfilled, is_prime
  • bullet_features β€” array of 5-7 feature bullets
  • description, 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 ApifyClient
client = 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.

Use caseActor
Shopify product catalog scrapershopify-product-scraper
Shopify store revenue + traffic estimatorshopify-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 comparisongoogle-shopping-scraper
SaaS / DTC pricing trackersaas-pricing-tracker
Walmart product scraperwalmart-product-scraper
Etsy product + listings scraperetsy-scraper
E-commerce intelligence MCPecommerce-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