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) • 658 B
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getLiveYahooOrganicSERPRegular(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveYahooOrganicSERPAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveYahooOrganicSERPHTML(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getYahooOrganicSERPRegular(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getYahooOrganicSERPAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getYahooOrganicSERPHTML(ef: IExecuteFunctions, i: number): Promise<any>;