UNPKG

n8n-nodes-dataforseo

Version:

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

10 lines (9 loc) 876 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getLiveYoutubeOrganicSERPAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getYoutubeOrganicSERPAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getLiveYoutubeVideoInfoAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getYoutubeVideoInfoAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getLiveYoutubeSubtitlesAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getYoutubeSubtitlesAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getLiveYoutubeCommentsAdvanced(ef: IExecuteFunctions, i: number): Promise<any>; export declare function getYoutubeCommentsAdvanced(ef: IExecuteFunctions, i: number): Promise<any>;