Link history 0
Filters apply to the results — set them before or after fetching.
Proxy & download mode Direct
💡 Most reliable, proxy-free ZIP — straight from your own IP.
⬆ Extension update available —
Advanced settings Tuning
A download delay (rate limit) helps avoid Reddit/CDN throttling on big batches.
Everything here is saved locally and loaded automatically on your next visit.
Fetch statistics Idle
Download statistics
History 0
About
Pulldit is a free, open-source tool that downloads images, GIFs and videos from Reddit directly in your browser. There is no account, no tracking, and no backend storing your data. The page is fully static and hosted on GitHub Pages.
How it works
- It reads Reddit's public
.jsonlisting for the post, subreddit or user you enter, then shows the media it finds. Previews are small thumbnails so a grid of hundreds of images stays fast — downloads & ZIPs are always the full-quality original files. - Reddit returns at most 100 items per listing request, so a Limit above 100 triggers auto-pagination: it follows Reddit's page cursor and fetches several pages (up to your “Max items”, with a delay between requests) and merges them.
- Big ZIP selections are split into automatic batches (one click downloads every part, named after the source). Fetching and downloading show a progress bar and can be stopped; downloads can also be paused and resumed.
- In Direct mode nothing but Reddit is contacted. Bulk ZIP needs to read raw bytes, which browsers block cross-origin — so ZIP needs an extension, your own Worker, or a public proxy.
- Reddit also blocks datacenter IPs (where public proxies and Workers run), so those are best-effort. The most reliable path is the optional Pulldit browser extension, which fetches everything from your own IP — no CORS limits, no proxy.
- Before any file is saved or zipped it is content-validated: Check 1 confirms the magic bytes are a genuine image/video and rejects mislabeled payloads (HTML error/“removed” pages, executables, archives, scripts); an optional Check 2 decode-probes the few files with no known signature. This is content sniffing, not an antivirus — media is decoded data, not executed code.
- Extra tools: a link history (re-fetch past links, per-link delete, optional auto-save), a detailed activity history (display limit, auto-overwrite or keep-everything, “Show more”, per-entry delete), advanced settings (rate-limit, timeout, size caps, validation toggles), and skip already-downloaded so big subreddits only grab what's new. Everything is remembered locally and can be wiped under “Clear stored data” (in Advanced settings).
Most reliable: the Pulldit extension
Open “Proxy & download mode”. If the extension isn't installed you'll see a
“Click here to install” link; once installed, an Extension
mode appears and unlocks proxy-free bulk ZIP from your own IP. Source & install steps:
extension/README.md.
Or deploy your own ZIP proxy (optional, ~5 min)
Create a free Cloudflare Worker, paste the code from
worker/cloudflare-worker.js in this repo, deploy, and paste the resulting
*.workers.dev URL into the Worker option above. Full steps are in
worker/README.md.
About the project
Maintained as an open-source project on GitHub. Contributions and issues are welcome. Pulldit is an independent project and is not affiliated with, endorsed by, or sponsored by Reddit, Inc.
Disclaimer & responsible use
- Provided “as is”, without any warranty. See the MIT License.
- You are solely responsible for what you download and how you use it. Respect copyright, the original creators, and Reddit's User Agreement.
- Download only content you have the right to, and never for harassment, redistribution without permission, or any unlawful purpose.
- Not affiliated with Reddit, Inc. “Reddit” is a trademark of Reddit, Inc.