# Collect TikTok Comments for Product Feedback Research

**Use case:** 

Pull public comments and replies from a product launch video to capture questions, praise, objections, and follow-up discussion.

## Input

```json
{
  "postURLs": [
    "https://www.tiktok.com/@stoolpresidente/video/7623818255903329566"
  ],
  "maxCommentsPerPost": 10,
  "maxTotalComments": 10,
  "includeReplies": true,
  "maxRepliesPerComment": 5,
  "maxPagesPerPost": 25,
  "maxReplyPagesPerComment": 10,
  "providerOrder": "sociavault-first",
  "trim": false,
  "includeRawData": false
}
```

## Output

```json
{
  "author_username": {
    "label": "Author username",
    "format": "string"
  },
  "text": {
    "label": "Comment text",
    "format": "string"
  },
  "like_count": {
    "label": "Likes",
    "format": "integer"
  },
  "reply_count": {
    "label": "Reply count",
    "format": "integer"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "is_pinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "created_at": {
    "label": "Posted at",
    "format": "string"
  },
  "provider": {
    "label": "Provider",
    "format": "string"
  },
  "video_url": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Comments Scraper - Replies & Authors](https://apify.com/khadinakbar/tiktok-video-comments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/tiktok-video-comments-scraper) to learn more, explore other use cases, and run it yourself.