# Download YouTube Shorts thumbnails in HD

**Use case:** 

Download thumbnails from YouTube Shorts in the highest available quality. Perfect for analyzing trending Shorts cover images and competitor thumbnail styles.

## Input

```json
{
  "urls": [
    "https://www.youtube.com/shorts/example-short-id"
  ],
  "thumbnailQuality": "maxresdefault",
  "enableFallback": true,
  "saveToStore": true
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "thumbnailQuality": {
    "label": "Quality",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

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