firecrawl-crawl by firecrawl/cli
npx skills add https://github.com/firecrawl/cli --skill firecrawl-crawl批量提取网站内容。通过跟踪链接爬取页面,深度/数量有限制。
/docs/ 页面)# 爬取文档部分
firecrawl crawl "<url>" --include-paths /docs --limit 50 --wait -o .firecrawl/crawl.json
# 带深度限制的完整爬取
firecrawl crawl "<url>" --max-depth 3 --wait --progress -o .firecrawl/crawl.json
# 检查正在运行的爬取任务状态
firecrawl crawl <job-id>
| 选项 | 描述 |
|---|---|
--wait | 等待爬取完成后再返回 |
--progress |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 等待时显示进度 |
--limit <n> | 最大爬取页面数 |
--max-depth <n> | 跟踪链接的最大深度 |
--include-paths <paths> | 仅爬取匹配这些路径的 URL |
--exclude-paths <paths> | 跳过匹配这些路径的 URL |
--delay <ms> | 请求之间的延迟时间(毫秒) |
--max-concurrency <n> | 最大并行爬取工作线程数 |
--pretty | 美化输出 JSON |
-o, --output <path> | 输出文件路径 |
--wait。不使用此选项时,爬取将返回一个用于异步轮询的任务 ID。--include-paths 来限定爬取范围——当您只需要一个部分时,不要爬取整个网站。firecrawl credit-usage。每周安装量
6.5K
代码仓库
GitHub 星标数
207
首次出现
2026年3月10日
安全审计
安装于
codex6.4K
opencode6.4K
github-copilot6.4K
gemini-cli6.4K
cursor6.4K
cline6.4K
Bulk extract content from a website. Crawls pages following links up to a depth/limit.
/docs/)# Crawl a docs section
firecrawl crawl "<url>" --include-paths /docs --limit 50 --wait -o .firecrawl/crawl.json
# Full crawl with depth limit
firecrawl crawl "<url>" --max-depth 3 --wait --progress -o .firecrawl/crawl.json
# Check status of a running crawl
firecrawl crawl <job-id>
| Option | Description |
|---|---|
--wait | Wait for crawl to complete before returning |
--progress | Show progress while waiting |
--limit <n> | Max pages to crawl |
--max-depth <n> | Max link depth to follow |
--include-paths <paths> | Only crawl URLs matching these paths |
--exclude-paths <paths> | Skip URLs matching these paths |
--delay <ms> | Delay between requests |
--max-concurrency <n> | Max parallel crawl workers |
--pretty | Pretty print JSON output |
-o, --output <path> | Output file path |
--wait when you need the results immediately. Without it, crawl returns a job ID for async polling.--include-paths to scope the crawl — don't crawl an entire site when you only need one section.firecrawl credit-usage before large crawls.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 周安装