firecrawl-download by firecrawl/cli
npx skills add https://github.com/firecrawl/cli --skill firecrawl-download实验性功能。 这是一个便捷命令,结合了
map和scrape功能,可将整个网站保存为本地文件。
首先对网站进行映射以发现页面,然后将每个页面抓取到 .firecrawl/ 下的嵌套目录中。所有抓取选项都适用于下载命令。请始终传递 -y 参数以跳过确认提示。
# 交互式向导(为您选择格式、截图、路径)
firecrawl download https://docs.example.com
# 包含截图
firecrawl download https://docs.example.com --screenshot --limit 20 -y
# 多种格式(每个页面将保存为各自的文件)
firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
# 为每个页面创建:index.md + links.txt + screenshot.png
# 筛选特定部分
firecrawl download https://docs.example.com --include-paths "/features,/sdks"
# 跳过翻译页面
firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"
# 完整组合示例
firecrawl download https://docs.example.com \
--include-paths "/features,/sdks" \
--exclude-paths "/zh,/ja" \
--only-main-content \
--screenshot \
-y
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 选项 | 描述 |
|---|---|
--limit <n> | 要下载的最大页面数 |
--search <query> | 根据搜索查询筛选 URL |
--include-paths <paths> | 仅下载匹配的路径 |
--exclude-paths <paths> | 跳过匹配的路径 |
--allow-subdomains | 包含子域名页面 |
-y | 跳过确认提示(在自动化流程中始终使用) |
-f <formats>, -H, -S, --screenshot, --full-page-screenshot, --only-main-content, --include-tags, --exclude-tags, --wait-for, --max-age, --country, --languages
每周安装量
6.5K
代码仓库
GitHub 星标数
207
首次出现
2026年3月10日
安全审计
安装于
codex6.4K
opencode6.4K
github-copilot6.4K
gemini-cli6.4K
cursor6.4K
cline6.4K
Experimental. Convenience command that combines
map+scrapeto 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.
# 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 |
|---|---|
--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) |
-f <formats>, -H, -S, --screenshot, --full-page-screenshot, --only-main-content, --include-tags, --exclude-tags, --wait-for, --max-age, --country, --languages
Weekly Installs
6.5K
Repository
GitHub Stars
207
First Seen
Mar 10, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex6.4K
opencode6.4K
github-copilot6.4K
gemini-cli6.4K
cursor6.4K
cline6.4K
99,500 周安装