Universal Recipe Data Scraper
Pricing
Pay per event
Go to Apify Store
Universal Recipe Data Scraper
Extract normalized ingredients, instructions, nutrition, ratings, images, and metadata from public recipe URLs using Schema.org Recipe JSON-LD.
Universal Recipe Data Scraper
Pricing
Pay per event
Extract normalized ingredients, instructions, nutrition, ratings, images, and metadata from public recipe URLs using Schema.org Recipe JSON-LD.
name
Optional
Recipe name.
description
Optional
Recipe summary.
datePublished
Optional
Source publication date.
dateModified
Optional
Source modification date.
prepTime
Optional
Schema.org/ISO 8601 preparation duration.
cookTime
Optional
Schema.org/ISO 8601 cooking duration.
totalTime
Optional
Schema.org/ISO 8601 total duration.
recipeYield
Optional
Serving or quantity text.
[ "8 servings"]recipeCategory
Optional
Recipe categories.
[ "Afternoon tea"]recipeCuisine
Optional
Cuisine labels.
[ "British"]keywords
Optional
Recipe keywords.
[ "scones", "baking"]ingredients
Optional
Ingredient lines in source order.
[ "350g self-raising flour", "175ml milk"]instructions
Optional
Ordered HowToStep and HowToSection objects.
[ { "type": "step", "name": null, "text": "Heat the oven.", "url": null }]nutrition
Optional
Normalized nutrition values with source units preserved.
{ "calories": "268 calories", "proteinContent": "6 grams"}aggregateRating
Optional
Numeric aggregate rating and count values.
{ "ratingValue": 4.8, "ratingCount": 154}images
Optional
Recipe images with dimensions when published.
videos
Optional
Recipe videos with source metadata when published.
sourceUrl
Optional
Original user-supplied URL.
fetchedUrl
Optional
Final URL after redirects.
canonicalUrl
Optional
Recipe or HTML canonical URL.
scrapedAt
Optional
UTC extraction timestamp.
rawJsonLd
Optional
Original Recipe JSON-LD when includeRawJsonLd is enabled.