Loading...
Loading...
Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.
npx skill4agent add firecrawl/cli firecrawl-downloadExperimental. Convenience command that combines+mapto save an entire site as local files.scrape
.firecrawl/-y# Interactive wizard (picks format, screenshots, paths for you)
firecrawl download https://docs.example.com
# With screenshots
firecrawl download https://docs.example.com --screenshot --limit 20 -y
# Multiple formats (each saved as its own file per page)
firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
# Creates per page: index.md + links.txt + screenshot.png
# Filter to specific sections
firecrawl download https://docs.example.com --include-paths "/features,/sdks"
# Skip translations
firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"
# Full combo
firecrawl download https://docs.example.com \
--include-paths "/features,/sdks" \
--exclude-paths "/zh,/ja" \
--only-main-content \
--screenshot \
-y| Option | Description |
|---|---|
| Max pages to download |
| Filter URLs by search query |
| Only download matching paths |
| Skip matching paths |
| Include subdomain pages |
| Skip confirmation prompt (always use in automated flows) |
-f <formats>-H-S--screenshot--full-page-screenshot--only-main-content--include-tags--exclude-tags--wait-for--max-age--country--languages