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) • 856 B
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getLiveGoogleSearchVolume(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getGoogleSearchVolume(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveGoogleKeywordsForSite(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getGoogleKeywordsForSite(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveGoogleKeywordsForKeywords(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getGoogleKeywordsForKeywords(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveGoogleTrafficByKeywords(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getGoogleTrafficByKeywords(ef: IExecuteFunctions, i: number): Promise<any>;