# TikTok Video Metadata Extractor

**Use case:** 

Extract detailed metrics from TikTok videos, including likes, views, comments, and shares from selected video URLs.

## Input

```json
{
  "testMode": false,
  "url": "https://www.tiktok.com/@bulletproofbailey/video/7641662609300704542?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
  "urls": [
    "https://www.tiktok.com/@americanidol/video/7639156497863298334?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
    "https://www.tiktok.com/@americanidol/video/7638796823590751501?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
    "https://www.tiktok.com/@ikamm.rs/video/7650689804044143890?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056",
    "https://www.tiktok.com/@stealthelook/video/7650200234932391189?is_from_webapp=1&sender_device=pc&web_id=7635138925103810056"
  ]
}
```

## Output

```json
{
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "authorName": {
    "label": "Author Name",
    "format": "string"
  },
  "authorHandle": {
    "label": "Author Handle",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "views": {
    "label": "Views",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "string"
  },
  "comments": {
    "label": "Comments",
    "format": "string"
  },
  "shares": {
    "label": "Shares",
    "format": "string"
  },
  "bookmarks": {
    "label": "Bookmarks",
    "format": "string"
  },
  "music": {
    "label": "Music",
    "format": "string"
  }
}
```

## About this Actor

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