Skip to main content
The deals endpoint surfaces active Amazon deals — including lightning deals, limited-time offers, and promotional discounts — across all supported marketplaces. Each deal result includes the discount percentage, deal type, current and list prices, and timing metadata so you can display countdowns or highlight urgency in your UI.

Request

string
default:"US"
The Amazon marketplace to query. Supported values: US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP, PL. Defaults to US.
string
Comma-separated list of Amazon category IDs to filter deals by (e.g., "172282,16225009011"). Use the bestseller-categories endpoint to look up valid category IDs.
integer
Page number to retrieve. Combine with pageInfo.totalPages in the response to paginate through all available deals.
integer
Number of deal results to return per page.

Example request


Response

A successful response returns data.amazonDeals.productResults containing an array of deal products and pagination metadata.
object
Lightning deals have dealIsLightningDeal: true and include dealStartTime and dealEndTime in ISO 8601 format. Use these fields to display a live countdown timer or indicate urgency to your users.

Example response


Error handling

If the domain value is not one of the supported marketplace codes, or if pagination parameters are invalid, the API returns a 400 error. Ensure your API-KEY is included in every request.