UNPKG

n8n-nodes-dataforseo

Version:

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

8 lines (7 loc) 633 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getBulkSearchVolume(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getAmazonRelatedKeywords(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getAmazonRankedKeywords(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductRankOverview(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductCompetitors(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getProductKeywordIntersections(ef: IExecuteFunctions, i: number): Promise<any>;