Paste a URL and download the full source code of any website instantly.
<hostname>-Ahm7xMakki.zip.
Archives a website and returns the ZIP file as a binary stream. Takes 10–75 seconds depending on site size.
/api/zipjsonArchive an entire website to .zip. Takes 10–75s. Filename is set automatically.
| Param | Type | Description | |
|---|---|---|---|
| url | string | required | Full URL to archive. |
curl -X POST {ORIGIN}/api/zip \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}' \
--output site.zipfetch() in code.