Firecrawl · Capability
Firecrawl API — Crawling
Firecrawl API — Crawling. 6 operations. Lead operation: Crawl multiple URLs based on options. Self-contained Naftiko capability covering one Firecrawl business surface.
What You Can Do
POST
Crawlurls
— Crawl multiple URLs based on options
/v1/crawl
GET
Getactivecrawls
— Get all active crawls for the authenticated team
/v1/crawl/active
POST
Crawlparamspreview
— Preview crawl parameters generated from natural language prompt
/v1/crawl/params-preview
GET
Getcrawlstatus
— Get the status of a crawl job
/v1/crawl/{id}
DELETE
Cancelcrawl
— Cancel a crawl job
/v1/crawl/{id}
GET
Getcrawlerrors
— Get the errors of a crawl job
/v1/crawl/{id}/errors
MCP Tools
crawl-multiple-urls-based-options
Crawl multiple URLs based on options
get-all-active-crawls-authenticated
Get all active crawls for the authenticated team
read-only
idempotent
preview-crawl-parameters-generated-natural
Preview crawl parameters generated from natural language prompt
get-status-crawl-job
Get the status of a crawl job
read-only
idempotent
cancel-crawl-job
Cancel a crawl job
idempotent
get-errors-crawl-job
Get the errors of a crawl job
read-only
idempotent