# Monitor Top Valorant Twitch Streams Live

**Use case:** 

Track the most popular Valorant streams in real-time to identify trending content and potential collaboration opportunities. Gain insights into audience interes

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "lirik",
  "searchType": "all",
  "categorySlug": "valorant",
  "twitchUrls": [],
  "language": "EN",
  "streamType": "",
  "videoSort": "TIME",
  "clipPeriod": "LAST_WEEK",
  "includeChannelClips": true,
  "includeChannelVideos": true,
  "minViewersCount": 1000,
  "useApifyProxy": false,
  "maxItems": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel name"
  },
  "displayName": {
    "label": "Display name"
  },
  "viewersCount": {
    "label": "Viewers count"
  },
  "viewCount": {
    "label": "View count"
  },
  "gameName": {
    "label": "Game name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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