# Bulk Download YouTube Shorts Without Watermark

**Use case:** 

Download up to 10 YouTube Shorts in 1080p MP4 format. Get instant access to clean, watermark-free videos for repurposing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/shorts/Df5Y-2ndQyU"
    }
  ],
  "quality": "1080",
  "maxItems": 10,
  "searchTerms": []
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Short URL",
    "format": "link"
  },
  "filename": {
    "label": "File"
  },
  "sizeMB": {
    "label": "Size (MB)",
    "format": "number"
  },
  "url": {
    "label": "Download",
    "format": "link"
  },
  "deleteAfter": {
    "label": "Auto-delete in"
  },
  "expiresAt": {
    "label": "Expires at",
    "format": "date"
  }
}
```

## About this Actor

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