TheMealDB Scraper: Recipes by Name avatar

TheMealDB Scraper: Recipes by Name

Pricing

Pay per usage

Go to Apify Store
TheMealDB Scraper: Recipes by Name

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

Naimur Hasan

Maintained by Community

Actor 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

FieldTypeNotes
namestringRequired. 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/strMeasure1 through 20, many blank); this Actor flattens the populated ones into one readable array.
  • A name with no matches throws — TheMealDB returns "meals": null for that case rather than an HTTP error.