# Analyze Competitor YouTube Video Engagement

**Use case:** 

Gain insights into your competitors' top-performing YouTube content and audience sentiment. This helps you identify successful content strategies and engagement

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=LXb3EKWsInQ",
    "https://www.youtube.com/watch?v=Nn_7uT2B9R8",
    "https://www.youtube.com/watch?v=GkP2jF29N8g"
  ],
  "maxComments": 100,
  "includeChapters": true,
  "includeEndscreen": true,
  "includeCards": false,
  "includeTranscriptMetadata": true,
  "includeRelatedVideos": 0,
  "proxyCountry": "US"
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "playabilityStatus": {
    "label": "Playability",
    "format": "text"
  },
  "isPlayable": {
    "label": "Playable",
    "format": "boolean"
  },
  "isAgeGated": {
    "label": "Age Gated",
    "format": "boolean"
  },
  "commentsDisabled": {
    "label": "Comments Disabled",
    "format": "boolean"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  }
}
```

## About this Actor

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