LIVEPublic TikTok video resolver

Paste the link. Keep the video.

Drop in a TikTok video URL or share link. We find the best available watermark-free stream and download it directly in your browser.

Watermark-freeAny public videoProxy resolvedNo login required

Three clear steps

From share link to local video

01

Copy the link

Use TikTok’s share menu to copy a public video URL or short link.

02

Resolve the video

Paste and resolve. We expand the link and select the best available watermark-free stream.

03

Start the download

Check the result, then let your browser save the watermark-free video locally.

What it does

Only the work that matters before download

Download watermark-free videos without a TikTok account or a third-party video archive. Media links expire, so download soon after resolving.

01
LINK

Full + short URLs

Works with standard video URLs, mobile share links, and vm.tiktok.com links.

02
QUALITY

Best available

Compares public streams by resolution and bitrate, then picks the best watermark-free option.

03
PRIVACY

Resolve and go

The service does not permanently store video files or ask for TikTok credentials.

APIFY ACTOR · API

Bulk jobs in an Actor.

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.

  • Submit up to 1,000 links per run
  • One structured Dataset item per result
  • Use Python, JavaScript, HTTP, or MCP
PYTHONspider_studio/video-resolver
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

Good to know before you download

Which TikTok links are supported?

Public standard video URLs, mobile /v/ links, and TikTok-owned short links are supported. Private, deleted, or region-blocked videos cannot be resolved.

Why do download links expire?

TikTok media URLs usually include a short-lived signature. Download right away, or resolve the original link again when it expires.

Do you store videos or account details?

No account login is requested and video files are not permanently stored. Only the public URL you submit is processed for this download.

How do I resolve videos in bulk or through an API?

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.