# TikTok Account Archive - Back Up Every Profile Video

**Use case:** 

Back up every public video from a TikTok creator before they are banned or deleted - no-watermark MP4 URLs, captions, stats, and metadata in one bulk archive ru

## Input

```json
{
  "profiles": [
    "khaby.lame"
  ],
  "sort_by": "latest",
  "max_items_per_profile": 1000,
  "region": "US",
  "trim": false
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "url": {
    "label": "TikTok URL",
    "format": "link"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "clean_url": {
    "label": "Clean URL",
    "format": "link"
  },
  "clean_url_source": {
    "label": "Clean URL source",
    "format": "text"
  },
  "video.url_no_watermark": {
    "label": "No-watermark MP4",
    "format": "link"
  },
  "video.url_alt": {
    "label": "Alternate URL",
    "format": "link"
  },
  "video.duration_ms": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "video.width": {
    "label": "Width",
    "format": "number"
  },
  "video.height": {
    "label": "Height",
    "format": "number"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "slideshow_images": {
    "label": "Slideshow images",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Profile Posts - Bulk Video Scraper [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-posts) to learn more, explore other use cases, and run it yourself.