TheMealDB Recipe Finder (Free)
Pricing
Pay per usage
TheMealDB Recipe Finder (Free)
Search recipes by name, ingredient, category or country from the free TheMealDB. Parsed ingredient lists, instructions, images, YouTube links. No API key. Clean JSON for food apps.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
D N
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
What it does. Search thousands of recipes from the open TheMealDB database and get clean, structured JSON: recipe name, category, area/country, full instructions, a parsed ingredient + measure list, image, tags, YouTube link and source. Search by meal name, main ingredient, category, or country. No API key. Perfect for building recipe apps, meal planners, food datasets, or chatbots (recettes de cuisine, ingrédients). You only pay your Apify platform usage.
Input
| Field | Type | Description |
|---|---|---|
searchType | string | name, ingredient, category, or area. |
queries | array of strings | Terms to search, interpreted per searchType. |
maxResults | integer | Max recipes per query (default 10). |
hydrate | boolean | For ingredient/category/area, fetch full details per match (default true). |
Output (example)
{"status": "found","query": "Arrabiata","name": "Spicy Arrabiata Penne","category": "Vegetarian","area": "Italian","ingredientCount": 12,"ingredients": [ { "ingredient": "penne rigate", "measure": "1 pound" } ],"instructions": "Bring a large pot of water to a boil...","thumbnail": "https://www.themealdb.com/images/media/meals/....jpg","youtube": "https://www.youtube.com/watch?v=..."}
Each result carries a status: found, not_found, or error. The actor never crashes on an unknown term.
Use cases
- Build a recipe app, meal planner or "what's for dinner" bot.
- Create a food/recipe dataset with structured ingredients.
- Find recipes by an ingredient you have on hand.
- Enrich a menu with images and cooking instructions.
Limitations & fair use
Data from TheMealDB (community, free tier / test key). Coverage is broad but not exhaustive. Ingredient/category/area searches return a lite list that the actor optionally hydrates to full detail. Polite delays are applied between requests.
More actors by this developer
See other free, no-key data actors on the developer profile.