← 返回
未分类 中文

Firecrawl Agent

AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websi...
AI驱动的自主数据提取,遍历复杂网站并返回结构化JSON。适用于需要从网站提取结构化数据的场景。
eohmig eohmig 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 156
下载
💾 2
安装
1
版本
#latest

概述

firecrawl agent

AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).

When to use

  • You need structured data from complex multi-page sites
  • Manual scraping would require navigating many pages
  • You want the AI to figure out where the data lives

Quick start

# Extract structured data
firecrawl agent "extract all pricing tiers" --wait -o .firecrawl/pricing.json

# With a JSON schema for structured output
firecrawl agent "extract products" --schema '{"type":"object","properties":{"name":{"type":"string"},"price":{"type":"number"}}}' --wait -o .firecrawl/products.json

# Focus on specific pages
firecrawl agent "get feature list" --urls "<url>" --wait -o .firecrawl/features.json

Options

OptionDescription
---------------------------------------------------------------
--urls Starting URLs for the agent
--model Model to use: spark-1-mini or spark-1-pro
--schema JSON schema for structured output
--schema-file Path to JSON schema file
--max-credits Credit limit for this agent run
--waitWait for agent to complete
--prettyPretty print JSON output
-o, --output Output file path

Tips

  • Always use --wait to get results inline. Without it, returns a job ID.
  • Use --schema for predictable, structured output — otherwise the agent returns freeform data.
  • Agent runs consume more credits than simple scrapes. Use --max-credits to cap spending.
  • For simple single-page extraction, prefer scrape — it's faster and cheaper.

See also

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-06-03 13:36

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 143,197
data-analysis

Tavily 搜索

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

Home Assistant Backup

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