# Research TikTok Comments and Audience Reactions

**Use case:** 

Collect TikTok comments for audience research, customer language, objections, sentiment, and engagement analysis with predictable cost limits.

## Input

```json
{
  "mode": "comments",
  "handles": [
    "@tiktok",
    "@nba"
  ],
  "keywords": [
    "small business tips",
    "summer fashion"
  ],
  "videosPerProfile": 50,
  "videoUrls": [
    "https://www.tiktok.com/@tiktok/video/7106594312292453675"
  ],
  "maxResults": 250,
  "maxProviderSpendUsd": 5,
  "includeRawResults": true,
  "includeReport": true,
  "historyDatasetName": "tiktok-creator-intelligence-history",
  "maxConcurrency": 1
}
```

## Output

```json
{
  "resultType": {
    "label": "Type",
    "format": "text"
  },
  "sourceInput": {
    "label": "Input",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Creator & Competitor Intelligence](https://apify.com/scrape-lads/tiktok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrape-lads/tiktok-scraper) to learn more, explore other use cases, and run it yourself.