suggest_affiliate_products
Generate a revenue-ranked affiliate product list from a recipe, sorted by estimated commission. Focus on equipment and ingredients to maximize affiliate earnings for blogs.
Instructions
Generate a revenue-ranked affiliate shopping list for a recipe, sorted by estimated commission potential. Equipment ranks highest (Amazon Associates ~10% commission). Returns items sorted by affiliate score with estimated price range and commission per item. Revenue estimates are algorithmic benchmarks — not live pricing data. Use this tool for ranked shopping lists and blog monetization strategy; use match_ingredients_to_products for ingredient-level product SKUs and substitutions. Accepts ingredient list or recipe_id from extract_recipe_ingredients. Example: recipe_name='Beef Bourguignon'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_name | Yes | Recipe name (e.g. 'Beef Bourguignon', 'Chocolate Chip Cookies') | |
| ingredients | No | Ingredient list. Provide this OR recipe_id. | |
| recipe_id | No | Recipe ID from a prior extraction — loads from cache. | |
| api_key | No | Optional API key for paid access beyond the free tier |