Allrecipes Recipe Scraper
Pricing
$4.00 / 1,000 recipe scrapeds
Go to Apify Store
Allrecipes Recipe Scraper
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
| Field | Type | Description |
|---|---|---|
urls | array | Direct Allrecipes recipe page URLs |
searchQuery | string | Optional keyword to discover recipe URLs automatically, e.g. chicken soup |
maxItems | integer | Max 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.