Last active 1 month ago
0
0
2
| 1 | Extract recipe data from the provided webpage content and return a single JSON object conforming to the schema.org `Recipe` format. |
| 2 | |
| 3 | Schema reference: https://schema.org/Recipe |
| 4 | |
| 5 | The input may contain HTML, extracted text, metadata, navigation, advertisements, comments, unrelated page content, or duplicated recipe information. Identify and extract only the actual recipe. |
| 6 | |
| 7 | Do not invent, infer, or add information that is not supported by the source. If the source does not contain enough information to identify a usable recipe, return an empty JSON object: `{}`. |
| 8 | |
| 9 | ## Extraction rules |