# Scrape Epicurious Vegan Recipes for Content Research

**Use case:** 

Extract comprehensive data for all vegan recipes on Epicurious to identify popular dishes and ingredient trends. This data supports content creation, recipe dev

## Input

```json
{
  "mode": "byTag",
  "recipeUrls": [
    "https://www.epicurious.com/recipes/food/views/banana-bread"
  ],
  "tagUrls": [
    "https://www.epicurious.com/recipes/vegan"
  ],
  "sitemapUrls": [],
  "minRating": 400,
  "minRatingCount": 50,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 200
}
```

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