# Search by name TheMealDB Recipes

**Use case:** 

Extract TheMealDB Recipes data filtered by Search by name. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "search",
  "query": "Chicken"
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "area": {
    "label": "Cuisine",
    "format": "text"
  },
  "tagsText": {
    "label": "Tags",
    "format": "text"
  },
  "ingredientsText": {
    "label": "Ingredients",
    "format": "text"
  },
  "instructions": {
    "label": "Instructions",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "youtubeUrl": {
    "label": "Video",
    "format": "link"
  },
  "mealdbUrl": {
    "label": "MealDB",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TheMealDB Recipes Scraper](https://apify.com/parseforge/themealdb-recipes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/themealdb-recipes-scraper) to learn more, explore other use cases, and run it yourself.