spoonacular.recipes.search
Search recipes by ingredients, dietary needs, cuisine, meal type, and prep time with nutrition data included for each result.
Instructions
Search 365K+ recipes with dietary filters (vegan, keto, gluten-free), cuisine, meal type, and max prep time — includes nutrition data per result (Spoonacular)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for recipes (e.g. "pasta", "chicken soup") | |
| cuisine | No | Cuisine filter — comma-separated (e.g. "italian", "mexican,chinese") | |
| diet | No | Diet filter: gluten free, ketogenic, vegetarian, lacto-vegetarian, ovo-vegetarian, vegan, pescetarian, paleo, primal, whole30 | |
| intolerances | No | Intolerances filter — comma-separated (e.g. "dairy,gluten,peanut,shellfish") | |
| type | No | Meal type: main course, side dish, dessert, appetizer, salad, bread, breakfast, soup, beverage, sauce, marinade, fingerfood, snack, drink | |
| max_ready_time | No | Maximum preparation time in minutes | |
| number | No | Number of results to return (default 10, max 100) | |
| offset | No | Offset for pagination (default 0) |