Foodcom Recipe Scraper avatar

Foodcom Recipe Scraper

Pricing

$4.00 / 1,000 recipe scrapeds

Go to Apify Store
Foodcom Recipe Scraper

Foodcom 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

25 days ago

Last modified

Categories

Share

Food.com Recipe Scraper

Scrape Food.com recipe pages and get fully structured recipe data — no login. Returns ingredients, step-by-step instructions, prep/cook/total time, category, keywords, author, and rating.

Input

FieldTypeDescription
urlsarrayFood.com recipe page URLs to scrape
maxItemsintegerMax recipes to return (default 20, max 200)

Example:

{
"urls": ["https://www.food.com/recipe/toll-house-butterscotch-chip-cookies-16110"]
}

Output

{
"name": "Toll House Butterscotch Chip Cookies",
"description": "These are my absolute favorite cookie...",
"url": "https://www.food.com/recipe/toll-house-butterscotch-chip-cookies-16110",
"author": "Miss Erin C.",
"prepTime": "PT15M",
"cookTime": "PT20M",
"totalTime": "PT35M",
"recipeCategory": "Drop Cookies",
"recipeIngredient": ["2 1/4 cups flour", "..."],
"recipeInstructions": ["...", "..."],
"ratingValue": 4.8,
"ratingCount": 120,
"scrapedAt": "2026-07-28T00:00:00.000Z"
}

Common uses

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

Notes

Data comes from Food.com's own schema.org Recipe markup, so it stays accurate as the site evolves its layout. Pair with Allrecipes Recipe Scraper for cross-site recipe coverage.