
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
n8n-nodes-crawl4ai-fork
Advanced tools
n8n nodes for Crawl4AI v0.7.4+ web crawler and data extraction (maintained fork)
Note: This is a maintained fork of the original n8n-nodes-crawl4ai project by Heictor Hsiao. The original author is no longer maintaining the project, so this fork continues development and bug fixes. All original credits remain with the original author.
This project provides n8n integration for Crawl4AI, a powerful web crawling and data extraction tool. It consists of two main nodes:
npm install to install dependenciesBefore using the nodes, you need to set up Crawl4AI API credentials:
The Basic Crawler node allows you to crawl web pages and extract their content:
The Content Extractor node allows you to extract structured data from web pages:
nodes/
├── Crawl4aiBasicCrawler/
│ ├── Crawl4aiBasicCrawler.node.ts # Main node file
│ ├── crawl4ai.svg # Icon
│ ├── actions/
│ │ ├── operations.ts # Operations definition
│ │ ├── router.ts # Router handler
│ │ ├── crawlSingleUrl.operation.ts # Single URL crawl operation
│ │ ├── crawlMultipleUrls.operation.ts # Multiple URL crawl operation
│ │ └── processRawHtml.operation.ts # Raw HTML processing operation
│ └── helpers/
│ ├── interfaces.ts # Interface definitions
│ ├── utils.ts # Common utilities
│ ├── apiClient.ts # API client
│ └── formatters.ts # Formatting tools
│
└── Crawl4aiContentExtractor/
├── Crawl4aiContentExtractor.node.ts # Main node file
├── crawl4ai.svg # Icon
├── actions/
│ ├── operations.ts # Operations definition
│ ├── router.ts # Router handler
│ ├── cssExtractor.operation.ts # CSS selector extraction operation
│ ├── llmExtractor.operation.ts # LLM extraction operation
│ └── jsonExtractor.operation.ts # JSON extraction operation
└── helpers/
├── interfaces.ts # Interface definitions
├── utils.ts # Common utilities
├── apiClient.ts # API client
└── formatters.ts # Formatting tools
credentials/
└── Crawl4aiApi.credentials.ts # Credentials definition
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
n8n nodes for Crawl4AI v0.7.4+ web crawler and data extraction (maintained fork)
We found that n8n-nodes-crawl4ai-fork demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.