# Evaluate TikTok Live Influencer Performance Metrics

**Use case:** 

Collect detailed engagement data from influencer TikTok LIVE streams to assess their real-time audience interaction and reach. This provides crucial metrics for

## Input

```json
{
  "usernames": [
    "zachking",
    "willsmith"
  ],
  "connectionDuration": 360,
  "eventCap": 100,
  "eventTypes": [
    "all"
  ]
}
```

## 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.