n8n-nodes-google-pagespeed
Version:
n8n community node for Google PageSpeed Insights API with comprehensive performance, accessibility, and SEO analysis
9 lines • 400 B
TypeScript
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
* Execute single URL analysis operation
* @param context - n8n execution context
* @param apiKey - Google API key
* @returns Array of analysis results
*/
export declare function executeAnalyzeSingle(context: IExecuteFunctions, apiKey: string): Promise<INodeExecutionData[]>;
//# sourceMappingURL=analyzeSingleUrl.d.ts.map