UNPKG

n8n-nodes-dataforseo

Version:

DataForSEO is an SEO and marketing data provider, empowering businesses with invaluable insights via APIs and databases.

4 lines (3 loc) 246 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getLiveGoogleTrendsExplore(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getGoogleTrendsExplore(ef: IExecuteFunctions, i: number): Promise<any>;