# Analyze Serious Eats Chicken Recipes Nutrition

**Use case:** 

Gather detailed data on chicken recipes from Serious Eats, focusing on nutritional information and cooking methods. This deep dive supports dieticians, food tec

## Input

```json
{
  "mode": "byTag",
  "recipeUrls": [
    "https://www.epicurious.com/recipes/food/views/banana-bread"
  ],
  "tagUrls": [
    "https://www.seriouseats.com/tags/chicken-recipes"
  ],
  "sitemapUrls": [],
  "maxTotalTimeMinutes": 120,
  "keywordIncludes": "chicken",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "platform": {
    "label": "Platform"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "totalTimeMinutes": {
    "label": "Total time minutes"
  },
  "recipeYield": {
    "label": "Recipe yield"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Recipe Scraper (Universal / schema.org)](https://apify.com/crawlerbros/recipe-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/recipe-scraper) to learn more, explore other use cases, and run it yourself.