# Export Kick.com streamer stats

**Use case:** 

Export Kick.com streamer stat snapshots with follower counts, verification status, live status, viewer counts when available, social links, and URLs.

## Input

```json
{
  "mode": "channels",
  "channelSlugs": [
    "xqc",
    "trainwreckstv",
    "asmongold"
  ]
}
```

## Output

```json
{
  "displayName": {
    "label": "Name",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "followersCount": {
    "label": "Followers",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "livestream.viewerCount": {
    "label": "Viewers",
    "format": "number"
  },
  "livestream.category.name": {
    "label": "Category"
  },
  "socialLinks": {
    "label": "Social Links",
    "format": "array"
  },
  "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.