# TikTok Live Alerts for Brand-Sponsored Creators

**Use case:** 

Watch sponsored TikTok creators and detect the moment any of them goes live. Returns viewer count and room title - feeds Slack alerts and brand dashboards.

## Input

```json
{
  "handles": [
    "addisonre",
    "kyliejenner",
    "khaby.lame",
    "charlidamelio"
  ],
  "include_stream_urls": true
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "is_live": {
    "label": "Live",
    "format": "boolean"
  },
  "nickname": {
    "label": "Nickname",
    "format": "string"
  },
  "follower_count": {
    "label": "Followers",
    "format": "integer"
  },
  "room_title": {
    "label": "Room title",
    "format": "string"
  },
  "viewer_count": {
    "label": "Viewers",
    "format": "integer"
  },
  "total_enter_count": {
    "label": "Total enters",
    "format": "integer"
  },
  "started_at": {
    "label": "Started at",
    "format": "string"
  },
  "room_url": {
    "label": "Live URL",
    "format": "string"
  },
  "cover_url": {
    "label": "Cover",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Live Status Monitor - Stream URLs [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-live-status-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-live-status-scraper) to learn more, explore other use cases, and run it yourself.