# Extract NYT Cooking High-Rated Dinner Recipes

**Use case:** 

Collect highly-rated dinner recipes from NYT Cooking to understand popular dinner ideas and user preferences. This intelligence helps meal kit companies and foo

## Input

```json
{
  "mode": "byUrls",
  "recipeUrls": [
    "https://cooking.nytimes.com/search?q=dinner"
  ],
  "tagUrls": [],
  "sitemapUrls": [],
  "minRating": 450,
  "minRatingCount": 100,
  "maxTotalTimeMinutes": 90,
  "keywordIncludes": "dinner",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 150
}
```

## 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.