76 /100
Good for approved web extraction, but crawling scope and API keys need clear limits.
Structured output 82/100
Whether the CLI can return JSON, YAML, or stable machine-readable output.
Non-interactive use 76/100
Whether common workflows can run predictably without an interactive prompt.
Safety boundaries 54/100
Whether read-only, dry-run, scoped auth, and destructive command boundaries are clear.
安装方式
npx
$ npx firecrawl 常用命令
Crawl a page · 需确认
$ npx firecrawl crawl https://example.com Fetches web content for downstream analysis.
Scrape one URL · 安全
$ npx firecrawl scrape https://example.com Extracts a single page before broader crawling.
Agent 使用示例
Codex CLI
Use Firecrawl for a small list of approved URLs, preserve source links, and summarize extracted markdown separately from your conclusions. 安全说明
- Respect robots, rate limits, and site terms before crawling.
- Agents should crawl a small target set first and store source URLs with extracted content.
Agent 可以用它做什么
Firecrawl 可以帮助 Agent 把已批准网页采集为 Markdown 或结构化数据,并保留来源 URL。
适合场景
适合研究、文档入库和小范围受控抓取任务。