# Kick Channel Data Export

**Use case:** 

Data Export of Kick Channel. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "channels": [
    "xqc",
    "trainwreckstv",
    "adinross"
  ],
  "maxItems": 100,
  "includeVideos": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "slug": {
    "label": "🔖 Slug",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "isLive": {
    "label": "🔴 Live",
    "format": "boolean"
  },
  "followersCount": {
    "label": "👥 Followers",
    "format": "number"
  },
  "bio": {
    "label": "📝 Bio",
    "format": "text"
  },
  "recentCategories": {
    "label": "🏷️ Categories",
    "format": "text"
  },
  "recentVideos": {
    "label": "🎬 Videos",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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