TikTok Video Downloader - HD MP4 + MP3 (No Watermark) avatar

TikTok Video Downloader - HD MP4 + MP3 (No Watermark)

Pricing

$0.99 / 1,000 video resolveds

Go to Apify Store
TikTok Video Downloader - HD MP4 + MP3 (No Watermark)

TikTok Video Downloader - HD MP4 + MP3 (No Watermark)

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.

Pricing

$0.99 / 1,000 video resolveds

Rating

0.0

(0)

Developer

Hasnain Nisar

Hasnain Nisar

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

3

Monthly active users

3 days ago

Last modified

Share

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

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

Output

Each dataset record:

{
"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 — 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.

  • 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.