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

26

Total users

5

Monthly active users

3 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.