# Track Public Creator Videos From Profiles

**Use case:** 

Collect recent public videos from selected TikTok creator profiles for monitoring and research, with captions, metrics, hashtags, and creator metadata.

## Input

```json
{
  "profileHandles": [
    "stoolpresidente"
  ],
  "providerOrder": "scrapecreators-first",
  "maxVideosPerProfile": 10,
  "maxPagesPerProfile": 1,
  "maxTotalVideos": 10,
  "sortBy": "latest",
  "region": "US",
  "trim": true,
  "includeRawData": false
}
```

## Output

```json
{
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "profileHandle": {
    "label": "Profile Handle",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "playCount": {
    "label": "Views",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "Shares",
    "format": "integer"
  },
  "noWatermarkUrl": {
    "label": "No Watermark URL",
    "format": "string"
  },
  "musicTitle": {
    "label": "Music Title",
    "format": "string"
  },
  "createdAt": {
    "label": "Created At",
    "format": "string"
  }
}
```

## About this Actor

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