Amazon Product & Buy Box Scraper avatar

Amazon Product & Buy Box Scraper

Pricing

from $4.00 / 1,000 products

Go to Apify Store
Amazon Product & Buy Box Scraper

Amazon Product & Buy Box Scraper

The Amazon Product & Buy Box Scraper extracts product data by ASIN from Amazon.com, capturing titles, brands, USD prices, availability, star ratings, review counts, images, and the current Buy Box seller โ€” ideal for competitor monitoring, price tracking, and Buy Box analysis.

Pricing

from $4.00 / 1,000 products

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐Ÿš€ Amazon Product & Buy Box Scraper

Extract Amazon product data by ASIN โ€” including who currently owns the Buy Box. The Amazon Product & Buy Box Scraper turns a list of ASINs into clean, structured rows with price, availability, ratings and the winning seller, so you can track competitors, monitor your own listings, and feed pricing models on a schedule.

Prices always come back in USD, no matter where the run happens. Most Amazon scrapers quietly hand you PLN, MXN or NZD when they happen to route through a foreign IP โ€” this one doesn't.

โœจ Features

  • ๐Ÿ† Buy Box seller โ€” see exactly which merchant is winning the Buy Box on every ASIN, cleaned and deduplicated.
  • ๐Ÿ’ต Always-USD pricing โ€” locale is pinned to the US marketplace, so prices and currency are consistent across every run.
  • ๐Ÿท๏ธ Full product detail โ€” title, brand, price, availability, in-stock flag, star rating, review count and main image.
  • ๐Ÿ”— ASINs or URLs โ€” paste bare ASINs (B01N5IB20Q) or full Amazon product URLs. Both work, mixed in the same list.
  • โœ… Honest results โ€” a discontinued ASIN is reported as found: false rather than being silently dropped or counted as an error.
  • ๐Ÿ’ฐ Pay only for products โ€” no start-up fee, no charge for dead ASINs. You pay per product actually scraped.
  • โฑ๏ธ Built for monitoring โ€” fast enough to re-run a watchlist every day on a schedule.

๐Ÿ› ๏ธ How It Works

  1. Add your ASINs โ€“ paste a list of ASINs or Amazon product URLs into the input.
  2. Set a limit โ€“ maxItems caps how many products a run will scrape, so costs stay predictable.
  3. Run the scraper โ€“ results stream into your dataset, ready to export as JSON, CSV, Excel or HTML, or to pull straight from the API.

๐Ÿ“ฅ Input

{
"asins": ["B01N5IB20Q", "B0863TXGM3", "B08J65DST5"],
"maxItems": 50
}
FieldTypeDescription
asinsarrayASINs or Amazon product URLs to scrape. Required.
maxItemsintegerMaximum products per run. Default 50.
proxyConfigurationobjectProxy settings. The defaults are recommended.

๐Ÿ“Š Sample Output Data

[
{
"asin": "B01N5IB20Q",
"url": "https://www.amazon.com/dp/B01N5IB20Q?th=1&psc=1&language=en_US",
"found": true,
"title": "Kingston 240GB A400 SATA 3 2.5\" Internal SSD SA400S37/240G - HDD Replacement for Increase Performance",
"brand": "Kingston",
"price": 74.71,
"currency": "USD",
"priceText": "$74.71",
"buyBoxSeller": "Terashack",
"availability": "In Stock",
"inStock": true,
"rating": 4.8,
"reviewsCount": 205361,
"imageUrl": "https://m.media-amazon.com/images/I/81+9rUcRVTL._AC_SY300_SX300_QL70_FMwebp_.jpg",
"scrapedAt": "2026-08-15T14:53:53.100Z"
},
{
"asin": "B0863TXGM3",
"url": "https://www.amazon.com/dp/B0863TXGM3?th=1&psc=1&language=en_US",
"found": true,
"title": "Sony WH-1000XM4 Wireless Premium Noise Canceling Overhead Headphones",
"brand": "Sony",
"price": 223.88,
"currency": "USD",
"priceText": "$223.88",
"buyBoxSeller": "Magno Universal LLC",
"availability": "In stock",
"inStock": true,
"rating": 4.6,
"reviewsCount": 62629,
"imageUrl": "https://m.media-amazon.com/images/I/61oqO1AMbdL._AC_SY300_SX300_QL70_FMwebp_.jpg",
"scrapedAt": "2026-08-15T14:53:58.377Z"
}
]

๐Ÿ“‹ Output Fields

FieldTypeDescription
asinstringThe product's ASIN.
urlstringProduct page URL that was scraped.
foundbooleanfalse when the ASIN no longer resolves to a live product.
titlestringProduct title.
brandstringBrand name.
pricenumberCurrent price as a number, in USD.
currencystringCurrency code โ€” USD.
priceTextstringPrice exactly as displayed on the page.
buyBoxSellerstringMerchant currently winning the Buy Box.
availabilitystringAvailability text, e.g. In Stock, Only 1 left in stock.
inStockbooleanWhether the product can be added to the cart.
ratingnumberAverage star rating out of 5.
reviewsCountnumberTotal number of ratings.
imageUrlstringMain product image.
scrapedAtstringISO timestamp of when the row was captured.

๐Ÿ’ต Pricing

This Actor uses a pay-per-event model:

EventPriceWhen it fires
Product scraped$0.004Once per product successfully returned.

There is no start-up fee, and ASINs that turn out to be dead are not charged. Scraping 1,000 products costs $4.00. A daily watchlist of 500 ASINs runs about $60/month.

Use maxItems to put a hard ceiling on any single run.

๐Ÿ’ก Tips

  • Deduplicate your input. Repeated ASINs are collapsed automatically, so you are never charged twice for the same product in a run.
  • Schedule it. Buy Box ownership changes throughout the day โ€” a daily or hourly schedule turns this into a competitor-monitoring feed.
  • Watch buyBoxSeller. When it changes on your own ASIN, you have been out-competed on the Buy Box. That transition is the single most actionable signal here.
  • Batch sensibly. Large lists work fine; set maxItems to match the budget you want to spend on that run.

โ“ FAQ

Which Amazon marketplace does this cover? The US marketplace (amazon.com), with prices normalized to USD.

Does it return every seller offering the product? No โ€” it returns the Buy Box seller, which is the offer Amazon actually shows to shoppers and the one that captures the overwhelming majority of sales. The full competing-offer list is not part of this Actor.

Are prices ZIP-code specific? No. Prices are the US national default, not tied to a delivery address.

What happens with an invalid or discontinued ASIN? You get a row with found: false so you can tell it apart from a genuine failure โ€” and you are not charged for it.

Is scraping Amazon legal? Scraping publicly available data is generally legal, but you are responsible for how you use the data and for complying with applicable laws and terms. This Actor collects only public product information โ€” no personal data.

๐Ÿ› Support

Found a problem or need a field that isn't here? Open an issue on the Actor's Issues tab and it will be looked at.

Start tracking the Amazon Buy Box with Amazon Product & Buy Box Scraper today! ๐Ÿš€