# TikTok Video Stats Collector

**Use case:** 

Collect TikTok video metrics like play count, likes, and comments by URL. Get detailed insights into engagement and content performance.

## Input

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

## Output

```json
{
  "author": {
    "label": "Author"
  },
  "authorName": {
    "label": "Name"
  },
  "playCount": {
    "label": "Plays"
  },
  "diggCount": {
    "label": "Likes"
  },
  "commentCount": {
    "label": "Comments"
  },
  "shareCount": {
    "label": "Shares"
  },
  "collectCount": {
    "label": "Saves"
  },
  "duration": {
    "label": "Duration (s)"
  },
  "description": {
    "label": "Description"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

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