# Chicken Recipe Database Builder from Tasty

**Use case:** 

Scrape detailed chicken recipes from Tasty. Get ingredients, instructions, prep times, and nutrition facts for 200 recipes across 10 pages.

## Input

```json
{
  "keyword": "chicken",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Recipe ID",
    "format": "text"
  },
  "name": {
    "label": "Recipe Name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "recipe_url": {
    "label": "URL",
    "format": "link"
  },
  "total_time_minutes": {
    "label": "Total Time (min)",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  }
}
```

## About this Actor

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