# Gaming Shorts: What's Getting Views This Week

**Use case:** 

Find out which gamer moments and custom mods are going viral right now. Copy the clip formats pulling massive view counts across YouTube.

## Input

```json
{
  "searchQuery": "gaming shorts",
  "maxShorts": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatHappened": {
    "label": "whatHappened",
    "format": "string"
  },
  "title": {
    "label": "title",
    "format": "string"
  },
  "viewCount": {
    "label": "viewCount",
    "format": "integer"
  },
  "viewsVsSearchMedian": {
    "label": "viewsVsSearchMedian",
    "format": "number"
  },
  "formatRank": {
    "label": "formatRank",
    "format": "integer"
  },
  "topPerformer": {
    "label": "topPerformer",
    "format": "string"
  },
  "whatTheWinnersShare": {
    "label": "whatTheWinnersShare",
    "format": "string"
  },
  "searchMedianViews": {
    "label": "searchMedianViews",
    "format": "integer"
  },
  "url": {
    "label": "url",
    "format": "string"
  },
  "videoId": {
    "label": "videoId",
    "format": "string"
  },
  "searchQuery": {
    "label": "searchQuery",
    "format": "string"
  },
  "reason": {
    "label": "reason",
    "format": "string"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

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