# Monitor Google Cloud YouTube videos

**Use case:** 

Track recent Google Cloud public YouTube uploads for cloud product education and release monitoring.

## Input

```json
{
  "channelUrlsOrIds": [
    "https://www.youtube.com/@googlecloud"
  ],
  "maxVideosPerChannel": 10,
  "includeShorts": false
}
```

## Output

```json
{
  "channelId": {
    "label": "Channel ID",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "isShort": {
    "label": "Short",
    "format": "boolean"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source input",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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