Recipe Extractor — Clean Structured Recipes avatar

Recipe Extractor — Clean Structured Recipes

Pricing

from $0.25 / 1,000 results

Go to Apify Store
Recipe Extractor — Clean Structured Recipes

Recipe Extractor — Clean Structured Recipes

Paste recipe URLs, get back just the recipe: ingredients, numbered steps, times, yield, nutrition, and rating as clean typed records. No ads, no popups, no 2,000-word childhood story before the ingredient list.

Pricing

from $0.25 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Paste recipe URLs, get back just the recipe: ingredients, numbered steps, times, yield, nutrition, and rating as clean typed records. No ads, no popups, no 2,000-word childhood story before the ingredient list.

Works on virtually every recipe site because it reads the schema.org Recipe markup sites embed for Google — the same structured data behind rich search results. Parsing, not scraping: fast, robust, and layout-change-proof.

Input

{
"urls": [
"https://www.allrecipes.com/recipe/23600/worlds-best-lasagna/",
"https://www.bbcgoodfood.com/recipes/classic-lasagne-0"
],
"includeNutrition": true
}

Output record

FieldDescription
name, description, author, imageRecipe identity
ingredients[]Clean ingredient lines
instructions[]Ordered step list (sections flattened)
prepTimeMinutes, cookTimeMinutes, totalTimeMinutesParsed from ISO durations
yield, category[], cuisine[], keywords[]Classification
nutritionPer-serving facts when published
rating{ value, count } when published

URLs without recipe markup return an error record instead of failing the run.

Use cases

  • Meal-planning & nutrition apps — ingest any recipe a user pastes.
  • Grocery list generators — ingredients arrive as clean lines ready for parsing.
  • Recipe collections — archive recipes as data, not bookmarks.
  • AI cooking assistants — feed an LLM structured recipes instead of raw pages (MCP-ready).