Skip to main content
Every firecrawl.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Agent

cancel

agent.cancel Cancel an in-flight agent job Risk: write
Input Output

get

agent.get Get status for an agent job Risk: read
Input Output

start

agent.start Start an agentic extraction job Risk: write
Input
Output

Crawl

cancel

crawl.cancel Cancel an in-flight crawl job Risk: write
Input Output

get

crawl.get Get status and results for a crawl job Risk: read
Input Output

start

crawl.start Start a recursive crawl from a base URL Risk: write
Input
Output

Map

run

map.run Map all URLs discovered from a site Risk: read
Input
Output

Scrape

run

scrape.run Scrape a single URL (markdown, JSON, etc.) Risk: read
Input
Output

run

search.run Search the web and retrieve page content Risk: read
Input
Output