# Competitor TikTok Video Comment Insights

**Use case:** 

Scrape comments from competitor TikTok videos. Get insights like text, likes, reply counts, and timestamps with no login required.

## Input

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

## 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.