← 返回
未分类 中文

Firecrawl Crawl

Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-...
批量提取整个网站或指定版块的页面内容。适用于需要爬取网站并一次性获取文档区所有页面的场景。
eohmig eohmig 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 94
下载
💾 2
安装
1
版本
#latest

概述

firecrawl crawl

Bulk extract content from a website. Crawls pages following links up to a depth/limit.

When to use

  • You need content from many pages on a site (e.g., all /docs/)
  • You want to extract an entire site section
  • Step 4 in the workflow escalation pattern: search → scrape → map → crawl → interact

Quick start

# 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>

Options

OptionDescription
--------------------------------------------------------------------
--waitWait for crawl to complete before returning
--progressShow progress while waiting
--limit Max pages to crawl
--max-depth Max link depth to follow
--include-paths Only crawl URLs matching these paths
--exclude-paths Skip URLs matching these paths
--delay Delay between requests
--max-concurrency Max parallel crawl workers
--prettyPretty print JSON output
-o, --output Output file path

Tips

  • Always use --wait when you need the results immediately. Without it, crawl returns a job ID for async polling.
  • Use --include-paths to scope the crawl — don't crawl an entire site when you only need one section.
  • Crawl consumes credits per page. Check firecrawl credit-usage before large crawls.

See also

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-06-07 06:43

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 279 📥 102,038
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 219 📥 72,841
life-service

Home Assistant Backup

eohmig
控制 Home Assistant 智能家居设备,运行自动化,接收 webhook 事件。用于控制灯光、开关、空调、场景、脚本等。
★ 0 📥 306