# Youtube Thumbnail Downloader Pro 2026

**Use case:** 

The fastest YouTube Thumbnail Downloader Pro for 2026. Instantly bulk scrape high-quality images and video metadata from entire channels with zero compute cost.

## Input

```json
{
  "urls": [
    "https://youtube.com/@OpenAI"
  ],
  "extractMetadata": true,
  "saveImages": false
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Video Title",
    "format": "text"
  },
  "authorName": {
    "label": "Channel",
    "format": "text"
  },
  "maxresdefault": {
    "label": "Max Res Thumbnail",
    "format": "link"
  },
  "hqdefault": {
    "label": "HQ Thumbnail",
    "format": "link"
  }
}
```

## About this Actor

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