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) 601 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getParsedSerp(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getFinanceExplore(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getFinanceMarkets(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getFinanceQuote(ef: IExecuteFunctions, i: number): Promise<any>; export declare function searchGoogleFinanceTickers(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getGoogleAIModeSerp(ef: IExecuteFunctions, i: number): Promise<any>;