n8n community node for Firecrawl API
npm install @1kdanny/n8n-nodes-firecrawlThis is an n8n community node for the Firecrawl API. It provides integration with Firecrawl's web scraping and crawling capabilities.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation.
``bash``
npm install n8n-nodes-firecrawl
The Firecrawl node supports the following operations:
Scrape a single URL for content, with options for different output formats and content filtering.
Start a crawl job on a website from a base URL. Returns a crawl job ID which can be used to check status.
Note: This operation starts an asynchronous process and returns immediately with a job ID.
Retrieve all links (sitemap) from a website. Returns a list of URLs found on the site.
Extract structured data from web pages using prompts or schema definitions. Returns an extraction job ID.
Note: This operation starts an asynchronous process and returns immediately with a job ID.
You need a Firecrawl API key to use this node. Get your API key from your Firecrawl account dashboard.
This node was developed and tested on n8n version 0.195.0
* n8n community nodes documentation
* Firecrawl API Documentation