Recipe & Meal Intelligence avatar

Recipe & Meal Intelligence

Pricing

$5.00 / 1,000 results

Go to Apify Store
Recipe & Meal Intelligence

Recipe & Meal Intelligence

Search and extract recipe data from a database of 300+ meals. Get ingredients, cooking instructions, nutritional categories, and meal photos. Filter by cuisine (Italian, Mexican, Chinese, Indian), category (beef, chicken, seafood, vegetarian, dessert), or ingredient.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

ben

ben

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

2 days ago

Last modified

Share

Recipe & Meal Intelligence — Recipe Database API

Search and extract recipes from a database of 300+ meals — ingredients, cooking instructions, nutritional categories, and meal photos. Filter by cuisine, category, or ingredient.

Built for recipe apps, meal-planning tools, food bloggers, nutrition platforms, and AI cooking assistants.

What you get

  • Complete recipe data — name, ingredients with measures, step-by-step instructions, category, cuisine, photo, source, tags
  • Multiple search modes — by name, ingredient, category, cuisine, or random
  • Cuisine filters — Italian, Mexican, Chinese, Indian, and more
  • Category filters — beef, chicken, dessert, lamb, vegetarian, etc.
  • Pre-built dataset Overview in Apify Console for instant inspection

Why this actor (vs. alternatives)

Paid recipe APIBuild your ownThis actor
CostMonthly subscriptionFree but you maintain itPay-per-result
Search modesLimited tiersManual5 modes built-in
Structured ingredientsSometimesManual parsingClean ingredient+measure pairs
PhotosPremium tierManualIncluded

Input

FieldTypeDescription
searchTypeenumname, ingredient, category, area, random
searchQuerystringSearch term (e.g., "chicken", "pasta")
categoryenumFilter: Beef, Chicken, Dessert, Lamb, Miscellaneous, etc.
areaenumCuisine: American, British, Chinese, Italian, etc.
maxResultsintMaximum recipes to return (default 50)

Example Input

{
"searchType": "category",
"category": "Dessert",
"maxResults": 50
}

Output (sample)

{
"meal_id": "52772",
"name": "Teriyaki Chicken Casserole",
"category": "Chicken",
"area": "Japanese",
"instructions": "Preheat oven to 350°F. In a small bowl...",
"ingredients": [
{"ingredient": "soy sauce", "measure": "3/4 cup"},
{"ingredient": "water", "measure": "1/2 cup"}
],
"thumbnail": "https://www.themealdb.com/images/media/meals/...",
"tags": ["Meat", "Casserole"],
"youtube_url": "https://www.youtube.com/watch?v=...",
"source_url": "https://...",
"scraped_at": "2026-05-28T14:00:00+00:00"
}

Use cases

  • Recipe / cooking apps — populate your catalog with structured recipes
  • Meal-planning tools — generate weekly menus by cuisine + category
  • AI cooking assistants — ground LLM responses in real recipe data
  • Food bloggers — source recipe ideas and structured ingredient lists
  • Nutrition platforms — feed meal data into diet-tracking tools
  • Grocery / shopping apps — auto-build shopping lists from recipe ingredients

Pricing

Pay-Per-Event:

  • $0.005 per recipe
  • $0.00005 actor-start fee

Example runs

Use caseRecipesCost
Single category fetch50$0.25
Multi-cuisine catalog200$1.00
Full recipe dataset300$1.50

Tips

  • Use searchType: "ingredient" to find recipes built around a specific ingredient
  • Use searchType: "random" for inspiration / discovery features
  • Combine category + area to narrow to a specific cuisine + dish type
  • The structured ingredients array (ingredient + measure) is ideal for shopping-list generation

FAQ

Q: How many recipes are in the database?
A: 300+ curated meals with full ingredients, instructions, and photos.

Q: Are ingredients structured or just plain text?
A: Structured — each ingredient is paired with its measure for easy parsing.

Q: Is there a video link?
A: Many recipes include a YouTube tutorial URL.

Q: Can I search by cuisine?
A: Yes — set searchType: "area" or use the area filter (Italian, Chinese, etc.).

This actor retrieves recipe data from publicly available recipe databases. You remain responsible for compliant downstream use and respecting source attribution where required.

Support & feature requests

Open an issue on the Actor page or contact via Apify Console messaging. Custom features welcome.