# Most Viewed Call of Duty Clips

**Use case:** 

Retrieve the top 100 most viewed clips from Call of Duty: Modern Warfare. Access detailed view counts and performance metrics.

## Input

```json
{
  "mode": "clips",
  "gameSort": "VIEWER_COUNT",
  "gameFanout": 30,
  "game": "Call of Duty: Modern Warfare",
  "games": [],
  "login": "shroud",
  "logins": [
    "shroud",
    "pokimane",
    "xqc"
  ],
  "videoSort": "TIME",
  "clipPeriod": "ALL_TIME",
  "clipSort": "VIEWS_DESC",
  "query": "valorant",
  "searchIndex": "CHANNEL",
  "maxResults": 100
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "login": {
    "label": "Login",
    "format": "text"
  },
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "name": {
    "label": "Game",
    "format": "text"
  },
  "gameName": {
    "label": "Playing",
    "format": "text"
  },
  "viewersCount": {
    "label": "Viewers",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "twitchUrl": {
    "label": "Twitch URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitch Scraper — Streams, Games, Channels & Clips API](https://apify.com/logiover/twitch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/twitch-scraper) to learn more, explore other use cases, and run it yourself.