# Curate Educational YouTube Playlists for Learning Platforms

**Use case:** 

Extract comprehensive video listings from educational YouTube playlists to curate resources for e-learning platforms or internal training. Easily organize and p

## Input

```json
{
  "playlistUrls": [
    "https://www.youtube.com/playlist?list=PLZTgU9X7-n92h0_P4Z2X2G1X3X4X5X6X",
    "PLZTgU9X7-n93g0_Q5Z3X3G2X4X5X6X",
    "https://www.youtube.com/playlist?list=PLZTgU9X7-n94i0_R6Z4X4G3X5X6X7X"
  ],
  "maxVideos": 100,
  "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.