# Scrape Top Games by Live Viewers - Twitch

**Use case:** 

List the top Twitch games by live viewers with Game, Viewers, Tags and URL. Export to JSON, CSV or Excel.

## Input

```json
{
  "mode": "games",
  "channelUsernames": [
    "pokimane",
    "shroud"
  ],
  "searchType": "channels",
  "maxResults": 50,
  "clipPeriod": "LAST_WEEK",
  "videoType": "ARCHIVE",
  "videoSort": "TIME",
  "includeStreamerLeads": false,
  "enrichLeadWebsites": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "displayName": {
    "label": "Game",
    "format": "text"
  },
  "viewersCount": {
    "label": "Viewers",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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