UNPKG

n8n-nodes-web-crawler

Version:

Node tùy chỉnh cho n8n để cào dữ liệu từ trang web, trích xuất nội dung và hình ảnh

7 lines (6 loc) 301 B
import { IExecuteFunctions } from 'n8n-workflow'; import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class WebCrawler implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }