{"id":"src_cMeoI1zsZQgNujKbUTRiF","slug":"firecrawl-changelog","name":"Firecrawl Changelog","type":"scrape","url":"https://www.firecrawl.dev/changelog","orgId":"org_heWKqj2bYeFykcIS06jdN","org":{"slug":"firecrawl","name":"Firecrawl"},"isPrimary":false,"metadata":"{\"evaluatedMethod\":\"scrape\",\"evaluatedAt\":\"2026-04-11T13:26:59.708Z\",\"noFeedFound\":true}","releaseCount":45,"releasesLast30Days":3,"avgReleasesPerWeek":0.8,"latestVersion":"v2.9.0","latestDate":"2026-04-10T00:00:00.000Z","changelogUrl":null,"hasChangelogFile":false,"lastFetchedAt":"2026-04-11T13:27:55.607Z","trackingSince":"2024-08-29T00:00:00.000Z","releases":[{"id":"rel_MFQ-ySaYI-I5tGLb7kZzg","version":"v2.9.0","title":"v2.9.0 is live","summary":"Firecrawl v2.9.0 includes browser interaction via `/interact`, new scrape formats, smarter PDF handling, two new SDKs, and reliability fixes.\n\n**Key F...","content":"Firecrawl v2.9.0 includes browser interaction via `/interact`, new scrape formats, smarter PDF handling, two new SDKs, and reliability fixes.\n\n**Key Features:**\n* **Browser Interaction via `/interact`** — Scrape a page, then call `/interact` to click buttons, fill forms, navigate, or extract dynamic content using natural language or Playwright/Bash code. Sessions persist across calls with live view URLs and reusable browser profiles.\n* **Query Format** — Pass natural-language prompts to `/scrape` and get direct answers in `data.answer`.\n* **Audio Format** — Request audio output from any scrape as a field on the document.\n* **`onlyCleanContent` Parameter** — Strip navigation, ads, and non-semantic content from markdown output.\n* **PDF Parsing Modes** — Choose `fast`, `auto`, or `ocr` parsing with `maxPages` option for fine-grained extraction control.\n* **Java & Elixir SDKs** — Official SDKs with full v2 API support, joining JS, Python, Go, and Rust.","publishedAt":"2026-04-10T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#v2-9-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v29.webp","alt":"v2.9.0 Release"}]},{"id":"rel_0TgZywcD1mMCm5aw_t8A7","version":null,"title":"Introducing /interact - Scrape and Automate Actions With Agents","summary":"Introduce the new **`/interact` endpoint** that turns any scrape into a live browser session where agents can click, type, and navigate using natural ...","content":"Introduce the new **`/interact` endpoint** that turns any scrape into a live browser session where agents can click, type, and navigate using natural language.\n\n**Key Features:**\n* **Natural Language Control** — Describe what you want in plain English; the agent clicks, types, scrolls, and extracts data automatically without selectors or scripts.\n* **Live Browser Sessions** — Every session includes a live URL you can embed, share, or interact with in real time for debugging and demos.\n* **Persistent Profiles** — Log in once and pick up where you left off with cookies and localStorage carrying across scrapes with named profiles.\n* **Full Playwright Control** — Switch to code mode and run Playwright (Node.js or Python) or Bash for precision control.\n* **Session Reuse** — Chain multiple interact calls on the same scrape with the browser maintaining state between calls for complex multi-step workflows.","publishedAt":"2026-03-25T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#introducing-interact-scrape-and-automate-actions-with-agents","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/interact-endpoint.webp","alt":"Interact CLI"}]},{"id":"rel_m9m3VMn6QylKKzctj0k3P","version":null,"title":"Firecrawl Java SDK","summary":"Full support for core endpoints including scrape, search, and crawl. Works with Maven, Gradle, and Java 17+.\n\n**Key Features:**\n* **Maven & Gradle Rea...","content":"Full support for core endpoints including scrape, search, and crawl. Works with Maven, Gradle, and Java 17+.\n\n**Key Features:**\n* **Maven & Gradle Ready** — Drop into any Java project via JitPack with standard dependency management.\n* **Java 17+ Support** — Built for modern Java environments.\n* **Core Endpoint Coverage** — Scrape, search, crawl, map, and agent endpoints all supported.","publishedAt":"2026-03-12T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#firecrawl-java-sdk","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/java-sdk.webp","alt":"Firecrawl Java SDK"}]},{"id":"rel_JuGqBoAMN2tuvkLxySPSj","version":null,"title":"Faster, Smarter PDF Parsing","summary":"New PDF parsing engine delivers 3x faster parsing and significantly improved reliability. Rebuilt in Rust, it automatically adapts to any PDF from cle...","content":"New PDF parsing engine delivers 3x faster parsing and significantly improved reliability. Rebuilt in Rust, it automatically adapts to any PDF from clean text files to scanned reports and complex layouts.\n\n**Key Features:**\n* **Rust-Based Parser** — High-performance engine built in Rust delivers up to 3x faster parsing, reducing latency in data ingestion and embedding workflows.\n* **Three Parsing Modes:**\n  * `fast` — text-only parsing for maximum performance.\n  * `auto` — new default; starts in fast mode and automatically falls back to OCR when needed, intelligently detecting edge cases like embedded images, graphs, multi-column layouts, and unusual text encodings.\n  * `ocr` — forces OCR parsing for fully image-based or scanned documents.\n* **Built for Production Reliability** — Extensively tested across thousands of real-world PDFs for consistent, accurate extraction.","publishedAt":"2026-02-26T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#faster-smarter-pdf-parsing","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/pdf-parser-v2.webp","alt":"PDF Parser V2"}]},{"id":"rel_vx7axHNq9qczHGWtTSIO-","version":null,"title":"Introducing Browser Sandbox","summary":"**Browser Sandbox** gives agents a secure, fully managed browser environment for interactive web automation with no local setup, Chromium installs, or...","content":"**Browser Sandbox** gives agents a secure, fully managed browser environment for interactive web automation with no local setup, Chromium installs, or driver compatibility issues. Each session runs in an isolated, disposable sandbox that scales without infrastructure management.\n\n**Key Features:**\n* **Browser Sandbox** — Launch secure, isolated browser sessions with Python, JavaScript, and bash execution. Pre-installed with agent-browser CLI and Playwright.\n* **Multi-Language Support** — Execute Python, JavaScript, or bash code remotely via API, CLI, or SDK with instant results.\n* **agent-browser Integration** — Pre-installed CLI with 40+ commands for AI agents to write simple bash commands instead of complex Playwright code.\n* **Live View & CDP Access** — Watch sessions in real time via embeddable stream URL or connect own Playwright instance over WebSocket.\n* **Session Management** — Configurable TTL controls, parallel sessions (up to 20 concurrent), and automatic cleanup. 2 credits per browser minute with 5 minutes free.","publishedAt":"2026-02-17T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#introducing-browser-sandbox","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/browser-launch.webp","alt":"Browser Sandbox"}]},{"id":"rel_qILhCAY8uwhFHtrDyJjYY","version":null,"title":"Improved Logo Extraction for Branding Format v2","summary":"Significantly improved logo extraction accuracy for Branding Format v2, the endpoint for extracting brand identities from websites.\n\n**Key Features:**...","content":"Significantly improved logo extraction accuracy for Branding Format v2, the endpoint for extracting brand identities from websites.\n\n**Key Features:**\n* **Significantly improved logo detection** — More reliable logo extraction with fewer false positives and better handling of edge cases like logos embedded in background images.\n* **Works with modern site builders** — Branding Format now properly detects logos built with Wix, Framer, and other drag-and-drop platforms generating complex or non-semantic HTML.\n* **Built for AI agents and developers** — Captures colors, typography, spacing, and UI components in structured format to power AI agents and apps.","publishedAt":"2026-02-06T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#improved-logo-extraction-for-branding-format-v2","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/branding-format-v2-cover-image-adjusted.webp","alt":"Branding Format v2"}]},{"id":"rel_ANOhAFpUXzCr9SYzXO9Md","version":"v2.8.0","title":"v2.8.0 is live","summary":"Firecrawl v2.8.0 brings major improvements to agent workflows, developer tooling, and self-hosted deployments across the API and SDKs.\n\n**Key Features...","content":"Firecrawl v2.8.0 brings major improvements to agent workflows, developer tooling, and self-hosted deployments across the API and SDKs.\n\n**Key Features:**\n* **Parallel Agents** — Execute thousands of `/agent` queries simultaneously with automatic failure handling and intelligent waterfall execution. Powered by Spark 1 Fast for instant retrieval, automatically upgrading to Spark 1 Mini for complex queries.\n* **Firecrawl Skill** — Enables agents to use Firecrawl for web scraping and data extraction.\n* **Firecrawl CLI** — Command-line interface with full scrape, search, crawl, and map support.\n* **Spark Model Family** — Three new models: Spark 1 Fast for instant retrieval, Spark 1 Mini for complex research queries, and Spark 1 Pro for advanced extraction tasks.\n* **Agent Enhancements** — Webhook support, model selection, and new MCP Server tools for autonomous web data gathering.","publishedAt":"2026-02-03T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#v2-8-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v28.webp","alt":"v2.8.0 Launch"}]},{"id":"rel_hXZPm_SIGPS3iHapG2CFd","version":null,"title":"Parallel Agents: Extract Web Data at Scale","summary":"Bringing **parallel processing** to `/agent`, letting you batch hundreds or thousands of queries simultaneously. What took hours of sequential queries...","content":"Bringing **parallel processing** to `/agent`, letting you batch hundreds or thousands of queries simultaneously. What took hours of sequential queries now completes in minutes with automatic failure handling and parallel execution.\n\n**Key Features:**\n* **Parallel Batch Processing** — Run thousands of `/agent` queries simultaneously to enrich companies, research competitors, or build datasets at scale.\n* **Intelligent Waterfall** — Tries instant retrieval first, then automatically upgrades specific cells to full agent research (Spark One Mini) only when needed.\n* **Real-Time Spreadsheet Interface** — Work in familiar CSV format with instant visual feedback as cells populate in real-time.\n* **Zero Configuration** — Input data schema, write one prompt, hit run without workflow building.\n* **Predictable Pricing** — 10 credits per cell with Spark-1 Fast.","publishedAt":"2026-01-30T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#parallel-agents-extract-web-data-at-scale","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/blog/parallel-agents/parallel-agents.webp","alt":"Parallel Agents"}]},{"id":"rel_Apt98OgOSjRGgktC8xWPn","version":null,"title":"Introducing the Firecrawl Skill & CLI","summary":"Introducing the **Firecrawl Skill and CLI**, a new way for AI agents to reliably access real-time web data. With a single install, agents like Claude ...","content":"Introducing the **Firecrawl Skill and CLI**, a new way for AI agents to reliably access real-time web data. With a single install, agents like Claude Code, Antigravity, and OpenCode can access Firecrawl endpoints including scrape, search, crawl, and map.\n\n**Key Features:**\n* **One-Command Install** — Install the skill with a single command to teach agents how to authenticate and use all of Firecrawl's endpoints.\n* **Real-Time Web Data at Runtime** — Agents can pull fresh, full-page content from docs, product pages, pricing, and articles exactly when needed.\n* **Context-Efficient for Agents** — Uses a file-based approach for context management and bash methods for efficient search and retrieval.\n* **Works Across Complex & Dynamic Sites** — Powered by Firecrawl's custom browser stack for reliable extraction from large, JavaScript-heavy sites.\n* **Proven, Best-in-Class Coverage** — Backed by benchmark results showing >80% coverage across real-world evaluations.","publishedAt":"2026-01-27T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#introducing-the-firecrawl-skill-cli","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/blog/firecrawl-cli-skills-launch/firecrawlskillscli.webp","alt":"Firecrawl Skill + CLI"}]},{"id":"rel_qSAbl4t80R4Cwe8pMU1eh","version":"v2.7.0","title":"v2.7.0 is here!","summary":"Major release with enterprise features and platform improvements.\n\n**Key Features:**\n* **ZDR Search Support** — Enterprise customers can now search wi...","content":"Major release with enterprise features and platform improvements.\n\n**Key Features:**\n* **ZDR Search Support** — Enterprise customers can now search with Zero Data Retention enabled end-to-end.\n* **Partner Integrations API** — Available in closed beta for native integrations in partner products.\n* **Improved Branding Format** — Better detection and support across all platforms.\n* **Faster Screenshots** — Enhanced viewport and full page screenshots with improved speed and accuracy.\n* **Self-hosted Improvements** — Significant enhancements for deployments and infrastructure.\n* **Performance Enhancements** — Platform-wide improvements for better user experience.","publishedAt":"2025-12-05T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#v2-7-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v27.png","alt":"v2.7.0 Launch"}]},{"id":"rel_I9c23hrFaJCdaNqmlH68E","version":"v2.6.0","title":"v2.6.0 available now","summary":"Major release with unified billing, enhanced features, and significant reliability improvements.\n\n**Key Features:**\n* **Unified Billing Model** — Cred...","content":"Major release with unified billing, enhanced features, and significant reliability improvements.\n\n**Key Features:**\n* **Unified Billing Model** — Credits and tokens merged into single system. Extract now uses credits (15 tokens = 1 credit), existing tokens work everywhere.\n* **Enhanced Branding Format** — Full support across Playground, MCP, JS and Python SDKs.\n* **Reliability and Speed Improvements** — All endpoints significantly faster with improved reliability.\n* **Instant Credit Purchases** — Buy credit packs directly from dashboard without waiting for auto-recharge.\n* **Improved Markdown Parsing** — Enhanced markdown conversion and main content extraction accuracy.\n* **Change Tracking** — Faster and more reliable detection of web page content updates.\n* **Core Stability Fixes** — Fixed core stability issues, PDF timeouts, and improved error handling.","publishedAt":"2025-11-14T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#v2-6-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v26.png","alt":"v2.6.0 Launch"}]},{"id":"rel_o7vCDrcwXcn8c-HS79WwC","version":"v2.5.0","title":"v2.5.0 - The World's Best Web Data API","summary":"Major release delivering the highest quality and most comprehensive web data API with two major infrastructure improvements: a new Semantic Index and ...","content":"Major release delivering the highest quality and most comprehensive web data API with two major infrastructure improvements: a new Semantic Index and a completely custom browser stack.\n\n**Key Features:**\n* **Semantic Index** — New infrastructure improvement for better understanding and extraction of web content.\n* **Custom Browser Stack** — Completely redesigned browser infrastructure for improved reliability and performance.\n* **Benchmark Results** — Represents a significant leap forward in web data extraction quality and comprehensiveness.\n* **Open-Sourced Benchmarks** — Released scrape-evals, a reproducible framework for testing web scraping engines on 1,000 real URLs.","publishedAt":"2025-10-25T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#v2-5-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v25.png","alt":"v2.5.0 Launch"},{"type":"image","url":"https://www.firecrawl.dev/changelog/images/benchmark.png","alt":"Benchmarks"}]},{"id":"rel_rv4CfXJ_EIMH5EzDASkjW","version":"2.5","title":"Firecrawl v2.5","summary":"Major release featuring open-source scrape-evals benchmark testing 13 web scraping engines on 1,000 URLs, improved full-page extraction with enhanced ...","content":"Major release featuring open-source scrape-evals benchmark testing 13 web scraping engines on 1,000 URLs, improved full-page extraction with enhanced browser stack, semantic index for faster retrieval of fresh or previously indexed data, 5x cheaper search with auto-recharge credit packs, smarter concurrency and crawl architecture for improved throughput and reliability, and Excel (.xlsx) scraping support for spreadsheets and CSV files.","publishedAt":"2025-10-13T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#2-5","media":[]},{"id":"rel_ebvDUMC4Xt53SsHPudxfO","version":"2.4.0","title":"Firecrawl v2.4.0","summary":"New PDF search category for filtering documents via v2/search endpoint, 10x improved semantic crawling with better accuracy for prompt-based crawling,...","content":"New PDF search category for filtering documents via v2/search endpoint, 10x improved semantic crawling with better accuracy for prompt-based crawling, new x402 search endpoint via Coinbase integration, fire-enrich v2 AI-powered data enrichment example, enhanced crawl status with real-time updates and robots.txt warnings, and 20+ self-host stability and functionality improvements.","publishedAt":"2025-09-19T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#2-4-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v24.png","alt":"v2.4.0 Launch"}]},{"id":"rel_uvOVxsnROScfbTKfgqo2I","version":"2.3.0","title":"Firecrawl v2.3.0","summary":"YouTube transcript support, ODT and RTF parsing support, ~50x faster Docx parsing, enterprise auto-recharge, playground UX improvements, and self-host...","content":"YouTube transcript support, ODT and RTF parsing support, ~50x faster Docx parsing, enterprise auto-recharge, playground UX improvements, and self-hosting improvements.","publishedAt":"2025-09-12T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#2-3-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v23.png","alt":"v2.3.0 Launch"}]},{"id":"rel_mBrX5pz4HK1z7jX6SXNUC","version":"2.2.0","title":"Firecrawl v2.2.0","summary":"MCP version 3 with stable cloud support via HTTP Transport and SSE modes, webhook signatures and extract support with event failure tracking, 15x fast...","content":"MCP version 3 with stable cloud support via HTTP Transport and SSE modes, webhook signatures and extract support with event failure tracking, 15x faster Map endpoint with expanded URL support, search reliability improvements, API key-based usage tracking, support for additional locations (CA, CZ, IL, IN, IT, PL, PT), queue status endpoint, and maxPages parameter for v2 scrape API PDF parsing.","publishedAt":"2025-08-29T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#2-2-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v22.png","alt":"v2.2.0 Launch"}]},{"id":"rel_P06jv_MXxNUyFLEjm69Qi","version":"2.1.0","title":"Firecrawl v2.1.0","summary":"Search categories filter (github for repositories and code, research for academic websites like arXiv, Nature, IEEE, PubMed), image extraction support...","content":"Search categories filter (github for repositories and code, research for academic websites like arXiv, Nature, IEEE, PubMed), image extraction support in v2 scrape endpoint, data-* attribute scraping, hash-based routing for crawl endpoints, improved Google Drive scraping for TXT, PDF, and Sheets, PDF title extraction and metadata, and Map endpoint support for up to 100k results.","publishedAt":"2025-08-19T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#2-1-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v21.png","alt":"v2.1.0 Launch"}]},{"id":"rel_gLbcjsuXDrhAJsHTtSS5Q","version":"2.0.0","title":"Introducing Firecrawl v2","summary":"Faster by default with 2-day maxAge caching and sensible defaults (blockAds, skipTlsVerification, removeBase64Images), new \"summary\" format for concis...","content":"Faster by default with 2-day maxAge caching and sensible defaults (blockAds, skipTlsVerification, removeBase64Images), new \"summary\" format for concise page content, updated JSON extraction with object format (old \"extract\" renamed to \"json\"), enhanced screenshot options using object form, new search sources for news and images, and smart crawling with natural-language prompts that auto-derive paths and limits with crawl-params-preview endpoint.","publishedAt":"2025-07-18T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#2-0-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v2-changelog.png","alt":"Firecrawl v2"}]},{"id":"rel_LVuF6kh_bILQq3HgtMJCC","version":"1.15.0","title":"Firecrawl v1.15.0","summary":"SSO for enterprise, improved scraping reliability, search params added to activity logs, FireGEO open-source example, and over 50 PRs merged for bug f...","content":"SSO for enterprise, improved scraping reliability, search params added to activity logs, FireGEO open-source example, and over 50 PRs merged for bug fixes and improvements.","publishedAt":"2025-07-04T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#1-15-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v115.jpg","alt":"v1.15.0 Launch"}]},{"id":"rel_bIz_SnTCcf2KiG3I0-HNg","version":"1.14.0","title":"Firecrawl v1.14.0","summary":"Authenticated scraping (waitlist available), zero data retention for enterprise, improved p75 speeds, new MCP version with maxAge parameter and better...","content":"Authenticated scraping (waitlist available), zero data retention for enterprise, improved p75 speeds, new MCP version with maxAge parameter and better tool calling, open-source Open Researcher example, and numerous additional improvements.","publishedAt":"2025-06-27T00:00:00.000Z","url":"https://www.firecrawl.dev/changelog#1-14-0","media":[{"type":"image","url":"https://www.firecrawl.dev/changelog/images/v114.jpg","alt":"v1.14.0 Launch"}]}],"pagination":{"page":1,"pageSize":20,"totalPages":3,"totalItems":45},"summaries":{"rolling":{"windowDays":90,"summary":"Firecrawl shifted toward agent-driven automation and multi-step workflows. The `/interact` endpoint turned scrapes into persistent browser sessions where agents can click, fill forms, and navigate using natural language or code, with sessions reusable across calls. Parallel agent execution scaled data extraction from hours to minutes by running thousands of queries simultaneously with intelligent fallback to deeper research only when needed. The new Rust-based PDF parser added three configurable modes—fast, auto (with fallback OCR), and OCR-only—to handle everything from clean text to scanned documents, and new SDKs for Java and Elixir joined the lineup alongside a Firecrawl Skill that lets Claude, Antigravity, and other agents access scrape and search endpoints directly.","releaseCount":9,"generatedAt":"2026-04-11T13:27:58.936Z"},"monthly":[{"year":2026,"month":3,"summary":"Firecrawl shipped agent-driven browser automation with the `/interact` endpoint, letting developers describe actions in natural language and have agents execute them across live sessions with persistent login state. The month also expanded language support with a full Java SDK covering core scraping and crawling operations.","releaseCount":2,"generatedAt":"2026-04-11T13:28:00.349Z"}]}}