n8n-nodes-dataforseo
Version:
DataForSEO is an SEO and marketing data provider, empowering businesses with invaluable insights via APIs and databases.
7 lines (6 loc) • 567 B
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getLiveLlmMentions(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsTopPages(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsTopDomains(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsAggregatedMetrics(ef: IExecuteFunctions, i: number): Promise<any>;
export declare function getLiveLlmMentionsCrossAggregatedMetrics(ef: IExecuteFunctions, i: number): Promise<any>;