Skip to content

Releases: mendableai/firecrawl

v1.2.1 - /extract Beta Improvements

10 Jan 17:54
Compare
Choose a tag to compare

What's Changed

/extract (beta) changes

  • We have updated the /extract endpoint to now be asynchronous. When you make a request to /extract, it will return an ID that you can use to check the status of your extract job. If you are using our SDKs, there are no changes required to your code, but please make sure to update the SDKs to the latest versions as soon as possible.

  • For those using the API directly, we have made it backwards compatible. However, you have 10 days to update your implementation to the new asynchronous model.

  • For more details about the parameters, refer to the docs sent to you.

New Contributors

Full Changelog: v1.2.0...v1.2.1

Changelog: https://www.firecrawl.dev/changelog#/extract-changes

v1.2.0 - v1/search is now available!

02 Jan 23:24
Compare
Choose a tag to compare

/v1/search

The search endpoint combines web search with Firecrawl’s scraping capabilities to return full page content for any query.

Include scrapeOptions with formats: ["markdown"] to get complete markdown content for each search result otherwise it defaults to getting SERP results (url, title, description).

More info here /v1/search docs

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

30 Dec 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Dec 18:34
c5b6495
Compare
Choose a tag to compare

Starting today we are going to be posting weekly releases here and on firecrawl.dev/changelog. This release is just a summary of all the improvements and fixes we pushed since v1 release here. Thank you all for the contributions!

v1.1.0

Changelog Highlights

Feature Enhancements

  • New Features:
    • Geolocation, mobile scraping, 4x faster parsing, better webhooks,
    • Credit packs, auto-recharges and batch scraping support.
    • Iframe support and query parameter differentiation for URLs.
    • Similar URL deduplication.
    • Enhanced map ranking and sitemap fetching.

Performance Improvements

  • Faster crawl status filtering and improved map ranking algorithm.
  • Optimized Kubernetes setup and simplified build processes.
  • Sitemap discoverability and performance improved

Bug Fixes

  • Resolved issues:
    • Badly formatted JSON, scrolling actions, and encoding errors.
    • Crawl limits, relative URLs, and missing error handlers.
  • Fixed self-hosted crawling inconsistencies and schema errors.

SDK Updates

  • Added dynamic WebSocket imports with fallback support.
  • Optional API keys for self-hosted instances.
  • Improved error handling across SDKs.

Documentation Updates

  • Improved API docs and examples.
  • Updated self-hosting URLs and added Kubernetes optimizations.
  • Added articles: mastering /scrape and /crawl.

Miscellaneous

  • Added new Firecrawl examples
  • Enhanced metadata handling for webhooks and improved sitemap fetching.
  • Updated blocklist and streamlined error messages.

What's Changed

Read more

Welcome to v1 - A more reliable and developer friendly API

05 Sep 20:28
554a050
Compare
Choose a tag to compare

Firecrawl V1 is here! With that we introduce a more reliable and developer friendly API.

August 29th, 2024

Here is what’s new:

  • Output Formats for /scrape. Choose what formats you want your output in.
  • New /map endpoint for getting most of the URLs of a webpage.
  • Developer friendly API for /crawl/{id} status.
  • 2x Rate Limits for all plans.
  • Go SDK and Rust SDK
  • Teams support
  • API Key Management in the dashboard.
  • onlyMainContent is now default to true.
  • /crawl webhooks and websocket support.

Learn more about it here

Start using v1 right away at https://firecrawl.dev

What's Changed (including v0 + v1)

Read more