Skip to main content
Retrieve estimated unit sales volume for any Amazon product across three time horizons — weekly, monthly, and annual. These figures are ideal for market sizing, demand forecasting, competitive benchmarking, and identifying high-velocity SKUs. You can look up any product by ASIN, GTIN, or URL.
Sales estimates are statistical approximations, not exact figures. Use them as directional indicators for demand analysis.

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.

Response

Sales estimate data is returned under data.amazonProduct.salesEstimate.
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