# YouTube Channel Community Tab Monitor

**Use case:** 

Monitor public YouTube channel Community tabs by URL or handle and collect recent posts, polls, images, timestamps, and engagement counts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/@veritasium/posts"
    },
    {
      "url": "https://www.youtube.com/@mkbhd/community"
    }
  ],
  "maxItems": 40,
  "languageCode": "en",
  "countryCode": "US"
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "publishedTime": {
    "label": "Published",
    "format": "text"
  },
  "voteCount": {
    "label": "Votes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "attachmentType": {
    "label": "Attachment",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "pollOptions": {
    "label": "Poll options",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "channelId": {
    "label": "Channel ID",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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