# Real-time TikTok Live Viral Content & Trend Alerts

**Use case:** 

Capture chat messages and viewer statistics from trending TikTok LIVE streams to identify emerging viral content and topics in real-time. This allows content cr

## Input

```json
{
  "usernames": [
    "bellapoarch",
    "khaby.lame"
  ],
  "connectionDuration": 120,
  "eventCap": 1000,
  "eventTypes": [
    "chat",
    "chat"
  ]
}
```

## Output

```json
{
  "roomId": {
    "label": "Room ID",
    "format": "text"
  },
  "hostUsername": {
    "label": "Host",
    "format": "text"
  },
  "liveTitle": {
    "label": "Title",
    "format": "text"
  },
  "totalViewers": {
    "label": "Total Viewers",
    "format": "number"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "receivedAt": {
    "label": "Received At",
    "format": "text"
  },
  "user": {
    "label": "User",
    "format": "text"
  },
  "payload": {
    "label": "Payload",
    "format": "text"
  }
}
```

## About this Actor

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