# New YouTube Shorts This Week

**Use case:** 

Retrieve YouTube Shorts uploaded this week. Get detailed metadata including titles, views, and upload dates.

## Input

```json
{
  "channels": [
    "MrBeast"
  ],
  "maxResultsShorts": 100,
  "oldestPostDate": "7",
  "sortChannelShortsBy": "NEWEST",
  "liteMode": false,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "uploadDate": {
    "label": "Upload date",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Shorts Data Scraper](https://apify.com/code-node-tools/yt-shorts-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/code-node-tools/yt-shorts-data-scraper) to learn more, explore other use cases, and run it yourself.