Day 7 – Integration Day
Overview
For the final day of Launch Week III, we’re rolling out new and updated integrations that make it easier to connect Firecrawl to the tools and platforms you already use.
From automation platforms to AI pipelines, Firecrawl now integrates with 20+ services, giving you a faster path from web data to workflow execution.
Key Integration Updates
- Discord Bot: Trigger scrapes and receive structured results right inside your server. Learn more
- Make Integration: Visually build workflows powered by Firecrawl's scraping and extraction. Learn more
- n8n Integration: Connect Firecrawl to custom automation flows. Learn more
- Langflow: Seamlessly embed Firecrawl agents into Langflow pipelines. Learn more
- LlamaIndex: Use Firecrawl with LlamaIndex to enrich and retrieve data intelligently. Learn more
- Dify: Integrate Firecrawl with Dify to automate AI workflows. Learn more
More integrations are on the way — and if there’s one you’re missing, we’d love to hear about it.
Day 6 – Firecrawl MCP
Overview
Today we’re launching a major upgrade to our Firecrawl MCP server, our implementation of the Model Context Protocol for LLM-connected scraping workflows.
This release brings FIRE-1 agent support to the MCP, letting you unlock data hidden behind interaction barriers like logins and buttons — all via scrape and extract endpoints.
We’re also introducing Server-Sent Events (SSE) support for local use, making setup and real-time integration easier than ever.
These updates make it simpler to stream web data into LLM pipelines, with intelligent agents handling the heavy lifting.
Key Features
- FIRE-1 Support: Use the web action agent via MCP’s scrape and extract endpoints.
- Interaction-Aware: Automatically navigates complex web barriers.
- SSE Support: Stream output in real time — locally or from our hosted MCP server.
- Plug-and-Play: Minimal setup needed for integration with your stack.
Day 5 – Developer Day
Overview
Today is all about developers. We’re rolling out upgrades that make building with Firecrawl smoother and more scalable — whether you’re working in Python, Rust, or your favorite editor.
We’ve introduced a fully async Python SDK with named params and return types, powerful new features in the Rust SDK, expanded team support on every plan, and a brand new Firecrawl Dark Theme for VSCode and compatible editors.
Key Features
- Major Python SDK Improvements: Named params, return types, and Async added to our Python SDK (VERSION 2.0)
- Rust SDK Upgrades: Batch scraping, job cancellation, llms.txt generation, smarter search.
- Firecrawl Dark Theme: A sleek new theme for VSCode, Cursor, and Windsurf. Download it here.
- QoL Improvements: Plenty of small but meaningful changes to improve dev experience like no more team caps. All plans now include up to 20 seats.
Day 4 – LLMstxt.new
Overview
Today we’re announcing http://llmstxt.new — the fastest way to turn any website into a clean, consolidated text file for LLMs.
Just add llmstxt.new/ in front of any URL, and you’ll get back a plain .txt file, optimized for AI training and inference. No boilerplate, no noise — just useful content.
Built on top of Firecrawl, this tool makes it effortless to prepare real-world web content for use in LLM pipelines.
Key Features
- Instant Usage: Just add
llmstxt.new/before any URL. - Two Outputs:
llms.txtfor concise summaries,llms-full.txtfor full content. - API Friendly: Call via
http://llmstxt.new/{YOUR_URL}or with a Firecrawl API key for full output. - LLM-Ready Format: Designed for both training and inference contexts.
Day 3 – /extract v2
Overview
Today we’re launching /extract v2, a major upgrade to our extraction system — powered by the FIRE-1 agent.
With full support for pagination, multi-step flows, and dynamic interactions, extract v2 goes way beyond what we shipped back in January. It’s also now possible to extract data without a URL, using a built-in search layer to find the content you’re after.
We’ve rebuilt the internals from the ground up — improved models, better architecture, and significantly better performance across our internal benchmarks.
Key Features
- FIRE-1 Integration: Automatically handles page actions, navigation, and interaction.
- Multi-Page Extraction: Extract data across paginated or step-based flows.
- No URL Required: Use built-in search to extract content without a direct link.
- Improved Accuracy: New models and architecture mean better, faster results.
Day 2 - FIRE-1 Agent
Overview
Meet FIRE-1, Firecrawl's first AI Agent built to take web scraping to the next level. With intelligent navigation and interaction capabilities, FIRE-1 can go far beyond traditional scraping methods.
From handling pagination to interacting with dynamic site elements like buttons and links, FIRE-1 allows for powerful, context-aware scraping and extraction workflows.
Key Features
- Smart Navigation: Move through paginated or multi-step content automatically.
- Dynamic Interaction: Click buttons, follow links, and interact with JavaScript-rendered components.
Day 1 - Change Tracking
Overview
Change tracking is a powerful feature that allows you to monitor and detect changes in web content over time. It is available in both the JavaScript and Python SDKs.
Key Features
- Detect Changes: Identify if a webpage has changed since the last scrape.
- View Specific Changes: Access detailed information about what has changed between scrapes.
- Structured Data: Receive structured data about the changes.
- Visibility Control: Manage the visibility of changes on your website.
Using the changeTracking format, you can effectively monitor changes on a website and receive comprehensive information about the timestamp of the previous scrape, the result of the comparison between the two page versions, and the visibility of the current page/URL.
Day 0 - Firecrawl Editor Theme
Overview
We're excited to release our official Firecrawl Editor Theme! Available now for most editors including Cursor, Windsurf, and more.
Key Features
The Firecrawl Editor Theme provides a clean, focused coding experience for everyone. Our color palette emphasizes readability while maintaining the Firecrawl brand identity.
Download
You can download the editor theme on the VS Code Marketplace here.
What's Changed
- fix(js-sdk): isows import issues (FIR-1586) (FIR-1536) by @mogery in https://github.com/mendableai/firecrawl/pull/1411
- fix(rust-sdk): remove rustfmt by @washanhanzi in https://github.com/mendableai/firecrawl/pull/1392
- feat(log_job): start saving jobs to GCS by @mogery in https://github.com/mendableai/firecrawl/pull/1424
- Rename 'compare' format and property to 'changeTracking' by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1423
- feat(crawl-status): retrieve job data from GCS by @mogery in https://github.com/mendableai/firecrawl/pull/1427
- read from GCS (again) by @mogery in https://github.com/mendableai/firecrawl/pull/1433
- Add examples/ Llama 4 Maverick Crawler by @aparupganguly in https://github.com/mendableai/firecrawl/pull/1416
- Add examples/llama4-maverick-web-extractor by @aparupganguly in https://github.com/mendableai/firecrawl/pull/1418
- feat(api/search): add search endpoint and update request limits by @ftonato in https://github.com/mendableai/firecrawl/pull/1436
- feat(log_job): stop putting docs in the db by @mogery in https://github.com/mendableai/firecrawl/pull/1438
- feat(scrapeURL): reintroduce default timeout for simple queries by @mogery in https://github.com/mendableai/firecrawl/pull/1440
- ACUC: Dynamic Limits (FIR-1641) by @mogery in https://github.com/mendableai/firecrawl/pull/1434
- (feat/deep-research) Improvements to final analysis by @nickscamara in https://github.com/mendableai/firecrawl/pull/1443
- feat: incorporate user preferences and notification categories by @ftonato in https://github.com/mendableai/firecrawl/pull/1419
- (feat/change-tracking) Change Tracking Modes by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1445
- Add change tracking support to Python and JS SDKs by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1448
- Add waitFor of 5000ms for changeTracking format by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1450
- Add examples/gpt-4.1-crawler by @aparupganguly in https://github.com/mendableai/firecrawl/pull/1460
- feat(scrape): get job result from GCS, avoid Redis by @mogery in https://github.com/mendableai/firecrawl/pull/1461
- (feat/fire-1) FIRE-1 by @nickscamara in https://github.com/mendableai/firecrawl/pull/1462
- Set default timeout to 120s when proxy is stealth by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1464
- feat(extract): cost limit by @mogery in https://github.com/mendableai/firecrawl/pull/1473
- feat(rust): update rust sdk to support new features by @kkharji in https://github.com/mendableai/firecrawl/pull/1446
- [python-SDK] improvs/async by @rafaelsideguide in https://github.com/mendableai/firecrawl/pull/1337
- Add examples/gpt-4.1 Company Researcher by @aparupganguly in https://github.com/mendableai/firecrawl/pull/1477
- Python sdk/v2.1.0 by @rafaelsideguide in https://github.com/mendableai/firecrawl/pull/1479
- [fix/sdk] kwargs params by @rafaelsideguide in https://github.com/mendableai/firecrawl/pull/1490
- (fix/search) Search logs fix by @nickscamara in https://github.com/mendableai/firecrawl/pull/1491
- RM sb by @nickscamara in https://github.com/mendableai/firecrawl/pull/1492
- [feat] added second scrapeURLWithFireEngine by @rafaelsideguide in https://github.com/mendableai/firecrawl/pull/1494
- Use
_async_monitor_job_statusinAsyncFirecrawlAppby @jmbledsoe in https://github.com/mendableai/firecrawl/pull/1498 - Add examples/o3 Web Crawler by @aparupganguly in https://github.com/mendableai/firecrawl/pull/1487
- Add examples/o4-mini web crawler by @aparupganguly in https://github.com/mendableai/firecrawl/pull/1489
- [SDK] fix: Update version to 2.4.0 and enhance ExtractResponse model with additi… by @rafaelsideguide in https://github.com/mendableai/firecrawl/pull/1501
- [python-sdk] Webhook param for batch scrape by @arvida in https://github.com/mendableai/firecrawl/pull/1505
New Contributors
- @washanhanzi made their first contribution in https://github.com/mendableai/firecrawl/pull/1392
- @kkharji made their first contribution in https://github.com/mendableai/firecrawl/pull/1446
- @jmbledsoe made their first contribution in https://github.com/mendableai/firecrawl/pull/1498
- @arvida made their first contribution in https://github.com/mendableai/firecrawl/pull/1505
Full Changelog: https://github.com/mendableai/firecrawl/compare/v1.7.0...v1.8.0
Fetched April 11, 2026


