Download · Archive · Inspect

Archive any website
as a ZIP.

Paste a URL and download the full source code of any website instantly.

Website URL
Submitting request...
📦
archive.zip
Download ZIP
Follow our WhatsApp Channels
WebZip APIREST · v1 · Free
Base URL
POST/api/zipjson

Archive an entire website to .zip. Takes 10–75s. Filename is set automatically.

ParamTypeDescription
urlstringrequiredFull URL to archive.
Copy & run in your terminal
curl -X POST {ORIGIN}/api/zip \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}' \
  --output site.zip
POST endpoints can't be opened by clicking a URL — paste the curl above into your terminal, or call it with fetch() in code.