Allrecipes Recipe Scraper avatar

Allrecipes Recipe Scraper

Pricing

$4.00 / 1,000 recipe scrapeds

Go to Apify Store
Allrecipes Recipe Scraper

Allrecipes Recipe Scraper

Pricing

$4.00 / 1,000 recipe scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape Allrecipes recipe pages and get fully structured recipe data — no login. Pass a search term to auto-discover recipes, or give exact URLs. Returns ingredients, step-by-step instructions, nutrition, prep/cook/total time, yield, rating and review count.

Input

FieldTypeDescription
urlsarrayDirect Allrecipes recipe page URLs
searchQuerystringOptional keyword to discover recipe URLs automatically, e.g. chicken soup
maxItemsintegerMax recipes to return (default 20, max 200)

Example:

{
"searchQuery": "easy meatloaf",
"maxItems": 10
}

Output

{
"name": "Easy Meatloaf",
"description": "This meatloaf recipe is a family favorite...",
"url": "https://www.allrecipes.com/recipe/16354/easy-meatloaf/",
"prepTime": "PT15M",
"cookTime": "PT1H",
"totalTime": "PT1H15M",
"recipeYield": "6",
"recipeIngredient": ["1 1/2 pounds ground beef", "1 cup milk", "..."],
"recipeInstructions": ["Preheat the oven to 350 degrees F...", "..."],
"ratingValue": 4.6,
"ratingCount": 3200,
"scrapedAt": "2026-07-28T00:00:00.000Z"
}

Common uses

  • Recipe database and meal-planning apps
  • Nutrition and ingredient research
  • Content aggregation for food blogs and newsletters
  • Competitive recipe/rating analysis

Notes

Data comes from Allrecipes' own schema.org Recipe markup, so it stays accurate as the site evolves its layout.