# Monitor BBC Good Food New Recipe Releases Daily

**Use case:** 

Automatically scrape newly published recipes from BBC Good Food's sitemap to stay updated on the latest culinary trends and competitor content. This is crucial 

## Input

```json
{
  "mode": "bySitemap",
  "recipeUrls": [
    "https://www.epicurious.com/recipes/food/views/banana-bread"
  ],
  "tagUrls": [],
  "sitemapUrls": [
    "https://www.bbcgoodfood.com/sitemap.xml"
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 50
}
```

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