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

3 lines (2 loc) 245 B
import { INodeExecutionData } from 'n8n-workflow'; export declare function execute(url: string, textSelector: string, imageSelector: string, filterBySize?: boolean, minImageSize?: number, checkActualSize?: boolean): Promise<INodeExecutionData>;