# Extract the next new fixed price product for a category/keyword — eBay Botize method — `ebay.search_fixed_price_product_by_category` (trigger). Returns the next fixed price product in a search given an Category and/or a keyword. - You can select only the offers that are within a set minimum and maximum price. 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. - `category` *(string)* — Category Id or Ebay Category URL - `keywords` *(string)* — Search term or keyword - `affiliate_campaign_id` *(string)* — Affiliate Campaign Id - `affiliate_reference_id` *(string)* — Affiliate Reference Id - `marketplace_id` *(string, one of: "EBAY_US"; "EBAY_ENCA"; "EBAY_GB"; "EBAY_AU"; "EBAY_AT"; "EBAY_FRBE"; "EBAY_FR"; "EBAY_DE"; "EBAY_ES"; "EBAY_CH"; "EBAY_IT"; "EBAY_NLBE"; "EBAY_NL"; "EBAY_HK"; "EBAY_IN"; "EBAY_IE"; "EBAY_MY"; "EBAY_FRCA"; "EBAY_PH"; "EBAY_PL"; "EBAY_SG")* — Country - `min_price` *(string)* — Min. Price - `max_price` *(string)* — Max. Price - `cache_duration_hours` *(string, one of: "24"; "48"; "72"; "96"; "120"; "144"; "168")* — Do not repeat products during the following hours - `max_page` *(string, one of: ""; "1"; "2"; "3"; "4"; "5"; "10"; "15"; "20"; "25")* — Max pages 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. - `{{product_id}}` *(text)* — Product Id - `{{url}}` *(text)* — Product URL - `{{image_url}}` *(text)* — Image URL - `{{title}}` *(text)* — Title - `{{price}}` *(decimal)* — Current Price - `{{shipping_cost}}` *(decimal)* — Shipping cost - `{{original_price}}` *(decimal)* — Original Price - `{{savings_percentage}}` *(decimal)* — Saving Percentage - `{{savings_amount}}` *(decimal)* — Saving Amount ## Account Needs a connected eBay account in Botize: https://botize.com/en/app/ebay/authenticate ## This app Every trigger and action for eBay: https://botize.com/en/app/ebay.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/ebay/search_fixed_price_product_by_category