Bulk · Free · No Signup

Webpage to HTML, in bulk.

Paste a list of URLs. Get back the raw HTML for every page, downloadable as a single ZIP. Useful for archiving, scraping references, offline reading, or feeding clean HTML into other tools.

URLs to convert One per line · up to 50

Three steps to bulk download

Server-side fetch via a Cloudflare edge proxy. Your browser handles the rest.

01

Paste URLs

One URL per line. Up to 50 at a time. Schemes auto-added if missing.

02

Click Convert

We fetch each page in parallel and stream back the raw HTML.

03

Download ZIP

All successful pages bundled into one ZIP, named after their URLs.

Frequently Asked Questions

Does this run JavaScript on the target page?
No. You get the raw HTML the server sent — no client-side rendering, no images inlined, no CSS bundled. For JS-heavy sites this may be a near-empty shell.
What about sites behind login walls?
Won't work. The proxy fetches as an anonymous visitor. Authenticated content can't be retrieved this way.
Are there size or rate limits?
Each page is capped at 5 MB. The proxy has its own per-day quota (100K requests/day across all visitors). Very heavy use may temporarily throttle.
Will the saved HTML render offline?
Partially. Text and structure are preserved, but CSS, images, and scripts still point to external URLs. Open the file with internet on for full rendering, or use it as a source for further processing.