# Collect TikTok live-room indicators for a channel list

**Use case:** 

Collect room IDs, live indicators, profile links and usernames from known TikTok accounts for a live-channel research worksheet. The live indicator reflects a room reference in the retrieved profile data. Check TikTok directly to confirm an active broadcast; no continuous monitoring is included.

## Input

```json
{
  "inputList": [
    "scout2015"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "avatar_large": {
    "label": "Avatar Large",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "sec_uid": {
    "label": "Sec Uid",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "bio_link.url": {
    "label": "Bio Link / URL",
    "format": "link"
  },
  "bio_link.risk": {
    "label": "Bio Link / Risk",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "videos_count": {
    "label": "Videos Count",
    "format": "integer"
  },
  "friends_count": {
    "label": "Friends Count",
    "format": "integer"
  },
  "digg_count": {
    "label": "Digg Count",
    "format": "integer"
  },
  "is_verified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "is_private": {
    "label": "Is Private",
    "format": "boolean"
  },
  "is_business_account": {
    "label": "Is Business Account",
    "format": "boolean"
  },
  "is_tiktok_seller": {
    "label": "Is Tiktok Seller",
    "format": "boolean"
  },
  "is_live": {
    "label": "Is Live",
    "format": "boolean"
  },
  "room_id": {
    "label": "Room ID",
    "format": "string"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  },
  "create_time": {
    "label": "Create Time",
    "format": "integer"
  },
  "username_updated_at": {
    "label": "Username Updated At",
    "format": "string"
  },
  "username_modify_time": {
    "label": "Username Modify Time",
    "format": "integer"
  },
  "nickname_updated_at": {
    "label": "Nickname Updated At",
    "format": "string"
  },
  "nickname_modify_time": {
    "label": "Nickname Modify Time",
    "format": "integer"
  },
  "avatar_medium": {
    "label": "Avatar Medium",
    "format": "string"
  },
  "avatar_thumb": {
    "label": "Avatar Thumb",
    "format": "string"
  },
  "open_favorite": {
    "label": "Open Favorite",
    "format": "boolean"
  },
  "can_exp_playlist": {
    "label": "Can Exp Playlist",
    "format": "boolean"
  },
  "comment_setting": {
    "label": "Comment Setting",
    "format": "integer"
  },
  "duet_setting": {
    "label": "Duet Setting",
    "format": "integer"
  },
  "stitch_setting": {
    "label": "Stitch Setting",
    "format": "integer"
  },
  "download_setting": {
    "label": "Download Setting",
    "format": "integer"
  },
  "following_visibility": {
    "label": "Following Visibility",
    "format": "integer"
  },
  "profile_embed_permission": {
    "label": "Profile Embed Permission",
    "format": "integer"
  },
  "is_ad_virtual": {
    "label": "Is Ad Virtual",
    "format": "boolean"
  },
  "is_embed_banned": {
    "label": "Is Embed Banned",
    "format": "boolean"
  },
  "business.is_business_account": {
    "label": "Business / Is Business Account",
    "format": "boolean"
  },
  "business.category": {
    "label": "Business / Category",
    "format": "text"
  },
  "business.category_button": {
    "label": "Business / Category Button",
    "format": "text"
  },
  "business.website": {
    "label": "Business / Website",
    "format": "link"
  },
  "business.download_link": {
    "label": "Business / Download Link",
    "format": "link"
  },
  "business.is_tiktok_seller": {
    "label": "Business / Is Tiktok Seller",
    "format": "boolean"
  },
  "business.show_star_atlas_cooperation": {
    "label": "Business / Show Star Atlas Cooperation",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Profile Scraper – Bios, Counts & Business Data](https://apify.com/scrapingmonkey/tiktok-profile-details-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/tiktok-profile-details-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/tiktok-profile-details-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
