# Extract Product Questions from TikTok Comments

**Use case:** 

Extract product-related questions from TikTok comments on a specific video. Get detailed comment data including likes, authors, and timestamps.

## Input

```json
{
  "startUrls": [
    "https://www.tiktok.com/@zachking/video/7463134374918212910"
  ],
  "commentsPerPost": 300
}
```

## Output

```json
{
  "author": {
    "label": "Author"
  },
  "authorName": {
    "label": "Name"
  },
  "text": {
    "label": "Comment"
  },
  "likes": {
    "label": "Likes"
  },
  "replyCount": {
    "label": "Replies"
  },
  "createdAt": {
    "label": "Date"
  },
  "videoId": {
    "label": "Video ID"
  },
  "id": {
    "label": "Comment ID"
  }
}
```

## About this Actor

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