# TikTok Video Comments Sentiment Analysis Tool

**Use case:** 

Analyze sentiment from comments on TikTok videos. Get insights from the latest 50 comments on a specific video.

## Input

```json
{
  "mode": "video_comments",
  "platform": "tiktok",
  "url": "https://www.tiktok.com/@khaby.lame/video/7644214443265625375",
  "maxItems": 50,
  "includeComments": false,
  "downloadVideos": false,
  "forceDownload": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "item_type": {
    "label": "Item Type",
    "format": "string"
  },
  "item_id": {
    "label": "Item ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "author_id": {
    "label": "Author ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author Name",
    "format": "string"
  },
  "author_username": {
    "label": "Author Username",
    "format": "string"
  },
  "duration_sec": {
    "label": "Duration (seconds)",
    "format": "number"
  },
  "cover_url": {
    "label": "Cover Image URL",
    "format": "string"
  },
  "video_url_nowm": {
    "label": "Video URL (no watermark)",
    "format": "string"
  },
  "music_title": {
    "label": "Music / Background Audio",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  },
  "play_count": {
    "label": "Plays",
    "format": "number"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  },
  "share_count": {
    "label": "Shares",
    "format": "number"
  },
  "collect_count": {
    "label": "Saves / Favorites",
    "format": "number"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "following_count": {
    "label": "Following",
    "format": "number"
  },
  "video_count": {
    "label": "Total Videos",
    "format": "number"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok, Douyin & Bilibili Scraper — Videos, Profiles, Comments](https://apify.com/openclawai/tiktok-douyin-bilibili-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/openclawai/tiktok-douyin-bilibili-scraper) to learn more, explore other use cases, and run it yourself.