n8n-nodes-webcrawlerapi
Version:
n8n node for WebCrawler API integration - a website to markdown API for LLM and RAG
7 lines (6 loc) • 316 B
TypeScript
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class WebCrawlerApiNode implements INodeType {
description: INodeTypeDescription;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
export default WebCrawlerApiNode;