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) 263 B
import { INodeExecutionData } from 'n8n-workflow'; export declare function execute(keyword: string, maxImages: number, minImageSize?: number, filterBySize?: boolean, useProxies?: boolean, proxyList?: string, requestTimeout?: number): Promise<INodeExecutionData>;