---
type: library
origin: firecrawlfirecrawl The API to search, scrape, and interact with the web at scale. 🔥 1.md
originPath: sources/firecrawlfirecrawl The API to search, scrape, and interact with the web at scale. 🔥 1.md
ingested: 2026-07-13
language: zh-CN
variant: chinese-translation
translation_of: wiki/library/firecrawlfirecrawl The API to search, scrape, and interact with the web at scale. 🔥.md
tags: [firecrawl, web-scraping, mcp, ai-agent, llm-tools, api, open-source, 翻译]
---

## 摘要

中文版 README（🔥 火行者 / Firecrawl）。内容与英文版一致：Firecrawl 是一个面向大规模网络抓取、搜索与交互的 API，由 firecrawl/firecrawl 开源（AGPL-3.0），提供 firecrawl.dev 托管服务。核心能力是把任何 URL 转换为 LLM 可消费的 Markdown / JSON / 截图，并暴露 Search、Scrape、Interact、Agent、Crawl、Map、Batch Scrape 等端点；内置 spark-1-mini / spark-1-pro 两种 Agent 模型，支持通过 Skill / MCP 一键接入 Claude Code 等 Agent 框架。

## 关键要点

- **核心端点**：搜索、刮取（Markdown/HTML/截图/JSON）、交互（先用 AI prompt 操作页面）
- **AI Agent**：自然语言描述需求，无需提供 URL；支持 Pydantic schema 结构化输出
- **Crawl / Map / Batch**：整站抓取、URL 发现、批量异步抓取
- **基础设施免运维**：代理轮换、限速、JS 屏蔽内容、PDF/DOCX 解析、点击/滚动/输入/等待
- **可靠性与速度**：覆盖 96% 网络（含 JS 重度页面）、P95 延迟 3.4s
- **集成方式**：`npx -y firecrawl-cli@latest init --all --browser`（Skill）；MCP 一行配置
- **SDK**：Python、Node.js、Java、Elixir、Rust（官方），Go（社区）
- **许可**：AGPL-3.0（SDK / 部分 UI 为 MIT）
- **合规**：默认尊重 robots.txt，使用者须自行遵守目标站隐私政策与 ToS

## 本文件对 wiki 的贡献

- 作为英文版的**中文译版**入库（独立文件因 sources/ 中存在两份独立原文）
- 内容贡献已在英文版 library 页面声明，本页面不重复创建 entity/concept
- 用于交叉引用：当用户查中文资料时优先引用本页面

## 相关页面

- [[wiki/library/firecrawlfirecrawl The API to search, scrape, and interact with the web at scale. 🔥|Firecrawl (英文版)]]
- [[wiki/entities/firecrawl|Firecrawl]]
- [[wiki/concepts/web-scraping|Web Scraping]]