# Export TikTok video engagement stats

**Use case:** 

Scrape public TikTok video engagement fields such as likes, comments, shares, plays, caption, author, and video identifiers.

## Input

```json
{
  "videoUrls": [
    "https://www.tiktok.com/@scout2015/video/6718335390845095173"
  ],
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "createTime": {
    "label": "Created",
    "format": "date"
  },
  "durationSeconds": {
    "label": "Duration",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "collectCount": {
    "label": "Saves",
    "format": "number"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "musicTitle": {
    "label": "Music",
    "format": "text"
  },
  "musicAuthor": {
    "label": "Music author",
    "format": "text"
  },
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "canonicalUrl": {
    "label": "TikTok URL",
    "format": "link"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "date"
  }
}
```

## About this Actor

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