# Download real estate tour videos from a TikTok agent

**Use case:** 

Retrieve estate tour reel videos from TikTok without watermarks. Access full video metadata for easy reference.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@therealestateguys"
  ],
  "maxLimit": 30,
  "useProxy": true
}
```

## Output

```json
{
  "channel": {
    "label": "Channel",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "url": {
    "label": "Video URL",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "downloadUrl": {
    "label": "Download Video",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Video Downloader - Bulk Download TikTok Videos API](https://apify.com/code-node-tools/tiktok-video-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/code-node-tools/tiktok-video-downloader) to learn more, explore other use cases, and run it yourself.