Copy the link
Use TikTok’s share menu to copy a public video URL or short link.
LIVEPublic TikTok video resolver
Drop in a TikTok video URL or share link. We find the best available watermark-free stream and download it directly in your browser.
Three clear steps
Use TikTok’s share menu to copy a public video URL or short link.
Paste and resolve. We expand the link and select the best available watermark-free stream.
Check the result, then let your browser save the watermark-free video locally.
What it does
Download watermark-free videos without a TikTok account or a third-party video archive. Media links expire, so download soon after resolving.
Works with standard video URLs, mobile share links, and vm.tiktok.com links.
Compares public streams by resolution and bitrate, then picks the best watermark-free option.
The service does not permanently store video files or ask for TikTok credentials.
APIFY ACTOR · API
Use this page for an immediate watermark-free video download. Use the Video Resolver Actor when you are integrating a product, collecting URLs in bulk, or running an automated workflow.
An Apify account and API token are required to run the Actor
from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor(
"spider_studio/video-resolver"
).call(run_input={
"urls": ["https://www.tiktok.com/..."]
})Frequently asked
Public standard video URLs, mobile /v/ links, and TikTok-owned short links are supported. Private, deleted, or region-blocked videos cannot be resolved.
TikTok media URLs usually include a short-lived signature. Download right away, or resolve the original link again when it expires.
No account login is requested and video files are not permanently stored. Only the public URL you submit is processed for this download.
Use the Video Resolver Actor on Apify. It accepts up to 1,000 links per run, returns structured Dataset items, and works with Python, JavaScript, HTTP, MCP, schedules, and automated workflows.