# Kubernetes & DevOps Video Finder on YouTube

**Use case:** 

Locate top YouTube tutorial videos for Kubernetes and DevOps from the past year. Get a comprehensive list of the most viewed resources.

## Input

```json
{
  "searchQueries": [
    "kubernetes tutorial 2025",
    "docker kubernetes devops"
  ],
  "type": "video",
  "sortBy": "views",
  "uploadDate": "year",
  "duration": "any",
  "country": "US",
  "language": "en",
  "maxResultsPerQuery": 100,
  "maxResults": 0
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "channelTitle": {
    "label": "Channel",
    "format": "string"
  },
  "viewCount": {
    "label": "View count",
    "format": "integer"
  },
  "publishedTime": {
    "label": "Published",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  }
}
```

## About this Actor

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