# Review unavailable entries in a public playlist

**Use case:** 

Capture public playlist rows and optionally include unavailable entries for audit or cleanup workflows when they appear in YouTube’s public response.

## Input

```json
{
  "playlists": [
    "https://www.youtube.com/playlist?list=PL590L5WQmH8fJ54F369BLDSqIwcs-TCfs"
  ],
  "maxResults": 25,
  "includeUnavailable": true
}
```

## Output

```json
{
  "playlistTitle": {
    "label": "Playlist title",
    "format": "string"
  },
  "position": {
    "label": "Playlist position",
    "format": "integer"
  },
  "title": {
    "label": "Video title",
    "format": "string"
  },
  "channelName": {
    "label": "Channel name",
    "format": "string"
  },
  "durationText": {
    "label": "Duration",
    "format": "string"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "isPlayable": {
    "label": "Playable",
    "format": "boolean"
  },
  "source": {
    "label": "Extraction source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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