TheMealDB Scraper: Recipes by Name
Pricing
Pay per usage
Go to Apify Store

TheMealDB Scraper: Recipes by Name
Search meal recipes by name via the public TheMealDB API: ingredients, measures and instructions. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
Share
TheMealDB Scraper
Searches meal recipes by name via the public TheMealDB API. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
name | string | Required. Meal name to search for, e.g. pasta. |
Output
One row per matching meal: id, name, category, area (cuisine),
instructions, ingredients (an array of "measure ingredient" strings),
imageUrl.
Notes
- TheMealDB stores each ingredient/measure pair as separate numbered fields
(
strIngredient1/strMeasure1through 20, many blank); this Actor flattens the populated ones into one readable array. - A name with no matches throws — TheMealDB returns
"meals": nullfor that case rather than an HTTP error.