# Rank the top Kick.com channels by viewers

**Use case:** 

Get Kick's most-watched channels ranked live, with viewer counts, categories, follower totals and bios. 40 channels in 8 seconds, no login and no API key.

## Input

```json
{
  "mode": "top_channels",
  "channelNames": [
    "xqc",
    "amouranth",
    "trainwreckstv"
  ],
  "maxResults": 50,
  "videoType": "videos",
  "sortBy": "viewers",
  "minViewers": 0
}
```

## Output

```json
{
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "currentViewers": {
    "label": "Viewers",
    "format": "number"
  },
  "currentCategory": {
    "label": "Category",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Kick.com Streamer & Channel Analytics](https://apify.com/zhorex/kick-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/kick-scraper) to learn more, explore other use cases, and run it yourself.