# Monitor Shorts Playlist Membership

**Use case:** 

Use this ready-to-run task to monitor Shorts Playlist Membership from a public YouTube playlist with video positions and visible metadata for cataloging or...

## Input

```json
{
  "playlistUrls": [
    "https://www.youtube.com/playlist?list=PLrEnWoR732-DZV1Jc8bUpVTF_HTPbywpE"
  ],
  "maxVideosPerPlaylist": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "playlistTitle": {
    "label": "Playlist",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Video title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "viewCountText": {
    "label": "Views",
    "format": "text"
  },
  "publishedAtText": {
    "label": "Published",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "playlistUrl": {
    "label": "Playlist URL",
    "format": "link"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "playlistId": {
    "label": "Playlist ID",
    "format": "text"
  },
  "playlistOwner": {
    "label": "Playlist owner",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "descriptionSnippet": {
    "label": "Description snippet",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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