# TikTok Video Scraper - Download Video Metadata & Stats

**Use case:** 

Run TikTok Video Scraper - Download Video Metadata & Stats on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "mode": "videos",
  "inputs": [
    "https://www.tiktok.com/@mrbeast/video/7239398129382392107",
    "https://www.tiktok.com/@zachking/video/7155234567890123456"
  ],
  "maxResultsPerInput": 10,
  "includeComments": false,
  "commentsPerVideo": 20,
  "sessionCookies": [],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "video_id": {
    "label": "Video ID",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "view_count": {
    "label": "Views",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "text"
  },
  "created_at": {
    "label": "Posted at",
    "format": "text"
  }
}
```

## About this Actor

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