Amazon Real-Time Data — Search, Reviews, Deals & Best Sellers avatar

Amazon Real-Time Data — Search, Reviews, Deals & Best Sellers

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Amazon Real-Time Data — Search, Reviews, Deals & Best Sellers

Amazon Real-Time Data — Search, Reviews, Deals & Best Sellers

Scrape live Amazon data: product search, details, seller offers, reviews, deals & best sellers across 25 marketplaces. Enable only what you need via checkboxes. Built-in CAPTCHA handling, residential proxy support, and structured JSON for research, repricing, and integrations.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Chidubem Aneke

Chidubem Aneke

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Amazon Real-Time Data — Live Amazon Product Scraper

Stop fighting Amazon’s anti-bot walls. This Actor delivers live product search, prices, offers, reviews, deals, and best sellers as clean JSON — across 25 marketplaces, with built-in CAPTCHA handling and residential proxy support. No coding. No 2Captcha account. No scraper maintenance.

Turn on only the features you need, pick your country, click Start, and export or pipe results to Slack, Sheets, Zapier, or your own API.


Why teams choose this Actor

  • Real-time data — prices, stock signals, reviews, and rankings scraped fresh each run
  • Seven tools in one — search, PDP details, seller offers, reviews, URL scraper, best sellers, deals
  • Checkbox UX — enable only what you need; Product Search is on by default
  • 25 Amazon stores — US, UK, DE, FR, JP, IN, AE, and more from a single country dropdown
  • CAPTCHA-ready — robot checks handled internally; you never configure API keys
  • Structured JSON — every row tagged with featureType for easy filtering and integrations
  • Apify-native — schedule runs, webhooks, API access, CSV/Excel export out of the box

Who is this for?

You are…You get…
Amazon seller or brandCompetitor prices, offer counts, buy-box intelligence
Market researcherCategory best sellers, search SERPs, review datasets
Deal hunter or affiliateFresh deal feeds with discounts, badges, and ASINs
Agency or consultantClient-ready datasets without building scrapers
Dropshipper or resellerLive ASIN lookup and pricing before you list
DeveloperClean JSON via Apify API — a practical Amazon data API alternative without SP-API onboarding

What you get every run

Structured records in your Apify dataset, ready to export or integrate:

FieldMeaning
featureTypeWhich feature produced the row
countryMarketplace (US, UK, DE, …)
urlSource page
scrapedAtISO timestamp
PlusASIN, title, price, currency, rating, reviews, seller, rank, deal badge, review text, images, and more

Filter by featureType, download CSV, or hit the dataset API — same workflow for every feature.


Seven features — use one or all

🔍 Product Search (on by default)

Keyword search with ASIN, title, price, rating, review count, Prime flag, and SERP position. Paginate until you hit your target count.

Example: "wireless mouse" → 50 results on Amazon US, sorted by price.


📦 Product Details

Full product page data for any ASIN or URL: brand, seller, stock, bullets, description, images, ratings.

Example: ASIN B004YAVF8I → live price, specs, and 40k+ review count in one row.


💰 Product Offers

Every seller offer for as many ASINs as you need — price, condition, seller, shipping, Prime/FBA flags. Batch hundreds of ASINs in one run for repricing and buy-box analysis.


⭐ Product Reviews

Paginated reviews with title, body, stars, author, date, verified purchase, and helpful votes.

Example: 100 recent reviews across 10 ASINs for VOC or sentiment pipelines.


🔗 Scrape By URL

Paste any Amazon link — product, search, deals, best sellers — and get structured data with automatic page-type detection.


🏆 Best Sellers

Ranked products by category slug or URL: rank, ASIN, title, price, rating.

Example: Top 50 in Software or Electronics on Amazon US.


🏷️ Deals

Today's Deals / Gold Box with price, was-price, discount %, badge, and image. Paginate with offset for larger deal feeds.


25 Amazon marketplaces

Set Marketplace country once — domain, currency, and language follow for all enabled features:

US · CA · MX · BR · UK · DE · FR · IT · ES · NL · BE · SE · PL · TR · IE · AE · SA · EG · IN · SG · AU · JP · AT · CH · LU


How to run

  1. Click Start on this Actor page.
  2. Choose your marketplace country (default: US).
  3. Check the features you need — uncheck Product Search if you only want details, reviews, or deals.
  4. Fill in keywords, ASINs, URLs, or category for the features you enabled.
  5. Keep Proxy → Residential (recommended).
  6. Run — download results or connect a webhook / schedule.

Pro tip: Schedule daily runs for price tracking, deal digests, or best-seller rank changes.


Example inputs (API, MCP, and automation)

Use these JSON payloads with the Apify API, Apify MCP (call-actor), or scheduled runs. In the Console, the same options map to the checkboxes and fields above.

Important: Product Search is on by default. When running a single feature via API or MCP, set "enableProductSearch": false and enable only the feature you need.

Product Search only

{
"country": "US",
"enableProductSearch": true,
"searchKeywords": ["wireless mouse"],
"searchMaxResultsPerKeyword": 10
}

Product Details only

{
"country": "US",
"enableProductSearch": false,
"enableProductDetails": true,
"productAsins": ["B004YAVF8I"]
}

Product Offers only

{
"country": "US",
"enableProductSearch": false,
"enableProductOffers": true,
"offersAsins": ["B004YAVF8I", "B0D1XD1ZV3"]
}

Product Reviews only

{
"country": "US",
"enableProductSearch": false,
"enableProductReviews": true,
"reviewsAsins": ["B004YAVF8I"],
"reviewsMaxPerProduct": 20,
"reviewsSortBy": "recent"
}

Scrape By URL only

{
"country": "US",
"enableProductSearch": false,
"enableScrapeByUrl": true,
"scrapeUrls": ["https://www.amazon.com/dp/B004YAVF8I"]
}

Best Sellers only

{
"country": "US",
"enableProductSearch": false,
"enableBestSellers": true,
"bestSellersCategory": "software",
"bestSellerMaxProducts": 25
}

Deals only

{
"country": "US",
"enableProductSearch": false,
"enableDeals": true,
"dealsMaxProducts": 30,
"dealsOffset": 0
}

Multiple features in one run

{
"country": "US",
"enableProductSearch": false,
"enableProductDetails": true,
"enableProductOffers": true,
"productAsins": ["B004YAVF8I"],
"offersAsins": ["B004YAVF8I"]
}

Filter output rows by featureType (product_search, product_details, product_offers, etc.). Dataset views: overview, search, details, offers, reviews, deals, bestSellers.


Example workflows

Competitor repricing — Product Offers + Product Details on your ASIN list → daily schedule → webhook when price or offer count shifts.

Launch research — Product Search + Product Reviews on a keyword → CSV export for positioning and review themes.

Morning deal feed — Deals with 50–100 items → Google Sheets or email via Zapier every morning.

Category report — Best Sellers on electronics or software → weekly rank snapshot for trend decks.


Integrations

Works with the full Apify ecosystem:

  • Webhooks on run success
  • REST API for dataset items
  • Slack, Google Sheets, Zapier, Make, Airbyte, custom ETL
  • Scheduled runs for hands-off price monitoring and deal alerts

This Actor vs alternatives

ApproachProblemThis Actor
Copy-pasteSlow, doesn't scaleAutomated, repeatable
DIY scriptsBreak on HTML changes; CAPTCHA painMaintained parsers + built-in CAPTCHA recovery
Amazon SP-APIApproval, limited public dataBroad coverage of public pages
Generic scrapersNo Amazon-specific fieldsPurpose-built for SERP, PDP, deals, reviews

You pay for the scrape you need — enable only the checkboxes that matter.


FAQ

Do I need to write code?
No. Configure inputs, run, export. Developers can use the Apify API for full automation.

Which proxy should I use?
Apify Proxy → Residential, country matched to your marketplace. This is the default and works best on Amazon.

Can I run multiple features in one run?
Yes. Enable any combination — each record is tagged with featureType so you can split results downstream.

How is this different from Amazon SP-API?
SP-API is for registered sellers and official catalog APIs. This Actor scrapes public Amazon pages — search, reviews, deals, best sellers — ideal for market research and competitor intelligence without seller approval.

What happens when Amazon shows a CAPTCHA?
The Actor handles common robot checks internally (including image CAPTCHAs and reCAPTCHA). You do not need a 2Captcha account or API key — just use residential proxy and run.

What about rate limits and blocks?
Amazon is aggressive on bots. Use residential proxy, sensible batch sizes, and retry failed runs. The Actor rotates sessions and retries transient errors automatically.

How many ASINs can I scrape for offers?
As many as you need. Add ASINs to the offers list and run — there is no artificial cap. For very large batches, increase memory or split across scheduled runs.

How many reviews or search results can I get?
Set your amount per feature (e.g. max results per keyword, max reviews per product). The Actor paginates until the limit is reached or Amazon has no more pages.

Does Product Search run by default?
Yes. Uncheck it if you only want details, offers, reviews, deals, or URL scraping.

Can I scrape by product URL?
Yes — enable Scrape By URL or Product Details and paste the full Amazon link.

What memory and timeout should I use?
2048 MB and 900 s (defaults) work for most runs. Increase memory for large multi-feature or high-volume batches.


Get started now

  1. Click Try for free or Start.
  2. Pick your marketplace and features.
  3. Use Residential proxy.
  4. Run — then schedule or integrate.

Live Amazon data. Structured JSON. Zero maintenance.