Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 2.7 kB | |
v1.12.0 source code.tar.gz | 2025-06-20 | 15.8 MB | |
v1.12.0 source code.zip | 2025-06-20 | 16.1 MB | |
Totals: 3 Items | 31.9 MB | 0 |
Firecrawl v1.12.0 is here!
- New Concurrency System - Specify max concurrency by request for better control. See docs.
- Crawl Entire Domain Param - Follow internal links to sibling or parent URLs, not just child paths (prev. allowBackwardLinks). See docs.
- Google Docs Scraping - We now officially support scraping Google Docs files
- Improved Activity Logs - Better support for FIRE-1 requests. See your logs here.
- /search Playground Enhanced - Location Params added. Check out the playground.
- Firestarter Example - Open Source Chatbot building platform. Repo here.
- Plus tons of performance improvements and bug fixes.
P.S. Have feedback or ideas for v1.13.0? Hit reply and let us know. We're always listening to our community to build the features you need most.
What's Changed
- feat(vertex): fix vertex ai provider bug and update model references… by @tomkosm in https://github.com/mendableai/firecrawl/pull/1668
- Improve URL filtering error messages with specific denial reasons (FIR-2352) by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1676
- feat(index): store short titles and descriptions (FIR-2356) by @mogery in https://github.com/mendableai/firecrawl/pull/1677
- feat: Test mu v3 by @tomkosm in https://github.com/mendableai/firecrawl/pull/1678
- Add deployment type field to bug report template by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1681
- feat(crawl-status): refactor to work after a redis flush (FIR-2271) by @mogery in https://github.com/mendableai/firecrawl/pull/1664
- fix(scrape): log FIRE-1 credits billed on failures properly (FIR-2331) by @mogery in https://github.com/mendableai/firecrawl/pull/1682
- feat(scrape, extract): creditsUsed, tokensUsed fields (FIR-2336) by @mogery in https://github.com/mendableai/firecrawl/pull/1683
- Concurrency limit refactor +
maxConcurrency
parameter (FIR-2191) by @mogery in https://github.com/mendableai/firecrawl/pull/1643 - feat(scrape): support Google Docs (FIR-1365) by @mogery in https://github.com/mendableai/firecrawl/pull/1686
- feat: add followInternalLinks parameter as semantic replacement for allowBackwardLinks by @devin-ai-integration in https://github.com/mendableai/firecrawl/pull/1684
Full Changelog: https://github.com/mendableai/firecrawl/compare/v1.11.0...v1.12.0