# TikTok Video Downloader - HD MP4 + MP3 (No Watermark) (`convertfleetdotonline/tiktok-downloader`) Actor

TikTok downloader for HD MP4 video and MP3 audio from any public TikTok URL - no watermark. Get direct CDN download links in bulk via API for personal or commercial use. No login, no app.

- **URL**: https://apify.com/convertfleetdotonline/tiktok-downloader.md
- **Developed by:** [Hasnain Nisar](https://apify.com/convertfleetdotonline) (community)
- **Categories:** Videos, Social media
- **Stats:** 10 total users, 2 monthly users, 97.1% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 video resolveds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 - HD MP4, MP3 & Source URLs

**This TikTok downloader grabs TikTok videos in original HD MP4 and pulls the audio as MP3.** Pass any TikTok URL and get direct download links from TikTok's own CDN - a TikTok video downloader, a TikTok audio downloader, and an HD TikTok downloader in one. No login, no API key, no quotas, and no watermark added by the actor.

### What this TikTok Downloader does

For each TikTok URL, the actor returns:

- **Best combined download URL** (video + audio)
- **Best video-only URL**
- **Best audio URL** - perfect for MP3 conversion
- Full format list with resolution, bitrate, file size
- Title, thumbnail, duration, uploader, platform metadata

Supports:

- `www.tiktok.com/@user/video/<id>`
- `vm.tiktok.com/<short>` short URLs
- `m.tiktok.com/...` mobile URLs

### Why use this TikTok Downloader?

- **HD quality** - direct from TikTok CDN, original resolution
- **No login or API key** - works on any public video
- **Bulk download URLs** - pass an array, get every link
- **Audio-only mode** - extract the music or voice for MP3 conversion
- **Direct CDN URLs** - pipe straight into ffmpeg, S3, or your client

### Use cases

- **Content repurposing** - back up your own TikToks for cross-posting to Reels / Shorts
- **UGC archival** - save brand mentions, tagged videos, viral moments
- **Audio extraction** - pull TikTok music for podcasts, ringtones, edits
- **Influencer marketing** - analyse high-performing videos in your niche
- **Research / journalism** - capture viral content for editorial review

### Input

```json
{
    "videoUrls": [
        "https://www.tiktok.com/@username/video/7000000000000000000",
        "https://vm.tiktok.com/ABCdef/"
    ]
}
```

### Output

Each dataset record:

```json
{
    "title": "Caption / first 100 chars",
    "thumbnail": "https://p16-.tiktokcdn.com/.",
    "duration": 14,
    "duration_string": "0:14",
    "uploader": "@username",
    "platform": "TikTok",
    "audio_url": "https://. (best audio direct URL)",
    "formats": [
        {
            "format_id": "h264_540p",
            "type": "video",
            "ext": "mp4",
            "height": 1024,
            "quality": "1024p",
            "filesize": 4356789,
            "has_audio": true,
            "url": "https://."
        }
    ]
}
```

### How it works

The actor uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) - the open-source standard for TikTok extraction. URLs are resolved by querying TikTok's public web endpoints and parsing the embedded video manifest.

### Cost & speed

URLs resolve in 2-4 seconds per video. Memory stays under 256 MB. You only pay for compute time used.

### Related actors

- **TikTok Profile & Hashtag Scraper** - bulk scrape videos by hashtag, profile, or search
- **YouTube Downloader** - YouTube videos and Shorts
- **Instagram Downloader** - Instagram Reels, Stories, IGTV
- **Universal Video Downloader** - every supported platform in one actor

### FAQ

**Q: How do I download TikTok videos without a watermark?**
The actor returns TikTok's source MP4 directly from its CDN and adds no watermark of its own. Whether that source file itself carries TikTok's watermark depends on TikTok's behavior at the time of resolution.

**Q: Can I extract the audio or MP3 from a TikTok?**
Yes. Use the `audio_url` field (or the best audio entry in `formats`) to get the audio-only stream, then convert it to MP3 with ffmpeg for music, voiceovers, or edits.

**Q: How do I download TikTok in HD?**
Pass the video URL and pick the highest-resolution entry from the `formats` list - files come straight from TikTok's CDN at original quality. Download with `curl`, `wget`, or `ffmpeg`.

**Q: Is the watermark removed?**
The URL returned is TikTok's source MP4. Whether it carries a watermark depends on TikTok's behavior at the time of resolution.

**Q: Does this work for private videos?**
No. Only public videos.

**Q: Why does my download URL expire?**
TikTok signs CDN URLs with a time-limited token. Re-run the actor for fresh URLs.

**Q: Does the actor download the file?**
No - it returns the direct URL. Download with `curl`, `wget`, `ffmpeg`, or any HTTP client.

**Q: Is downloading legal?**
For your own content and Creative Commons material, yes. For copyrighted content, comply with TikTok's Terms of Service and your local copyright law.

# Actor input Schema

## `videoUrls` (type: `array`):

One or more TikTok video URLs. Supports www.tiktok.com/@user/video/, vm.tiktok.com short links, and m.tiktok.com mobile URLs.

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

Routes yt-dlp through Apify Proxy. Residential proxies bypass platform IP blocks.

## `cookies` (type: `string`):

Netscape-format cookies.txt content. Required for private/age-gated posts. Export with 'Get cookies.txt' browser extension.

## Actor input object example

```json
{
  "videoUrls": [
    "https://www.tiktok.com/@username/video/7000000000000000000"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "cookies": ""
}
```

# 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 = {
    "videoUrls": [
        "https://www.tiktok.com/@username/video/7000000000000000000"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("convertfleetdotonline/tiktok-downloader").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 = {
    "videoUrls": ["https://www.tiktok.com/@username/video/7000000000000000000"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("convertfleetdotonline/tiktok-downloader").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 '{
  "videoUrls": [
    "https://www.tiktok.com/@username/video/7000000000000000000"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call convertfleetdotonline/tiktok-downloader --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/xh4bJXTIG95jor4rD/builds/r04FGDZVq2R4nFegE/openapi.json
