Current Amazon deals with filters
dealsReturns active Amazon deals, filterable by category, brand, minimum star rating, price band, discount band, and Prime early access. Price: $0.01 per call. The bucket parameters are ordinal buckets, not literal prices or percentages. min_product_star_rating rejects 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Marketplace country code. | US |
| limit | No | How many deals to return from this page (0 = all of them). A full page is up to 48 rows and about 54 KB, which most clients spill to a file instead of showing inline. The answer carries _truncated with the true count when it trims. | |
| brands | No | Brand filter. | |
| fields | No | Comma-separated row fields to return instead of the light set, e.g. "asin,product_title,product_price". Rows list what they left out under _omitted_fields. | |
| offset | No | Pagination offset, non-negative. | |
| compact | No | Return light rows: identity, price, rating, badges and one delivery_date, dropping the long delivery prose that repeats itself across three fields. false returns every field the REST API sends (roughly 3x the size). | |
| categories | No | Category filter. | |
| price_range | No | Price band bucket 1-5, or ALL. | |
| discount_range | No | Discount band bucket 1-4, or ALL. | |
| prime_early_access | No | Restrict to Prime early access deals. | |
| min_product_star_rating | No | Minimum star rating. Only 1, 2, 3, 4 or ALL are accepted - 5 is rejected with 400. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deals | No | ||
| success | No | ||
| request_id | No | ||
| amazon_request_count | No |