Company
About TikDownloader
What TikDownloader is, how it actually works, and the things it deliberately refuses to do.
TikDownloader does one thing: it takes a link to a public TikTok post and gives you the files. A video, without the watermark. A photo slideshow, as its separate slides. The sound, on its own. That is the whole product. There is no dashboard, no library, no companion app, and no second feature waiting behind an upgrade prompt.
Why it exists
TikTok's own Save Video button hands you a copy with the drifting logo and the creator's handle burned into the picture — fine for sharing back to TikTok, useless for anything else. Add to that the posts where the creator has turned saving off entirely, and the slideshows, which the app will not save at all.
The tools that filled that gap mostly made the trade worse: an interstitial ad before the file, an account before the download, their own watermark replacing TikTok's, or a "HD" button that hands over the 540p pass with a paywall in front of it. Several rebuild a slideshow into a blurry MP4 that never existed and call it a feature.
None of that is necessary. Reading a public post's own metadata and streaming one file is a small problem, and it can be solved without collecting anything about the person asking. This site is that version.
How it actually works
Worth being specific, because "how" is where most downloaders are vague:
- Your link is parsed and validated. Only TikTok URLs are accepted — tiktok.com and its regional front ends, plus the vm., vt. and /t/ share links the app produces — and only those hosts can ever be fetched. Anything else is refused before a request leaves the server.
- The post's public metadata is read. That is the same data the page itself uses. For a video it lists TikTok's quality ladder, each pass with its own dimensions and byte count, which is why a button here can say 1080p · 3.4 MB before anything transfers. Those are the files the web player streams, and they carry no watermark; the stamped copy TikTok's own save button produces is a separate file, offered once and labelled as such.
- You choose, then the file streams through a proxy. The proxy exists for three reasons. A browser will not save a cross-origin file with a download attribute. Routing through us means your browser never contacts TikTok for the media, so no referrer or fingerprint of yours reaches them. And TikTok's delivery hosts refuse a request that does not arrive with a tiktok.com referer, a range header, and the session cookies from the page fetch that produced the URL — so a raw link handed to your browser would simply be rejected. Here the proxy is load-bearing for correctness, not only for privacy.
What we refuse to do
Nothing is stored
The proxy has no storage layer. Bytes arrive from TikTok's CDN and leave for your browser in the same breath, so there is no archive of downloads to leak, sell, or hand over.
Nothing is tracked
No accounts, no cookies, no analytics scripts, no ad pixels — including no TikTok pixel on a site about TikTok. The only thing written to your device is whether you prefer the light or dark theme.
Nothing is altered
No watermark added and none left in place, no re-encode, no downscale, no upscale. You pick a quality and that exact file is streamed through untouched.
Nothing is gated
No sign-up wall, no download queue, no countdown timer, and no paid tier holding the 1080p option hostage.
The limits, stated plainly
A page like this usually lists strengths and stops. These are the boundaries worth knowing before you rely on the tool:
- Pasting a link reaches public posts only. Our server fetches TikTok with no session, so posts from private accounts, follower-only posts and age-restricted video are not resolvable that way — their media is not publicly served. We never sign in to TikTok and never ask you for a password, on this page or any other.
- For a post you can already watch, you do the fetching. The private video downloader inverts the arrangement: you open the post in your own signed-in browser, copy the page source, and paste it back, and the same extractor reads it. The source is parsed once and discarded — never logged, never cached. What this does not do is get past an audience setting: if TikTok does not show you the post, its page source does not contain it either.
- Region locks are real and we cannot route around them. TikTok decides availability per country and applies that to our server exactly as it would to any visitor. A post blocked where this server runs is simply not reachable from here.
- A live broadcast has to finish first. While a stream is running there is no completed file to fetch. Once it ends and is posted to the profile, its permalink usually works.
- TikTok's copy is the ceiling. The top pass is the largest file TikTok publishes — not the untouched original from the creator's phone. No downloader can reach that, and any that claims 4K is guessing.
- It depends on pages we do not control. TikTok answers some server addresses with a JavaScript verification page instead of the post, and throttles bursts from one address with a 503, so the resolver tries a second fingerprint and then the embed player before giving up. ByteDance can change any of those surfaces at any time, and when that happens lookups break until the extractor is updated.
- Lookups are rate limited. Twenty a minute per address, with a looser cap of a hundred and twenty downloads. It protects the service from a single scripted client getting the whole deployment throttled upstream — which on TikTok happens quickly.
Who we are not
Using what you download
A save button is not a licence. The creator who posted a video owns it, and downloading it does not transfer that. Removing the watermark specifically to pass someone's clip off as your own is the one use this tool is not for — which is why the stamped copy is offered alongside the clean one, for reposting with credit where credit is due.
Sounds deserve their own warning, because they are the case people get wrong most often. A TikTok sound is frequently a commercial music recording, licensed to TikTok for use inside TikTok and nowhere else. Saving it does not extend that licence to you.
Questions
The FAQ answers 27 of them, including every error message the downloader can show and what it means. If yours is not there, get in touch.