🔥

Firecrawl

Tools

Name & DescriptionType
FIRECRAWL_CANCEL_CRAWL_JOBCancels an active or queued web crawl job using its id; attempting to cancel completed, failed, or previously canceled jobs will not change their state.
action
FIRECRAWL_CRAWL_JOB_STATUSRetrieves the current status, progress, and details of a web crawl job, using the job id obtained when the crawl was initiated.
action
FIRECRAWL_MAP_URLSMaps a website by discovering urls from a starting base url, with options to customize the crawl via search query, subdomain inclusion, sitemap handling, and result limits; search effectiveness is site-dependent.
action
FIRECRAWL_CRAWL_URLSInitiates a Firecrawl web crawl from a given url, applying various filtering and content extraction rules, and polls until the job is complete; ensure the url is accessible and any regex patterns for paths are valid.
action
FIRECRAWL_EXTRACTExtracts structured data from web pages by initiating an extraction job and polling for completion; requires a natural language `prompt` or a json `schema` (one must be provided).
action
FIRECRAWL_SCRAPE_EXTRACT_DATA_LLMScrapes a publicly accessible url, optionally performing pre-scrape browser actions or extracting structured json using an llm, to retrieve content in specified formats.
action
FIRECRAWL_SEARCHPerforms a web search for a query, scrapes content from the top search results using Firecrawl, and returns details in specified formats.
action

Details

Installs

More than 1000

Actions

7

Triggers

0