# Collect Tasty Quick Dessert Recipes for Social Content

**Use case:** 

Extract quick and easy dessert recipes from Tasty to generate engaging content for social media and video platforms. This enables content creators and marketers

## Input

```json
{
  "mode": "byTag",
  "recipeUrls": [
    "https://www.epicurious.com/recipes/food/views/banana-bread"
  ],
  "tagUrls": [
    "https://tasty.co/tags/dessert",
    "https://tasty.co/tags/quick-and-easy"
  ],
  "sitemapUrls": [],
  "minRating": 400,
  "maxTotalTimeMinutes": 30,
  "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.