# Tech review competitor analysis on YouTube

**Use case:** 

Analyze top tech review videos on YouTube. Get titles, views, durations, and channel data to benchmark against competitors.

## Input

```json
{
  "query": "tech review",
  "maxResults": 100,
  "scrapeAllResults": false,
  "type": "video",
  "sortBy": "popularity",
  "duration": "3to20min",
  "features": {
    "360": false,
    "HD": false,
    "subtitles": false,
    "CCommons": false,
    "3D": false,
    "Live": false,
    "Purchased": false,
    "4K": false,
    "Location": false,
    "HDR": false,
    "VR180": false
  },
  "local": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "link"
  },
  "date": {
    "label": "Published",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "channelThumbnail": {
    "label": "Channel Thumbnail",
    "format": "link"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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