# Search by name TheCocktailDB Drink Recipes

**Use case:** 

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

## Input

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

## Output

```json
{
  "thumbnail": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "alcoholic": {
    "label": "Type",
    "format": "text"
  },
  "glass": {
    "label": "Glass",
    "format": "text"
  },
  "iba": {
    "label": "IBA",
    "format": "text"
  },
  "ingredientsText": {
    "label": "Ingredients",
    "format": "text"
  },
  "instructions": {
    "label": "Instructions",
    "format": "text"
  },
  "cocktaildbUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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