# Analyze Competitor YouTube Playlists & Video Strategy

**Use case:** 

Scrape all videos from competitor YouTube playlists to understand their content strategy, frequency, and audience engagement. Gain competitive intelligence to r

## Input

```json
{
  "playlistUrls": [
    "https://www.youtube.com/playlist?list=PL_J8lFjL_l8fA5R3j8hK2hK1hK9hK0h",
    "https://www.youtube.com/playlist?list=PL_J8lFjL_l8fB5R4j8hK3hK2hK1hK0h",
    "UCzQUP1qo9EaRmdS4rM3T3gQ"
  ],
  "maxVideos": 0,
  "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.