npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@mendable/n8n-nodes-firecrawl

v1.0.6

Published

Firecrawl node for n8n

Readme

n8n-nodes-firecrawl 🔥

This is an n8n community node. It lets you use Firecrawl in your n8n workflows.

🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The Firecrawl node supports the following operations:

Search

  • Search and optionally scrape search results

Map

  • Input a website and get all the website urls

Scrape

  • Scrapes a URL and get its content in LLM-ready format (markdown, structured data via LLM Extract, screenshot, html)

Crawl

  • Scrapes all the URLs of a web page and return content in LLM-ready format

Batch Scrape

  • Start a batch job to scrape multiple URLs at once

Batch Scrape Status

  • Get the status/result of a batch scrape job by ID

Batch Scrape Errors

  • Retrieve errors for a batch scrape job by ID

Crawl Active

  • List all currently active crawl jobs for your team

Crawl Params Preview

  • Preview crawl parameters generated from a natural-language prompt

Cancel Crawl

  • Cancel a running crawl job by ID

Get Crawl Errors

  • Retrieve errors for a crawl job by ID

Get Crawl Status

  • Check the current status of a crawl job

Extract Data

  • Get structured data from single page, multiple pages or entire websites with AI

Get Extract Status

  • Get the current status of an extraction job

Team Token Usage

  • Get remaining and plan tokens for the authenticated team

Team Credit Usage

  • Get remaining and plan credits for the authenticated team

Historical Credit Usage

  • Get historical credit usage for your team

Historical Token Usage

  • Get historical token usage for your team

Team Queue Status

  • Get your team’s current queue load (waiting, active, max concurrency)

Credentials

To use the Firecrawl node, you need to:

  1. Sign up for a Firecrawl account at https://firecrawl.dev
  2. Get your API key from the Firecrawl dashboard
  3. In n8n, add your Firecrawl API key to the node's credentials

[!CAUTION]
The API key should be kept secure and never shared publicly

Compatibility

  • Minimum n8n version: 1.0.0
  • Tested against n8n versions: 1.0.0, 1.1.0, 1.2.0
  • Node.js version: 18 or higher

Resources

Version history

1.0.6

  • Add support for additional Firecrawl endpoints:
    • Batch Scrape (start/status/errors)
    • Crawl Active
    • Crawl Params Preview
    • Cancel Crawl
    • Get Crawl Errors
    • Team Token Usage
    • Team Credit Usage
    • Historical Credit Usage
    • Historical Token Usage
    • Team Queue Status
  • Wire new operations into the node and align with Firecrawl API v2

1.0.5

  • API version updated to /v2
  • Unified sitemap configuration parameters in Map operation
  • Replaced ignoreSitemap and sitemapOnly with unified sitemap parameter
  • sitemap parameter now accepts: "include" (default), "only", or "skip"

1.0.4

  • Add additional fields property for custom data in Firecrawl API nodes

1.0.2

  • Add integration parameter in all endpoint calls

1.0.1

  • Support for Search operation

1.0.0

  • Initial release
  • Support for all basic Firecrawl operations:
    • Map URLs
    • Scrape URL
    • Crawl Website
    • Get Crawl Status
    • Extract Data
    • Get Extract Status
  • Basic error handling and response processing
  • Support for custom body options

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT