recipes
Extract Recipe from Website
This endpoint lets you extract recipe data such as title, ingredients, and instructions from any properly formatted Website.
get/recipes/extract
Query parameters
urlstring required
Example:https://foodista.com/recipe/ZHK4KPB6/chocolate-crinkle-cookies
The URL of the recipe page.
forceExtractionboolean
Example:true
If true, the extraction will be triggered whether we already know the recipe or not. Use this only if information is missing as this operation is slower.
analyzeboolean
If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.
includeNutritionboolean
Include nutrition data in the recipe information. Nutrition data is per serving. If you want the nutrition data for the entire recipe, just multiply by the number of servings.
includeTasteboolean
Whether taste data should be added to correctly parsed ingredients.
Response
Success