Open Connector
所有 Tools

Firecrawl logoFirecrawl

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.

firecrawlvcatalog-v118 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

Scraping
Cancel a crawl jobFIRECRAWL_CANCEL_CRAWLCancel a crawl job

Cancel a crawl job

认证

需要 Connected Account

Tags

Crawling
Crawl multiple URLs based on optionsFIRECRAWL_CRAWL_URLSCrawl multiple URLs based on options

Crawl multiple URLs based on options

认证

需要 Connected Account

Tags

Crawling
Extract structured data from pages using LLMsFIRECRAWL_EXTRACT_DATAExtract structured data from pages using LLMs

Extract structured data from pages using LLMs

认证

需要 Connected Account

Tags

Extraction
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 Account

Tags

Crawling
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 Account

Tags

Scraping
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 Account

Tags

Scraping
Get the errors of a crawl jobFIRECRAWL_GET_CRAWL_ERRORSGet the errors of a crawl job

Get the errors of a crawl job

认证

需要 Connected Account

Tags

Crawling
Get the status of a crawl jobFIRECRAWL_GET_CRAWL_STATUSGet the status of a crawl job

Get the status of a crawl job

认证

需要 Connected Account

Tags

Crawling
Get remaining credits for the authenticated teamFIRECRAWL_GET_CREDIT_USAGEGet remaining credits for the authenticated team

Get remaining credits for the authenticated team

认证

需要 Connected Account

Tags

Billing
Get the status of an extract jobFIRECRAWL_GET_EXTRACT_STATUSGet the status of an extract job

Get the status of an extract job

认证

需要 Connected Account

Tags

Extraction
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 Account

Tags

Billing
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 Account

Tags

Billing
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 Account

Tags

Billing
Map multiple URLs based on optionsFIRECRAWL_MAP_URLSMap multiple URLs based on options

Map multiple URLs based on options

认证

需要 Connected Account

Tags

Mapping
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 Account

Tags

Scraping
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 Account

Tags

Scraping
Search and optionally scrape search resultsFIRECRAWL_SEARCH_AND_SCRAPESearch and optionally scrape search results

Search and optionally scrape search results

认证

需要 Connected Account

Tags

Search

Provider 资源