
Explainers
Is cloning a website legal? A practical guide to fair use
Downloading a public page is routine; what you do with the copy is what matters. A plain-language look at copyright, terms of service and responsible archiving.
By Remi Okafor, Editor, Toolspea · Published 2026-08-08 · Updated 2026-08-15 · 8 min read
Access is not the same as rights
A public URL grants access, not ownership. Text, images, code and design remain the copyright of whoever created them, and a local copy changes nothing about that. This is why the honest framing for a clone is reference, study or archive rather than reuse.
This article is general information, not legal advice. Rules differ by country and by contract, and a site's own terms may say more than copyright law alone.
Uses that are usually fine
These are the everyday reasons people archive a page, and they keep the copy private.
- Reading documentation or an article offline.
- Keeping a dated snapshot of a published policy, price or announcement.
- Studying markup and CSS to learn a technique.
- Auditing your own site before a migration or redesign.
- Preserving your own published work before a platform shuts down.
Uses that are not
The line is crossed when the copy is presented as yours or served to other people.
- Republishing the pages on your own domain.
- Reusing a logo, brand assets or licensed photography.
- Passing a cloned design off as original client work.
- Bypassing a login, paywall or bot protection to reach the content.
- Hammering a small server with rapid automated requests.
Crawling politely
Respect robots.txt, keep a delay between requests, cap the number of pages, and clone during quiet hours where you can. A polite crawl is indistinguishable from ordinary traffic; an aggressive one looks like an attack and may be blocked.
Toolspea builds these defaults in: private and local addresses are refused, redirects are re-checked at every hop, and login-protected pages are declined rather than worked around.
Frequently asked questions
Tools mentioned
- Website Cloner — Clone a public website and download HTML, CSS, JavaScript, images and fonts as a ZIP.
- Website Technology Detector — See the CMS, framework, analytics and hosting signals behind any public page.
- Redirect Checker — Follow a redirect chain hop by hop and find loops or extra steps.
Keep reading
Related tools and guides
Everything referenced in this article, plus the hubs and guides that go with it.