Learn how to clone websites programmatically and understand our technology.
Clone any website in 10 seconds:
That's it. The ZIP file downloads automatically. Extract and open index.html to view offline.
FreeSiteClone offers two download modes for different use cases:
Uses lightweight HTTP requests to fetch the page HTML and all linked resources. Best for static sites, blogs, and documentation.
Uses Playwright headless browser to render the page. Captures JavaScript-generated content. Best for SPAs and dynamic web apps.
The clone endpoint accepts POST requests with JSON body:
Returns the ZIP file as a binary download on success, or a JSON error object on failure.