# What They Actually Think In The Comments

**Use case:** 

What do tech fans actually think of that new gadget review? Strip away video hype and read honest opinions in the comment section.

## Input

```json
{
  "videoUrl": "https://www.tiktok.com/@id_technl/video/7483951953974807830",
  "videoUrls": [],
  "maxComments": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "commentId": {
    "label": "Comment ID",
    "format": "string"
  },
  "text": {
    "label": "Comment Text",
    "format": "string"
  },
  "authorUsername": {
    "label": "Author Username",
    "format": "string"
  },
  "likeCount": {
    "label": "Like Count",
    "format": "integer"
  },
  "totalComments": {
    "label": "Comments on the video",
    "format": "integer"
  },
  "replyCount": {
    "label": "Reply Count",
    "format": "integer"
  },
  "sentimentMix": {
    "label": "Sentiment Classification",
    "format": "string"
  },
  "commentQualitySignal": {
    "label": "Comment Quality Signal",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Comments - What Your Audience Actually Thinks](https://apify.com/reapx/tiktok-comments) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/tiktok-comments) to learn more, explore other use cases, and run it yourself.