# TikTok Video Downloader — No Watermark, Bulk & Stats Tool (`scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool`) Actor

Download TikTok videos without watermark. Extract title, views, likes, comments, shares, music info and hashtags. Supports single videos, creator profiles and bulk batch downloads. Get direct MP4 URLs instantly. RESIDENTIAL proxy included.

- **URL**: https://apify.com/scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool.md
- **Developed by:** [Scrape Pilot](https://apify.com/scrapepilot) (community)
- **Categories:** Videos, Social media, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$9.99/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## TikTok Video Downloader — No Watermark

Download TikTok videos **without watermark** in bulk. Powered by yt-dlp. Extract complete video metadata including title, views, likes, comments, music info, hashtags, and direct MP4 download URL.

No TikTok account required. RESIDENTIAL proxy included.

---

### Why Use This Actor

TikTok is one of the world's largest video platforms with **billions of videos**. This Actor lets you:

- Download TikTok videos without the embedded TikTok watermark
- Extract complete video metadata at scale
- Process hundreds of videos in a single run
- Get direct MP4 download URLs for immediate use
- Track creator performance data (views, likes, shares)

---

### Output Fields

| Field | Type | Description |
|-------|------|-------------|
| `title` | string | Video caption / description |
| `video_id` | string | TikTok video ID |
| `video_url` | string | Original TikTok video page URL |
| `author` | string | Creator username |
| `author_id` | string | Creator user ID |
| `author_url` | string | Creator profile URL |
| `description` | string | Full video caption |
| `duration` | string | Duration in MM:SS format |
| `duration_seconds` | integer | Duration in seconds |
| `thumbnail` | string | Video thumbnail image URL |
| `upload_date` | string | Upload date (YYYYMMDD) |
| `view_count` | integer | Total video views |
| `like_count` | integer | Total likes |
| `comment_count` | integer | Total comments |
| `repost_count` | integer | Total shares / reposts |
| `music_title` | string | Background music track name |
| `music_author` | string | Music artist name |
| `hashtags` | array | List of hashtags from caption |
| `no_watermark_url` | string | **Direct MP4 URL without watermark** |
| `download_url` | string | **Best available download URL** |
| `formats` | array | All available download formats |

---

### Example Output

```json
{
  "title": "This life hack will change everything 🔥",
  "video_id": "7234567890123456789",
  "video_url": "https://www.tiktok.com/@creator/video/7234567890123456789",
  "author": "creator_username",
  "author_url": "https://www.tiktok.com/@creator_username",
  "duration": "0:30",
  "duration_seconds": 30,
  "thumbnail": "https://p16-sign-va.tiktokcdn.com/...",
  "view_count": 12500000,
  "like_count": 890000,
  "comment_count": 15600,
  "repost_count": 42000,
  "music_title": "original sound",
  "music_author": "creator_username",
  "hashtags": ["#lifehack", "#viral", "#fyp"],
  "no_watermark_url": "https://v19.tiktokcdn.com/video/tos/...mp4",
  "download_url": "https://v19.tiktokcdn.com/video/tos/...mp4"
}
````

***

### Input Options

#### Single Video

```json
{
  "url": "https://www.tiktok.com/@username/video/7234567890123456789"
}
```

#### Batch Download (Multiple Videos)

```json
{
  "urls": "https://www.tiktok.com/@user1/video/111\nhttps://www.tiktok.com/@user2/video/222\nhttps://www.tiktok.com/@user3/video/333"
}
```

#### Creator Profile (All Videos)

```json
{
  "url": "https://www.tiktok.com/@charlidamelio"
}
```

***

### Input Fields

| Field | Type | Description |
|-------|------|-------------|
| `url` | string | Single TikTok video or profile URL |
| `urls` | string | Multiple URLs, one per line (batch mode) |
| `proxyConfiguration` | object | Proxy settings — **RESIDENTIAL required** |

***

### Supported URL Types

| URL Format | Supported | Example |
|------------|-----------|---------|
| Single video | ✅ | `tiktok.com/@user/video/ID` |
| Short link | ✅ | `vm.tiktok.com/XXXXX` |
| Creator profile | ✅ | `tiktok.com/@username` |
| Sound page | ⚠️ | Limited support |

***

### Proxy Requirements

⚠️ **RESIDENTIAL proxy is mandatory for TikTok.** TikTok blocks all datacenter IP addresses including Apify's default server IPs.

Enable Apify RESIDENTIAL proxy in the input settings. This is included in the Actor configuration by default.

***

### How It Works

1. You provide TikTok video URL(s)
2. The Actor connects via RESIDENTIAL proxy
3. yt-dlp extracts all video metadata and available download formats
4. The no-watermark format is identified and returned
5. Results are saved to the Apify Dataset as structured JSON
6. Use the `no_watermark_url` field to download the MP4 file

***

### Use Cases

| User Type | Use Case |
|-----------|---------|
| **Content Creators** | Download your own TikToks for reposting on other platforms |
| **Marketers** | Analyze viral content and trending video formats |
| **Researchers** | Build TikTok video datasets for academic research |
| **Agencies** | Monitor competitor creators and content performance |
| **Developers** | Feed TikTok data into automation pipelines |

***

### Limitations

- Private accounts and videos cannot be downloaded
- TikTok LIVE streams are not supported (use after stream ends)
- Direct video URLs expire after several hours — download immediately
- TikTok may occasionally update their platform, temporarily affecting extraction
- RESIDENTIAL proxy is mandatory — the Actor will not work without it

***

### Best Practices

- Always use **RESIDENTIAL proxy** — never disable it for TikTok
- Download videos immediately — URLs expire within hours
- For large batches, split into groups of 50 URLs per run
- Use the `no_watermark_url` field for clean video downloads

***

### Output Destination

| Destination | Format | Access |
|-------------|--------|--------|
| Apify Dataset | JSON | Export as JSON/CSV/Excel |
| Key-Value Store (`results.json`) | JSON | Direct API access |

***

### FAQ

**Can I download videos without the TikTok watermark?**
Yes. The `no_watermark_url` field provides the direct MP4 URL without the embedded watermark.

**Do I need a TikTok account?**
No. Only publicly accessible videos are supported and no login is needed.

**Why does it require RESIDENTIAL proxy?**
TikTok aggressively blocks datacenter IP addresses. RESIDENTIAL proxies use real home IP addresses that TikTok does not block.

**How many videos can I download per run?**
There is no hard limit. The Actor handles batches of any size, but very large runs (500+) may take longer.

**Do the download URLs expire?**
Yes, TikTok video URLs typically expire within a few hours. Download immediately after running the Actor.

***

### Keywords

tiktok downloader, tiktok no watermark, tiktok video download, download tiktok videos, tiktok mp4 downloader, tiktok bulk downloader, tiktok scraper, tiktok video extractor, tiktok metadata scraper, apify tiktok, no watermark tiktok download

***

### Pricing

**$9.99/month** — Unlimited TikTok video downloads with no watermark.

# Actor input Schema

## `url` (type: `string`):

Single TikTok video URL. E.g: https://www.tiktok.com/@user/video/1234567890

## `urls` (type: `string`):

Multiple TikTok video URLs, one per line. Process hundreds of videos at once.

## `proxyConfiguration` (type: `object`):

RESIDENTIAL proxy is required for TikTok — it blocks all datacenter IPs.

## Actor input object example

```json
{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TikTok Video Downloader — No Watermark, Bulk & Stats Tool",
        "description": "Download TikTok videos without watermark. Extract title, views, likes, comments, shares, music info and hashtags. Supports single videos, creator profiles and bulk batch downloads. Get direct MP4 URLs instantly. RESIDENTIAL proxy included.",
        "version": "0.0",
        "x-build-id": "nuIn2dKTd8nIl2bed"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapepilot~tiktok-video-downloader----no-watermark-bulk-stats-tool/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapepilot-tiktok-video-downloader----no-watermark-bulk-stats-tool",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapepilot~tiktok-video-downloader----no-watermark-bulk-stats-tool/runs": {
            "post": {
                "operationId": "runs-sync-scrapepilot-tiktok-video-downloader----no-watermark-bulk-stats-tool",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapepilot~tiktok-video-downloader----no-watermark-bulk-stats-tool/run-sync": {
            "post": {
                "operationId": "run-sync-scrapepilot-tiktok-video-downloader----no-watermark-bulk-stats-tool",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "url": {
                        "title": "TikTok URL",
                        "type": "string",
                        "description": "Single TikTok video URL. E.g: https://www.tiktok.com/@user/video/1234567890"
                    },
                    "urls": {
                        "title": "Multiple TikTok URLs (batch)",
                        "type": "string",
                        "description": "Multiple TikTok video URLs, one per line. Process hundreds of videos at once."
                    },
                    "proxyConfiguration": {
                        "title": "Proxy (RESIDENTIAL Required)",
                        "type": "object",
                        "description": "RESIDENTIAL proxy is required for TikTok — it blocks all datacenter IPs."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
