# Find top live Kick.com streamers by viewers

**Use case:** 

Find currently live Kick.com streamers sorted by viewer count. Export live metadata, channel URLs, follower counts, categories, and timestamps.

## Input

```json
{
  "mode": "livestreams",
  "channelSlugs": [
    "xqc"
  ],
  "livestreamSort": "viewers_high_to_low",
  "maxItems": 50
}
```

## Output

```json
{
  "displayName": {
    "label": "Name",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "livestream.title": {
    "label": "Stream Title"
  },
  "livestream.viewerCount": {
    "label": "Viewers",
    "format": "number"
  },
  "livestream.startedAt": {
    "label": "Started At"
  },
  "livestream.category.name": {
    "label": "Category"
  },
  "followersCount": {
    "label": "Followers",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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