Best offer under budget
best_offer_under_budgetFind the best product offers within a specified budget limit by searching with a maximum price constraint.
Instructions
Find the best offer for a product query with a maximum price ceiling. Use when the user gives a budget, 'under $X', 'below …', or 'no more than …'. Pass max_price in the same numeric unit the deployed API expects for that field (see API docs). Do not use for open-ended comparison without a cap—use price_search or best_offer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product or deal to find within the budget. | |
| max_price | Yes | Strict upper bound on price, using the same numeric scale as the API's pricing fields for your environment (see /api/v1/meta or site docs). |