Package Information
Documentation
n8n-nodes-firecrawl
This 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
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-firecrawl
Operations
The Firecrawl node supports the following operations:
Scrape URL
Scrape a single URL for content, with options for different output formats and content filtering.
Crawl Website
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.
Map Website
Retrieve all links (sitemap) from a website. Returns a list of URLs found on the site.
Extract Data
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.
Credentials
You need a Firecrawl API key to use this node. Get your API key from your Firecrawl account dashboard.
Compatibility
This node was developed and tested on n8n version 0.195.0