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 returnsdata.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 thedomain 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.

