AI Skill Hub 强烈推荐:firecrawl Agent工作流 是一款优质的Agent工作流。在 GitHub 上收获超过 119.0k 颗 Star,AI 综合评分 8.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
firecrawl Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
firecrawl Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g firecrawl # 方式二:npx 直接运行(无需安装) npx firecrawl --help # 方式三:项目依赖安装 npm install firecrawl # 方式四:从源码运行 git clone https://github.com/firecrawl/firecrawl cd firecrawl npm install npm start
# 命令行使用
firecrawl --help
# 基本用法
firecrawl [options] <input>
# Node.js 代码中使用
const firecrawl = require('firecrawl');
const result = await firecrawl.run(options);
console.log(result);
# firecrawl 配置说明 # 查看配置选项 firecrawl --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export FIRECRAWL_CONFIG="/path/to/config.yml"
---
Core Endpoints
| Feature | Description |
|---|---|
| [**Search**](#search) | Search the web and get full page content from results |
| [**Scrape**](#scrape) | Convert any URL to markdown, HTML, screenshots, or structured JSON |
| [**Interact**](#interact) | Scrape a page, then interact with it using AI prompts or code |
More
| Feature | Description |
|---|---|
| [**Agent**](#agent) | Automated data gathering, just describe what you need |
| [**Crawl**](#crawl) | Scrape all URLs of a website with a single request |
| [**Map**](#map) | Discover all URLs on a website instantly |
| [**Batch Scrape**](#batch-scrape) | Scrape thousands of URLs asynchronously |
---
- Search: Find information across the web - Scrape: Clean data from any page - Interact: Click, navigate, and operate pages - Agent: Autonomous data gathering ```
Sign up at firecrawl.dev to get your API key. Try the playground to test it out.
Our SDKs provide a convenient way to use all Firecrawl features and automatically handle polling for async operations.
---
Agents & AI Tools - Firecrawl Skill - Firecrawl CLI Skills - Firecrawl Workflows - Firecrawl MCP
Platforms - Lovable - Zapier - n8n
Missing your favorite tool? Open an issue and let us know!
---
Firecrawl is open source under the AGPL-3.0 license. The cloud version at firecrawl.dev includes additional features:

To run locally, see the Contributing Guide. To self-host, see Self-Hosting Guide.
---
工程化程度高、功能完整的网页采集解决方案,11.9万星标证明实用性强,特别适合构建AI数据管道和自动化工作流。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,firecrawl Agent工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | firecrawl |
| 原始描述 | 开源AI工作流:🔥 The API to search, scrape, and interact with the web for AI。⭐119.0k · TypeScript |
| Topics | 网页爬虫AI采集数据提取API服务自动化工作流 |
| GitHub | https://github.com/firecrawl/firecrawl |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端