• 1.14.0 Stable

    lrss3 released this 2025-07-04 21:36:57 +08:00 | 11 commits to main since this release

    v1.14.0 Release

    We're excited to announce the release of Firecrawl v1.14.0, packed with cool updates.

    • Authenticated scraping (Join the waitlist here)
    • Zero data retention for enterprise (Email us at help@firecrawl.com to enable it)
    • Improved p75 speeds
    • New MCP version w/ maxAge + better tool calling
    • Open Researcher Example (Open Source Researcher). See repo
    • And so much more 🔥

    What's Changed

    Full Changelog: v1.13.0...v1.14.0

    Downloads
  • 1.13.0 Stable

    lrss3 released this 2025-06-27 23:02:15 +08:00 | 43 commits to main since this release

    Firecrawl v1.13.0 Changelog

    • Added AU, FR, DE to Stealth Mode
    • Crawl subdomains with allowSubdomains
    • Google slides scraping
    • Generate a PDF of the current page. See docs
    • Higher res screenshots with quality param
    • Weekly view for usage on the dashboard
    • Fireplexity Example (Open Source Perplexity). See repo
    • And more!

    Features

    • Support cookies in scrapeURL via safeFetch
    • Add Google Slides scraping
    • Add PDF actions to API, Python & JS SDKs
    • Screenshot quality config
    • parsePDF support in Python & JS SDKs
    • Allow international URLs
    • Enable subdomain crawling in SDKs
    • Worker liveness check before job queueing

    Improvements & Fixes

    • Removed old cache systems (Redis, PDF cache, etc.)
    • Enhanced error messages (TLS, DNS)
    • Improved job count query & error handling
    • Fixed pdf, credits scope, ignoreInvalidURLs bugs
    • Reduced over-logging in concurrency limits
    • Added special job expiration bypass for Faire team
    • Unified fallback logic in JS SDK

    What's Changed

    New Contributors

    Full Changelog: v1.12.0...v1.13.0

    Downloads
  • lrss3 released this 2025-06-20 23:05:15 +08:00 | 79 commits to main since this release

    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 #1668
    • Improve URL filtering error messages with specific denial reasons (FIR-2352) by @devin-ai-integration in #1676
    • feat(index): store short titles and descriptions (FIR-2356) by @mogery in #1677
    • feat: Test mu v3 by @tomkosm in #1678
    • Add deployment type field to bug report template by @devin-ai-integration in #1681
    • feat(crawl-status): refactor to work after a redis flush (FIR-2271) by @mogery in #1664
    • fix(scrape): log FIRE-1 credits billed on failures properly (FIR-2331) by @mogery in #1682
    • feat(scrape, extract): creditsUsed, tokensUsed fields (FIR-2336) by @mogery in #1683
    • Concurrency limit refactor + maxConcurrency parameter (FIR-2191) by @mogery in #1643
    • feat(scrape): support Google Docs (FIR-1365) by @mogery in #1686
    • feat: add followInternalLinks parameter as semantic replacement for allowBackwardLinks by @devin-ai-integration in #1684

    Full Changelog: v1.11.0...v1.12.0

    Downloads