# Monitor YouTube Channel Series & Content Releases

**Use case:** 

Track specific YouTube series or content themes by scraping their dedicated playlists to monitor new video releases and content updates. Stay informed about the

## Input

```json
{
  "playlistUrls": [
    "https://www.youtube.com/playlist?list=PLsX_l8fF_l8fA6R3j8hK2hK1hK9hK0h",
    "PLsX_l8fF_l8fB7R4j8hK3hK2hK1hK0h"
  ],
  "maxVideos": 50,
  "includeUnavailableVideos": false,
  "market": "US"
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "videoChannelName": {
    "label": "Channel",
    "format": "text"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "playlistTitle": {
    "label": "Playlist",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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