UNPKG

n8n-nodes-dataforseo

Version:

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

6 lines (5 loc) 455 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getGooglePlayBulkAppMetrics(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getGooglePlayKeywordsForApp(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getGooglePlayAppCompetitors(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getGooglePlayAppIntersection(ef: IExecuteFunctions, i: number): Promise<any>;