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)

Download TikTok videos in HD MP4 and audio as MP3 from any public TikTok URL via the Apify API. Get direct CDN links with no watermark for personal or commercial use.

Pricing

$0.99 / 1,000 video resolveds

Rating

0.0

(0)

Developer

Hasnain Nisar

Hasnain Nisar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

TikTok Video Downloader - HD MP4 + MP3 (Direct CDN URLs)

Download TikTok videos in original HD MP4 and audio as MP3. Pass any TikTok URL and get direct download links from TikTok's own CDN. No login, no API key, no quotas.

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