Epicurious Recipe Scraper avatar

Epicurious Recipe Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Epicurious Recipe Scraper

Epicurious Recipe Scraper

Scrape Epicurious.com - Condé Nast's premium recipe site. Search recipes, filter by cuisine/diet, or scrape specific recipe URLs. Returns ingredients, instructions, time, servings, and more.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape recipes from Epicurious.com — Condé Nast's award-winning recipe platform with thousands of tested recipes from Bon Appétit, Gourmet Magazine, and expert chefs.

Features

  • Search recipes by keyword with optional cuisine, diet, and meal type filters
  • Scrape specific URLs — provide a list of recipe URLs to scrape directly
  • Extracts full recipe data: title, ingredients, step-by-step instructions, timing, servings, author, dietary info, and tags
  • No authentication, cookies, or proxy required — works out of the box
  • Handles pagination automatically to collect maxItems recipes

Input

FieldTypeDescription
modeselectsearch (default) or byUrl
searchQuerystringKeyword to search (e.g. pasta carbonara)
cuisineselectCuisine filter (Italian, Mexican, Chinese, etc.)
dietselectDietary filter (Vegetarian, Vegan, Gluten-Free, etc.)
mealTypeselectMeal type (Breakfast, Dinner, Dessert, etc.)
minRatingintegerDrop recipes with a star rating (0-5) below this value
recipeUrlsarraySpecific Epicurious recipe URLs (for byUrl mode)
maxItemsintegerMaximum number of recipes to return (default: 10)

Output

Each dataset item represents one recipe:

FieldTypeDescription
titlestringRecipe name
urlstringEpicurious recipe page URL
descriptionstringRecipe headnote / description
authorstringRecipe author
imageUrlstringMain recipe image URL
ratingnumberAverage star rating (0-5), omitted for recipes with no ratings yet
reviewCountintegerNumber of ratings behind the score
totalTimestringTotal time (e.g. 45 min, 1 hr 30 min), omitted when the recipe doesn't publish it
cookTimestringCook time, omitted when the recipe doesn't publish it
servingsstringYield / serving size
ingredientsarrayList of ingredient strings
instructionsarrayStep-by-step instructions
cuisinearrayCuisine tags
mealTypearrayMeal type tags
dietarrayInferred dietary labels
tagsarrayAll recipe keywords/tags
publishedAtstringPublication date (YYYY-MM-DD)
updatedAtstringLast-updated date (YYYY-MM-DD), when the recipe has been revised
sourceUrlstringCanonical recipe URL
scrapedAtstringISO timestamp of when record was scraped
recordTypestringAlways "recipe"

Example Output

{
"title": "Chicken Caesar Pasta Salad",
"url": "https://www.epicurious.com/recipes/food/views/ba-syn-chicken-caesar-pasta-salad",
"description": "This pasta salad has all the best parts of a classic Caesar...",
"author": "Shilpa Uskokovic",
"imageUrl": "https://assets.epicurious.com/photos/...",
"totalTime": "45 min",
"servings": "4 servings",
"ingredients": ["1 lb short pasta", "2 chicken breasts", "..."],
"instructions": ["Cook pasta until al dente...", "..."],
"cuisine": ["american"],
"mealType": ["lunch", "dinner"],
"diet": ["Nut-Free"],
"tags": ["lunch", "dinner", "pasta", "chicken", "nut free"],
"publishedAt": "2026-06-22",
"sourceUrl": "https://www.epicurious.com/recipes/food/views/ba-syn-chicken-caesar-pasta-salad",
"scrapedAt": "2026-06-30T12:00:00+00:00",
"recordType": "recipe"
}

FAQs

Q: Does this scraper require an API key or login?
A: No. Epicurious recipe pages are publicly accessible.

Q: How many recipes can I scrape?
A: Set maxItems up to 500. The scraper paginates search results automatically.

Q: Can I filter by multiple criteria?
A: Yes — combine searchQuery, cuisine, diet, and mealType in a single run.

Q: What is the data source?
A: All data is scraped from epicurious.com, which hosts recipes from Bon Appétit, Gourmet, and independent contributors.

Q: What happened to AllRecipes Scraper?
A: AllRecipes.com (owned by Dotdash Meredith) blocks all datacenter IPs and requires residential proxy — incompatible with a zero-cost workflow. Epicurious offers equivalent or better recipe data and is freely accessible.