Labsco
firecrawl logo

firecrawl-download

✓ Official507

by firecrawl · part of firecrawl/cli

Experimental. Convenience command that combines map + scrape to save an entire site as local files.

🔥🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with firecrawl/cli and only works together with that tool — install the tool first, then add this skill.

Experimental. Convenience command that combines map + scrape to save an entire site as local files.

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by firecrawl

Experimental. Convenience command that combines map + scrape to save an entire site as local files. npx skills add https://github.com/firecrawl/firecrawl-cli --skill firecrawl-download Download ZIPGitHub507

firecrawl download

Experimental. Convenience command that combines map + scrape to save an entire site as local files.

Maps the site first to discover pages, then scrapes each one into nested directories under .firecrawl/. All scrape options work with download. Always pass -y to skip the confirmation prompt.

When to use

  • You want to save an entire site (or section) to local files

  • You need offline access to documentation or content

  • Bulk content extraction with organized file structure

Download options

Option Description --limit <n> Max pages to download --search <query> Filter URLs by search query --include-paths <paths> Only download matching paths --exclude-paths <paths> Skip matching paths --allow-subdomains Include subdomain pages -y Skip confirmation prompt (always use in automated flows)

Scrape options (all work with download)

-f <formats>, -H, -S, --screenshot, --full-page-screenshot, --only-main-content, --include-tags, --exclude-tags, --wait-for, --max-age, --country, --languages

See also