Company
About ThreadsDownload
What ThreadsDownload is, how it actually works, and the things it deliberately refuses to do.
ThreadsDownload does one thing: it takes a link to a public Threads post and gives you the video or photos in it. 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
Threads publishes media openly but offers no way to keep a copy — not even of your own posts. The tools that filled that gap mostly made the trade worse: an interstitial ad before the file, an account before the download, a watermark burned into the corner, or a "HD" button that turns out to be the same 640px image with a paywall in front of it.
None of that is necessary. Reading a post's public 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 threads.com and threads.net post URLs are accepted, and only those hosts can 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. It lists every rendition Threads publishes for each item — a photo typically has several sizes, a video a few quality tiers.
- You choose, then the file streams through a proxy. The proxy exists for two reasons: a browser will not save a cross-origin file with a download attribute, and routing through us means your browser never contacts Meta for the media, so no referrer or fingerprint of yours reaches them.
What we refuse to do
Nothing is stored
The proxy has no storage layer. Bytes arrive from Meta'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. The only thing written to your device is whether you prefer the light or dark theme.
Nothing is altered
No watermark, no re-encode, no downscale. You pick a rendition 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 high-resolution 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:
- Public posts only. Private accounts, follower-only posts, and age-restricted content cannot be resolved, because their media is not publicly served. Reaching them would mean impersonating a logged-in follower, and that is not a feature we intend to add.
- Threads' copy is the ceiling. The largest rendition on offer is the largest one Threads publishes — not the untouched original from the uploader's camera roll. No downloader can reach that, and any that claims to is guessing.
- It depends on a page we do not control. Meta can change how Threads serves its metadata at any time, and when that happens lookups break until the extractor is updated.
- Lookups are rate limited. Twenty a minute per address. It protects the service from a single scripted client getting the whole deployment throttled upstream.
Who we are not
Using what you download
A save button is not a licence. The person who posted a video owns it, and downloading it does not transfer that. Saving your own posts and keeping personal offline copies is the intended use; republishing someone else's work as your own is a copyright problem however the file was obtained.
Questions
The FAQ answers 24 of them, including every error message the downloader can show and what it means. If yours is not there, get in touch.