Firecrawl node for n8n
npm install @kkit/n8n-nodes-firecrawlThis 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
Follow the installation guide in the n8n community nodes documentation.
The Firecrawl node supports the following operations:
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
- 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
* n8n community nodes documentation
* Firecrawl Documentation
* Firecrawl API Reference
ignoreSitemap and sitemapOnly with unified sitemap parametersitemap parameter now accepts: "include" (default), "only", or "skip"Refer to our documentation on creating nodes for detailed information on building your own nodes.