VOOZH about

URL: https://apify.com/cloud9_ai/themealdb-scraper

โ‡ฑ TheMealDB Recipe Scraper - Extract Recipe Data ยท Apify


Pricing

from $1.50 / 1,000 results

Go to Apify Store

TheMealDB Recipe Scraper

Search and extract recipe data from TheMealDB. Get ingredients, instructions, categories, and meal images. No API key needed.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ cloud9

cloud9

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search and extract recipe data from TheMealDB. Get ingredients, instructions, categories, and meal images.

Features

Input Configuration

Modes

  1. search: /search.php?s={query}
  2. byCategory: /filter.php?c={category}
  3. random: /random.php

Example Input

{
"mode":"search",
"query":"example search",
"maxResults":20
}

Output

The actor stores results in the Apify dataset. Each item contains:

  • idMeal
  • strMeal
  • strCategory
  • strArea
  • strInstructions
  • strMealThumb
  • strTags
  • strYoutube
  • strIngredient1
  • strMeasure1

Usage Example

const input ={
"mode":"search",
"query":"example search",
"maxResults":20
};
const run =await ApifyClient.actor('themealdb-scraper').call(input);
const{ items }=await ApifyClient.dataset(run.defaultDatasetId).listItems();
console.log(items);

Limits

  • Maximum results per run: 100
  • Rate limiting: 1 request per second (default)

Support

For issues or questions, contact the developer or open an issue on GitHub.

License

Apache-2.0

You might also like

TheMealDB Recipe Scraper

crawlerbros/themealdb-recipe-scraper

Browse and search recipes from TheMealDB - filter by ingredient, category, or world cuisine area. Get full ingredients, instructions, and images. Free, no API key required.

TheMealDB Recipe Scraper

crawlerbros/themealdb-scraper

Scrape recipes from TheMealDB - search by name, filter by category, cuisine area or main ingredient, or look up by ID. Returns full recipe details with ingredients, measurements, instructions, thumbnail images, and YouTube links.

Taste Australia Recipe Scraper (TheMealDB)

crawlerbros/tasteaustralia-recipe-scraper

Scrape recipes from TheMealDB - search by name, filter by category, cuisine area or main ingredient, or look up by ID. Returns full recipe details with ingredients, measurements, instructions, thumbnail images, and YouTube links.

Recipe API - TheMealDB, AllRecipes Scraper & Spoonacular

alizarin_refrigerator-owner/recipe-api

Search and retrieve recipes from multiple sources: TheMealDB (free API), AllRecipes (scraper), and Spoonacular (BYOK). Get ingredients, instructions, nutrition info, meal planning, and more.