@firecrawl/firecrawl-download

|

View in AI SkillSafe app
Scanned · no findings
73037 downloads
0 stars
0 demos
SKILL.md
namefirecrawl-download
description|
allowed-toolsBash(firecrawl *), Bash(npx firecrawl-cli *)

firecrawl download (invoked as firecrawl x download)

Experimental. download is available under the firecrawl x command group.

Prerequisite: download requires authentication (no keyless free tier); without credentials the CLI prompts an interactive login.

Maps the site origin first to discover pages, then scrapes each one into nested directories under .firecrawl/. Use --include-paths to scope a non-root URL to one section. Automated runs always pass -y — without it the command opens an interactive wizard that blocks on a prompt.

Quick start

# With screenshots
firecrawl x download https://docs.example.com --screenshot --limit 20 -y

# Multiple formats (each saved as its own file per page)
firecrawl x 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 x download https://docs.example.com --include-paths "/features,/sdks" -y

# Skip translations
firecrawl x download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR" -y

Run firecrawl x download --help for the full option list, including which scrape options download supports.

Done when: the command exits successfully and the expected files exist under .firecrawl/.

See also

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@firecrawl/firecrawl-download/verified)](https://skillsafe.ai/skill/@firecrawl/firecrawl-download/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@firecrawl/firecrawl-download/installs)](https://skillsafe.ai/skill/@firecrawl/firecrawl-download/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@firecrawl/firecrawl-download/scan)](https://skillsafe.ai/skill/@firecrawl/firecrawl-download/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@firecrawl/firecrawl-download/eval)](https://skillsafe.ai/skill/@firecrawl/firecrawl-download/)