Firecrawl releases v2.10: new /parse endpoint, Lockdown mode and multiple structured formats
Firecrawl v2.10 adds /parse document parsing endpoint, Lockdown safe mode, question/highlights/video and other output formats, as well as search domain name inclusion/exclusion, and fixes multiple CVEs.
Firecrawl v2.10: Upgrade "crawl" to "structured results that can be fed directly to Agent"
Firecrawl Release v2.10. The main line of this version is very clear: tightening the three directions of analysis, security and search at the same time, so that the crawled products can go further from "original web pages" to structured data that can be directly consumed by downstream RAG/Agent.
Version overview
| Dimensions | What v2.10 brings |
|---|---|
| Parsing | Added /parse document parsing endpoint |
| Security | Added Lockdown mode + fixed multiple CVEs |
| Output | New question / highlights / video and other formats |
| Search | /search supports includeDomains / excludeDomains |
Parsing and output: write one less layer of post-processing
The newly added /parse endpoint is specifically responsible for converting original content into structured results, which can be used with output formats such as questions, highlights, videos, etc., which means that many cleaning and extraction logic that were originally written by hand on the application side can now be completed in the crawling stage - the captured things are closer to "out-of-the-box".
Search and security: more accurate and more stable
/search’s newly added includeDomains / excludeDomains allows the search to be narrowed down to or excluded from specific domain names, directly improving the relevance of the results. On the security side, a two-pronged approach is adopted: Lockdown mode enforces restrictions on crawling behavior, and multiple CVE fixes are superimposed, making v2.10 more suitable for production environments.
Landing action
- For retrieval scenarios, use includeDomains/excludeDomains to delineate the scope first to reduce noise.
- Switch the result format to question/highlights and shorten the link to RAG.
- Upgrade to get CVE fixes and enable Lockdown mode as needed.
Quotas and billing rules for new endpoints and parameters, as well as the complete list of changes and CVEs, please refer to the official release notes.
Reviews