# Scrape YouTube Search and Channel Data at Scale

**Use case:** 

Scrape YouTube videos, channels, and playlists with no API key: title, view count, duration, channel info, thumbnails, and Shorts flag. Run keyword searches at 

## Input

```json
{
  "queries": [
    "react tutorial"
  ],
  "maxResults": 10,
  "maxResultsPerQuery": 10,
  "searchType": "videos",
  "sort": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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