# TikTok Video Stats Scraper (Bulk)

**Use case:** 

Bulk TikTok scraper — track hundreds of videos in one run: views, likes, comments, shares, saves, author, and music. Built for campaign reports and competitor r

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@tiktok/video/7106594312292453675"
  ],
  "maxItems": 1000,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "authorMeta": {
    "label": "Author",
    "format": "object"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "collectCount": {
    "label": "Saves",
    "format": "number"
  },
  "createTimeISO": {
    "label": "Created",
    "format": "text"
  }
}
```

## About this Actor

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