Skip to main content
Retrieve all third-party seller offers listed for a given Amazon product. For each offer you get the price, delivery details, seller profile (name, rating, feedback count), and whether that offer currently holds the buybox. Results are paginated, allowing you to walk through large offer sets with the page parameter.

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 (e.g. B09XS7JWHH). Provide at least one of asin, url, or gtin.
string
A full Amazon product URL. Provide at least one of asin, url, or gtin.
string
A Global Trade Item Number (barcode). Provide at least one of asin, url, or gtin.
integer
default:"1"
Page number of results to return. Minimum value is 1.

Response

Paginated offers are returned under data.amazonProduct.offersPaginated.
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