Full Site Downloader | $4.99/Site | 1-Time Crawl | All Assets avatar
Full Site Downloader | $4.99/Site | 1-Time Crawl | All Assets

Pricing

Pay per event

Go to Apify Store
Full Site Downloader | $4.99/Site | 1-Time Crawl | All Assets

Full Site Downloader | $4.99/Site | 1-Time Crawl | All Assets

Full-Website-Downloader - Automatically crawls entire websites including HTML and all static assets (CSS, JS, images, etc.), preserves complete structure and exports as ZIP package. Supports depth control and same-domain resource filtering.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Hailey

Hailey

Maintained by Community

Actor stats

1

Bookmarked

30

Total users

1

Monthly active users

5 months ago

Last modified

Share

Full Website Downloader

This Actor crawls and saves static resources (HTML, CSS, JS, images, etc.) from a given website. It is designed for archiving, analysis, and mirroring purposes.

๐Ÿš€ Features

โœ… Recursively crawls website pages up to a configurable depth

โœ… Downloads HTML, CSS, JS, and image assets

โœ… Supports Puppeteer for JavaScript-rendered websites

โœ… Configurable Chrome path for local debugging

โœ… Compatible with both local run and Apify Cloud

๐Ÿ› ๏ธ Use cases

๐Ÿ“ฆ Website archiving โ€“ Save a static snapshot of a site

๐Ÿ” SEO research โ€“ Extract and analyze metadata offline

๐Ÿ“ฐ Offline browsing โ€“ Access websites without an internet connection

๐Ÿ›ก๏ธ Data backup โ€“ Preserve important website content regularly

โšก Website mirroring / cloning (demo & backup) โ€“ Reproduce static websites quickly for prototyping, disaster recovery, or testing environments

๐Ÿ“– Input

Example input:

{ "startUrls": ["https://example.com"], "maxDepth": 2 }

startUrls: Array of URLs to begin crawling

maxDepth: Crawl depth limit (0 = homepage only, 1 = homepage + direct links, etc.)

๐Ÿ“ค Output

The Actor saves HTML files and static assets into the Apify dataset and key-value store. You can download the crawled site as a .zip from the run results.