Amazon Offers Scraper — Buy Box Price & Seller by ASIN ✅ avatar

Amazon Offers Scraper — Buy Box Price & Seller by ASIN ✅

Pricing

$4.00 / 1,000 results

Go to Apify Store
Amazon Offers Scraper — Buy Box Price & Seller by ASIN ✅

Amazon Offers Scraper — Buy Box Price & Seller by ASIN ✅

Read the current marketplace offer for an Amazon ASIN across 19 marketplaces: price, saving, condition, ships-from, sold-by, Prime flag and delivery promise, plus the seller's ID, name and feedback. No API key, account or cookies. One ASIN per run.

Pricing

$4.00 / 1,000 results

Rating

0.0

(0)

Developer

NeuralVerge

NeuralVerge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Amazon Offers Scraper — Buy Box Price & Seller by ASIN

Read the current marketplace offer behind an Amazon product and the seller behind it: price, saving, condition, ships-from, sold-by, Prime flag, delivery promise, and the seller's ID, storefront name and feedback. Works across 19 Amazon marketplaces. No API key, no Amazon account and no cookies required. One ASIN per run.

✨ Why this Actor

  • Who is actually selling it, and for how much. The product page tells you the price; this Actor tells you the merchant ID behind it, so you can follow a competitor, spot a reseller or feed the seller ID into a storefront lookup.
  • Predictable price per result. You pay per dataset row. A run that fails — bad input, an upstream error, a page Amazon never served — writes no row and is not charged.
  • 19 marketplaces. The offer list is local: the same ASIN can be sold by a different merchant, at a different price, on every marketplace.
  • Numbers arrive as numbers. priceValue is numeric with the currency in its own column, and savingsPercent is the discount Amazon displays.
  • Nothing is silently dropped. Any field the source adds later appears as its own column instead of being thrown away.

🔧 How it works

  1. Paste an ASIN — or a full Amazon product URL, the ASIN is taken out of it.
  2. Pick the marketplace.
  3. The Actor calls the Neuralverge extraction engine and writes one dataset row per offer returned.

Input

FieldMeaning
asin10-character ASIN, or a product URL
domainWhich Amazon marketplace to read (default amazon.com)
maxItemsMaximum offers to write, 1–100

What you'll receive

One row per offer: position, asin, price, priceValue, currency, savingsPercent, condition, conditionNote, shipsFrom, soldBy, isPrime, delivery, sellerName, sellerId, sellerUrl, sellerRating, sellerRatingCount, sellerPositivePercent, productUrl and the domain.

Illustrative sample:

{
"domain": "amazon.com",
"position": 1,
"asin": "B004YAVF8I",
"priceValue": 13.97,
"currency": "$",
"savingsPercent": 22,
"shipsFrom": "Amazon",
"soldBy": "Slam-Dunk",
"isPrime": true,
"delivery": "FREE delivery Monday, September 14 …",
"sellerName": "Slam-Dunk",
"sellerId": "A3LGJL7ZJFVWSN",
"sellerUrl": "https://www.amazon.com/sp?seller=A3LGJL7ZJFVWSN"
}

What this Actor returns today, stated plainly: the offer currently holding the Buy Box, with its seller — normally one row per ASIN, not the whole "Other sellers on Amazon" list. The seller's rating fields come back empty on many offers; run the Amazon Seller Scraper on the sellerId when you need the feedback figures. Amazon publishes an offer only while the item is in stock and actually offered for sale, so some ASINs return no offer at all.

Pricing

Pay per result, charged per dataset row. A lookup that completes and returns no offer writes one explicit found: false row and is billed as one result. A lookup that fails writes no row and is not charged.

Free plan limits

On the Apify Free plan this Actor can be started 5 times per calendar month per user and returns at most 5 rows per run; every Neuralverge Actor has its own allowance, and a run that finds nothing counts too. Any paid Apify plan removes both limits. Rate limit: 10 requests per second per Apify account.

Integrations & API

Runs can be started from the Apify API, scheduled, or wired into Make, Zapier, n8n, Airbyte, LangChain and the Apify MCP server like any other Actor. Results are available as JSON, CSV, Excel, XML and RSS from the dataset endpoint.

FAQ

Why did I get only one offer? Amazon renders the Buy Box offer first and loads the rest of the "Other sellers" list behind a separate request. This Actor returns what the page publishes up front — normally the Buy Box offer and its seller.

Why is the offer list empty for some ASINs? Amazon publishes offers only while the item is in stock and actually offered for sale. When there is nothing to show, the run returns one found: false row.

How do I get the seller's rating? Take sellerId from the row and run the Amazon Seller Scraper on it.

Do I need an Amazon account, cookies or an API key? No. Nothing to log into and nothing to configure.

🔗 Other Neuralverge Amazon Actors

The five Amazon Actors are built to hand work to each other — one endpoint each, one input per run:

Disclaimer

This Actor is not affiliated with, endorsed by, or in any way officially connected to Amazon.com, Inc. or any of its subsidiaries. "Amazon" and related marks are trademarks of their respective owners and are used here only to describe what this Actor reads. It collects publicly available information from public product pages. You are responsible for using the data lawfully, including under the terms of the source site and applicable data protection rules. Extraction is powered by the Neuralverge engine.