GET /recipes/extract

spoonacular.com

Summary: Extract Recipe from Website
Operation ID: extractRecipeFromWebsite
Auth: unknown
Description

This endpoint lets you extract recipe data such as title, ingredients, and instructions from any properly formatted Website.

Parameters (5)

analyze (boolean, query, optional)

If true, the recipe will be analyzed and classified resolving in more data such as cuisines, dish types, and more.

forceExtraction (boolean, query, optional)

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.

includeNutrition (boolean, query, optional, default: False)

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.

includeTaste (boolean, query, optional, default: False)

Whether taste data should be added to correctly parsed ingredients.

url (string, query, required)

The URL of the recipe page.

No probe data for this endpoint yet.