# Discover Popular Educational YouTube Playlists

**Use case:** 

Find comprehensive educational playlists related to specific subjects to curate learning resources or identify content gaps. Enhance e-learning initiatives and 

## Input

```json
{
  "searchQueries": [
    "python programming tutorial for beginners",
    "digital marketing course 2024",
    "machine learning concepts explained"
  ],
  "maxResults": 25,
  "sortBy": "view_count",
  "uploadDate": "",
  "type": "playlist",
  "duration": "",
  "features": [],
  "market": "US"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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