Loading...
Loading...
Save a site or section as local files (markdown, screenshots). Use for "download the site", offline docs, or a local copy for reference.
npx skill4agent add firecrawl/skills firecrawl-downloadfirecrawl x downloadExperimental.is available under thedownloadcommand group.firecrawl x
download.firecrawl/--include-paths-y# 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" -yfirecrawl x download --help.firecrawl/