Firecrawl
Scrape pages to clean markdown, search the web, map site URLs, parse documents, and run asynchronous crawl and batch-scrape jobs through the AIsa API gateway.
API Sections
POST Firecrawl Scrape
/apis/v1/firecrawl/scrapeScrape one URL to markdown.
POST Firecrawl Search
/apis/v1/firecrawl/searchSearch the web for ranked results.
POST Firecrawl Map
/apis/v1/firecrawl/mapDiscover links across a target website.
POST Firecrawl Parse
/apis/v1/firecrawl/parseParse an HTML upload (multipart/form-data) to markdown.
POST Firecrawl Crawl
/apis/v1/firecrawl/crawlSubmit an async crawl job (poll GET /firecrawl/crawl/{jobId}).
POST Firecrawl Batch Scrape
/apis/v1/firecrawl/batch-scrapeSubmit an async batch scrape (poll GET /firecrawl/batch-scrape/{jobId}).
Related APIs
Search API
POST Firecrawl Parse
Parse an uploaded HTML file into markdown.
Search API
POST Firecrawl Crawl
Crawl an entire website as an async job — submit, then poll for status and results.
Search API
POST Firecrawl Batch Scrape
Scrape many URLs in one async job — submit a list, then poll for status and results.