# Get the next new product deal in a category — Amazon Deals Botize method — `amazon_lightning.search_category_deals` (trigger). Returns the next product deal from an Amazon URL. - Only Amazon deal URLs are valid. - Compatible with all countries. - Returns the deal price, current price and the discount percentage applied. - You can specify your affiliate tag to include it in the URLs of each offer. - Up to 30 new offers are added every 30 minutes that the automatic task can work with. - This automation requires that you are subscribed to any of the Botize plans This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `url` *(string)* — Deals Amazon URL - `cache_duration_hours` *(string, one of: "24" = 24 Hours; "48" = 2 Days; "72" = 3 Days; "96" = 4 Days; "120" = 5 Days; "144" = 6 Days; "168" = 7 Days)* — Do not repeat products during the following hours - `hours_since_found` *(string, one of: "48" = Last 48 Hours; "36" = Last 36 Hours; "24" = Last 24 Hours; "18" = Last 18 Hours; "12" = Last 12 Hours; "10" = Last 10 Hours; "9" = Last 9 Hours; "8" = Last 8 Hours; "7" = Last 7 Hours; "6" = Last 6 Hours; "5" = Last 5 Hours; "4" = Last 4 Hours; "3" = Last 3 Hours; "2" = Last 2 Hours; "1" = Last hour)* — Only offers found during - `tag` *(string)* — Affiliate tag to include in urls - `min_percent_off` *(string)* — Minimum percent off - `min_deal_price` *(string)* — Minimum deal price - `max_deal_price` *(string)* — Maximum deal price It also accepts repeatable field groups, with these prefixes: `filter_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{asin}}` *(text)* — ASIN - `{{url}}` *(text)* — Product URL - `{{image_url}}` *(text)* — Image URL - `{{title}}` *(text)* — Title - `{{currency}}` *(text)* — Price:Currency - `{{deal_price}}` *(decimal)* — Deal Price - `{{percent_off}}` *(decimal)* — Percent Off - `{{current_price}}` *(decimal)* — Current Price - `{{deal_end_at}}` *(date)* — Deal end date - `{{coupon_percent_off}}` *(decimal)* — Coupon Savings Percentage - `{{coupon_amount}}` *(decimal)* — Coupon Savings amount ## This app Every trigger and action for Amazon Deals: https://botize.com/en/app/amazon_lightning.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/amazon_lightning/search_category_deals