Find Cheapest Tool
find_cheapestFind the cheapest supplements by normalized price-per-unit within a category (and all its subcategories). This is the primary tool for "what is the cheapest X?" questions. Use list_categories first to pick a valid category_slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of products to return (1-50). | |
| market | No | Optional country market to query: nl. Defaults to the market of the requested domain. Any other value is rejected. | |
| category_slug | Yes | The category to search within, e.g. "whey-protein" or "creatine". Products in every subcategory are included, so a parent slug like "protein-powder" works too. Get valid slugs from list_categories. | |
| in_stock_only | No | When true, only return products currently in stock. |