Firecrawl · Capability
Firecrawl API — Scraping
Firecrawl API — Scraping. 8 operations. Lead operation: Scrape multiple URLs and optionally extract information using an LLM. Self-contained Naftiko capability covering one Firecrawl business surface.
What You Can Do
POST
Scrapeandextractfromurls
— Scrape multiple URLs and optionally extract information using an LLM
/v1/batch/scrape
GET
Getbatchscrapestatus
— Get the status of a batch scrape job
/v1/batch/scrape/{id}
DELETE
Cancelbatchscrape
— Cancel a batch scrape job
/v1/batch/scrape/{id}
GET
Getbatchscrapeerrors
— Get the errors of a batch scrape job
/v1/batch/scrape/{id}/errors
POST
Parsefile
— Upload and parse a file
/v1/parse
POST
Scrapeandextractfromurl
— Scrape a single URL and optionally extract information using an LLM
/v1/scrape
POST
Interactwithscrapebrowsersession
— Interact with the browser session associated with a scrape job
/v1/scrape/{jobid}/interact
DELETE
Stopinteractivescrapebrowsersession
— Stop the interactive browser session associated with a scrape job
/v1/scrape/{jobid}/interact
MCP Tools
scrape-multiple-urls-and-optionally
Scrape multiple URLs and optionally extract information using an LLM
get-status-batch-scrape-job
Get the status of a batch scrape job
read-only
idempotent
cancel-batch-scrape-job
Cancel a batch scrape job
idempotent
get-errors-batch-scrape-job
Get the errors of a batch scrape job
read-only
idempotent
upload-and-parse-file
Upload and parse a file
scrape-single-url-and-optionally
Scrape a single URL and optionally extract information using an LLM
interact-browser-session-associated-scrape
Interact with the browser session associated with a scrape job
stop-interactive-browser-session-associated
Stop the interactive browser session associated with a scrape job
idempotent