firecrawl-agent

firecrawl-agent

热门

|

473Star
0Fork
更新于 6/19/2026
SKILL.md
readonly只读
name
firecrawl-agent
description

|

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

Option Description
--urls <urls> Starting URLs for the agent
--model <model> Model to use: spark-1-mini or spark-1-pro
--schema <json> JSON schema for structured output
--schema-file <path> Path to JSON schema file
--max-credits <n> Credit limit for this agent run
--wait Wait for agent to complete
--pretty Pretty print JSON output
-o, --output <path> 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

You Might Also Like

Related Skills

browser-use

browser-use

100Kbrowser-web

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

browser-use avatarbrowser-use
获取
agent-browser

agent-browser

36Kbrowser-web

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

vercel-labs avatarvercel-labs
获取
seo-audit

seo-audit

33Kbrowser-web

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema. For AI search optimization, see ai-seo.

coreyhaines31 avatarcoreyhaines31
获取
hyperframes

hyperframes

29Kbrowser-web

>

heygen-com avatarheygen-com
获取
firecrawl-scrape

firecrawl-scrape

473browser-web

|

firecrawl avatarfirecrawl
获取
firecrawl-crawl

firecrawl-crawl

473browser-web

|

firecrawl avatarfirecrawl
获取