Amazon Product Scraper

$4.00 / 1,000 · Recently published - building its public record.

Run it on Apify → Free to try - runs bill per result on your own account.

What you give it

Every field is optional unless marked; sensible defaults do the rest.

FieldTypeWhat it doesDefault
keywords string What to search for, exactly as you would type it into Amazon's search box. usb cable
marketplace string Which Amazon site to search. Prices and availability differ per marketplace. de
minPrice integer Only products at or above this price, in the marketplace's currency. -
maxPrice integer Only products at or below this price, in the marketplace's currency. -
primeOnly boolean Only products available with Prime delivery. False
sortBy string How Amazon should order the results. -
skipSponsored boolean Leave out paid placements and keep only organic results. False
scrapeDetails boolean Open each product page for stock, feature bullets, category and Best Sellers Rank. A product page is about 25x the traffic of a search result, so this is charged as its own event and is off by default. False
maxItems integer Stop after this many products. 200

What you get back

One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.

FieldTypeMeaning
asin string Amazon's product id.
title string Product title as listed.
url string Canonical product URL, click tracking stripped.
marketplace string Which Amazon site the row came from.
price ['number', 'null'] Current price, in the currency named by the currency field.
currency ['string', 'null'] Currency of the price, as Amazon served it. Always the marketplace's own currency when the default proxy is used.
listPrice ['number', 'null'] Crossed-out reference price when shown.
discountPercent ['number', 'null'] Discount against the list price, when there is one.
rating ['number', 'null'] Average star rating out of 5.
reviewCount ['number', 'null'] How many ratings that average rests on.
imageUrl ['string', 'null'] Product thumbnail.
deliveryText ['string', 'null'] Delivery promise as displayed.
isSponsored boolean Paid placement flag.
isAmazonsChoice boolean Carries the Amazon's Choice badge.
isBestSeller boolean Carries the Best Seller badge.
availability ['string', 'null'] Stock message as displayed (scrapeDetails).
featureBullets array The bullet list from the product page (scrapeDetails).
category ['string', 'null'] Top breadcrumb category (scrapeDetails).
bestSellerRank ['number', 'null'] Best Sellers Rank within its category (scrapeDetails).
bestSellerCategory ['string', 'null'] The category that rank belongs to (scrapeDetails).

Health

Recently published - building its public record. Live record, failures included: status page.

Full documentation, examples and the AI-assistant prompt live on the store page.