# TikTok Profile Video Catalog for Top Creators

**Use case:** 

Access the latest video catalog from popular TikTok creators. Get video URLs, captions, views, likes, and upload dates.

## Input

```json
{
  "mode": "profileVideos",
  "handles": [
    "@zachking"
  ],
  "videoUrls": [
    "https://www.tiktok.com/@tiktok/video/7106594312292453675"
  ],
  "maxResults": 20,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "connectionType": {
    "label": "Connection",
    "format": "text"
  },
  "sourceProfile": {
    "label": "Source profile",
    "format": "text"
  },
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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