Searches an Amazon marketplace for a keyword and delivers the result cards: ASIN, title, brand, current and list price, star rating, review count, sponsored flag, image and the clean /dp/ URL. Reads the server-rendered page on the TLS tier — no browser — and retries on a fresh exit when Amazon fronts the request with its bot-check interstitial.
$0.001 per delivered product, up to 200 products per run. Nothing delivered means nothing charged.
Inputs
query (string, required) — What to search on Amazon, e.g. "running shoes".
country (string) — ISO 3166-1 alpha-2 code — picks the local site AND the proxy exit (default us).
max_results (integer) — How many products to deliver at most (1–200). You pay only for delivered products.
What one product looks like
rank (integer) — 1-based position across pages.
page (integer) — Search page the row came from.
asin (string) — Amazon product id.
title (string, nullable) — Product title.
brand (string, nullable) — Brand line when the layout shows one.
price (string, nullable) — Current price as shown.
price_value (number, nullable) — Numeric current price.
list_price (string, nullable) — Struck-through list price when discounted.
Searches an Amazon marketplace for a keyword and delivers the result cards: ASIN, title, brand, current and list price, star rating, review count, sponsored flag, image and the clean /dp/ URL. Reads the server-rendered page on the TLS tier — no browser — and retries on a fresh exit when Amazon fronts the request with its bot-check interstitial. Each row carries 14 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: query are required. One run returns up to 200 products.
How much does the Amazon search API cost?
$0.001 per delivered product. A run that delivers nothing is not billed, and the
monthly free credit covers about 1,000 products here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.