# Monitor media brand YouTube Community updates

**Use case:** 

Build a small public feed of Community announcements from news or media channels.

## Input

```json
{
  "channelUrls": [
    "@BBCNews",
    "@Vox"
  ],
  "maxPostsPerChannel": 5,
  "includeImages": true,
  "includePollOptions": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "publishedAtText": {
    "label": "Published",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "isPoll": {
    "label": "Poll",
    "format": "boolean"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "pollOptions": {
    "label": "Poll options",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Community Posts Scraper](https://apify.com/fetch_cat/youtube-community-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/youtube-community-posts-scraper) to learn more, explore other use cases, and run it yourself.