UNPKG

n8n-nodes-dataforseo

Version:

DataForSEO is an SEO and marketing data provider, empowering businesses with invaluable insights via APIs and databases.

10 lines (9 loc) 794 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getProductsAdvnced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductsHTML(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getSellersAdvnced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getSellersHtml(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductSpecificationAdvnced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductSpecificationHtml(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductInfo(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductReviews(ef: IExecuteFunctions, i: number): Promise<any>;