n8n-nodes-dataforseo
Version:
DataForSEO is an SEO and marketing data provider, empowering businesses with invaluable insights via APIs and databases.
12 lines (11 loc) • 1.06 kB
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getLiveBingOrganicSERPRegular(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveBingOrganicSERPAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveBingOrganicSERPHTML(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getBingOrganicSERPRegular(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getBingOrganicSERPAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getBingOrganicSERPHTML(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveBingLocalPackSERPRegular(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveBingLocalPackSERPHTML(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getBingLocalPackSERPRegular(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getBingLocalPackSERPHTML(ef: IExecuteFunctions, i: number): Promise<any>;