Package Information
Released: 3/6/2025
Downloads: 74 weekly / 88 monthly
Latest Version: 1.0.0
Author: hello_sideguide
Available Nodes
Documentation
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:
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
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
Credentials
To use the Firecrawl node, you need to:
- Sign up for a Firecrawl account at https://firecrawl.dev
- Get your API key from the Firecrawl dashboard
- 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.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.