Skip to main content
Fetch complete product data for any Amazon listing. You can look up a product by its ASIN, a full Amazon product URL, or a GTIN barcode. The response includes pricing, images, ratings, feature bullets, technical specifications, category breadcrumbs, and the active seller — everything you need to build rich product displays or power downstream analytics.

Request

Query Parameters

string
default:"US"
The Amazon marketplace to query. Accepted values: US UK CA DE FR IT ES AU IN MX BR JP PL. Defaults to US when omitted.
string
The Amazon Standard Identification Number — a 10-character alphanumeric identifier (e.g. B08N5WRWNW). Provide at least one of asin, url, or gtin.
string
A full Amazon product URL (e.g. https://www.amazon.com/dp/B08N5WRWNW). Provide at least one of asin, url, or gtin.
string
A Global Trade Item Number (barcode), such as a UPC or EAN. Provide at least one of asin, url, or gtin.

Response

The product details are nested under data.amazonProduct.
object

Example Response

Error Handling

All errors follow a consistent envelope. The HTTP status code mirrors the code field inside the errors array.

curl Example