Skip to main content
GET
Get Offers

Path Parameters

string
required
The ASIN of the product to list offers for.

Query Parameters

string
default:"com"
Amazon marketplace TLD or code where the product is listed.Examples: com, co.uk, de
string
Delivery postal/zip code for localized offers and delivery estimates.
integer
default:"1"
Offer page. Amazon lists 10 seller offers per page; page 1 also carries the Buy Box offer. Compare total_offers with the number of offers returned to know whether more pages exist.

Response

string
The ASIN the offers belong to.
string
Marketplace domain.
object
The Buy Box offer (page 1 only). Same shape as an offer; also the first entry of offers.
integer
Amazon’s total offer count across all pages, including the Buy Box offer. Larger than the number of offers returned when more pages exist; null on pages after the first.
array
Array of seller offers, ordered with the Buy Box winner first.

Example Response

Each offers request costs 8 credits. Single-seller products return an empty offers array. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

asin
string
required

The ASIN of the product to list offers for.

Query Parameters

domain
string
default:com

Amazon marketplace TLD or code (com, co.uk, de, ...).

zip
string

Delivery postal/zip code for localized offers and delivery estimates.

page
integer
default:1

Offer page. Amazon lists 10 seller offers per page; page 1 also carries the Buy Box offer. Use total_offers to know how many pages exist.

Required range: x >= 1

Response

200 - application/json

Offer listing

asin
string
domain
string
buybox
object | null

The Buy Box offer (page 1 only); also included as the first entry of offers.

offers
object[]
total_offers
integer | null

Amazon's total offer count across all pages, including the Buy Box offer. Can exceed the length of offers when more pages exist; null on pages after the first.