Amazon Product & Buy Box Scraper
Pricing
from $4.00 / 1,000 products
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
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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: falserather 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
- Add your ASINs โ paste a list of ASINs or Amazon product URLs into the input.
- Set a limit โ
maxItemscaps how many products a run will scrape, so costs stay predictable. - 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}
| Field | Type | Description |
|---|---|---|
asins | array | ASINs or Amazon product URLs to scrape. Required. |
maxItems | integer | Maximum products per run. Default 50. |
proxyConfiguration | object | Proxy 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
| Field | Type | Description |
|---|---|---|
asin | string | The product's ASIN. |
url | string | Product page URL that was scraped. |
found | boolean | false when the ASIN no longer resolves to a live product. |
title | string | Product title. |
brand | string | Brand name. |
price | number | Current price as a number, in USD. |
currency | string | Currency code โ USD. |
priceText | string | Price exactly as displayed on the page. |
buyBoxSeller | string | Merchant currently winning the Buy Box. |
availability | string | Availability text, e.g. In Stock, Only 1 left in stock. |
inStock | boolean | Whether the product can be added to the cart. |
rating | number | Average star rating out of 5. |
reviewsCount | number | Total number of ratings. |
imageUrl | string | Main product image. |
scrapedAt | string | ISO timestamp of when the row was captured. |
๐ต Pricing
This Actor uses a pay-per-event model:
| Event | Price | When it fires |
|---|---|---|
| Product scraped | $0.004 | Once 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
maxItemsto 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! ๐