Firecrawl
Firecrawl is the context API to search, scrape, and interact with the web at scale. Turn any source into clean Markdown or structured data your agents can ship with.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "FIRECRAWL_CANCEL_BATCH_SCRAPE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("FIRECRAWL_CANCEL_BATCH_SCRAPE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute FIRECRAWL_CANCEL_BATCH_SCRAPE --data '{ }'Tool 目录
可用 Tools
18 个可调用操作
Cancel a batch scrape jobFIRECRAWL_CANCEL_BATCH_SCRAPECancel a batch scrape job需要连接
Cancel a batch scrape job
认证
需要 Connected AccountTags
Cancel a crawl jobFIRECRAWL_CANCEL_CRAWLCancel a crawl job需要连接
Cancel a crawl job
认证
需要 Connected AccountTags
Crawl multiple URLs based on optionsFIRECRAWL_CRAWL_URLSCrawl multiple URLs based on options需要连接
Crawl multiple URLs based on options
认证
需要 Connected AccountTags
Extract structured data from pages using LLMsFIRECRAWL_EXTRACT_DATAExtract structured data from pages using LLMs需要连接
Extract structured data from pages using LLMs
认证
需要 Connected AccountTags
Get all active crawls for the authenticated teamFIRECRAWL_GET_ACTIVE_CRAWLSGet all active crawls for the authenticated team需要连接
Get all active crawls for the authenticated team
认证
需要 Connected AccountTags
Get the errors of a batch scrape jobFIRECRAWL_GET_BATCH_SCRAPE_ERRORSGet the errors of a batch scrape job需要连接
Get the errors of a batch scrape job
认证
需要 Connected AccountTags
Get the status of a batch scrape jobFIRECRAWL_GET_BATCH_SCRAPE_STATUSGet the status of a batch scrape job需要连接
Get the status of a batch scrape job
认证
需要 Connected AccountTags
Get the errors of a crawl jobFIRECRAWL_GET_CRAWL_ERRORSGet the errors of a crawl job需要连接
Get the errors of a crawl job
认证
需要 Connected AccountTags
Get the status of a crawl jobFIRECRAWL_GET_CRAWL_STATUSGet the status of a crawl job需要连接
Get the status of a crawl job
认证
需要 Connected AccountTags
Get remaining credits for the authenticated teamFIRECRAWL_GET_CREDIT_USAGEGet remaining credits for the authenticated team需要连接
Get remaining credits for the authenticated team
认证
需要 Connected AccountTags
Get the status of an extract jobFIRECRAWL_GET_EXTRACT_STATUSGet the status of an extract job需要连接
Get the status of an extract job
认证
需要 Connected AccountTags
Get historical credit usage for the authenticated teamFIRECRAWL_GET_HISTORICAL_CREDIT_USAGEGet historical credit usage for the authenticated team需要连接
Get historical credit usage for the authenticated team
认证
需要 Connected AccountTags
Get historical token usage for the authenticated team (Extract only)FIRECRAWL_GET_HISTORICAL_TOKEN_USAGEGet historical token usage for the authenticated team (Extract only)需要连接
Get historical token usage for the authenticated team (Extract only)
认证
需要 Connected AccountTags
Get remaining tokens for the authenticated team (Extract only)FIRECRAWL_GET_TOKEN_USAGEGet remaining tokens for the authenticated team (Extract only)需要连接
Get remaining tokens for the authenticated team (Extract only)
认证
需要 Connected AccountTags
Map multiple URLs based on optionsFIRECRAWL_MAP_URLSMap multiple URLs based on options需要连接
Map multiple URLs based on options
认证
需要 Connected AccountTags
Scrape a single URL and optionally extract information using an LLMFIRECRAWL_SCRAPE_AND_EXTRACT_FROM_URLScrape a single URL and optionally extract information using an LLM需要连接
Scrape a single URL and optionally extract information using an LLM
认证
需要 Connected AccountTags
Scrape multiple URLs and optionally extract information using an LLMFIRECRAWL_SCRAPE_AND_EXTRACT_FROM_URLSScrape multiple URLs and optionally extract information using an LLM需要连接
Scrape multiple URLs and optionally extract information using an LLM
认证
需要 Connected AccountTags
Search and optionally scrape search resultsFIRECRAWL_SEARCH_AND_SCRAPESearch and optionally scrape search results需要连接
Search and optionally scrape search results
认证
需要 Connected AccountTags