Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
How it works • Extract AI Overviews from Google Search Receives data from browser extension via webhook • Convert HTML to Markdown Automatically processes and cleans AI Overview content • Store in ...
n8n-nodes-base.webhook, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.filter, n8n-nodes-base.html, n8n-nodes-base.merge, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roman Rozenberger.
Original n8n.io source• Extract AI Overviews from Google Search - Receives data from browser extension via webhook
• Convert HTML to Markdown - Automatically processes and cleans AI Overview content
• Store in Google Sheets - Archives all extracted AI Overviews with metadata and sources
• Generate SEO Guidelines - AI analyzes page content vs AI Overview to suggest improvements
• Automate Analysis - Batch process multiple URLs and schedule regular checks
• Import workflow - Load the JSON template into your n8n instance (2 minutes)
• Configure Google Sheets - Set up OAuth connection and create spreadsheet with required columns (5 minutes)
• Set up AI provider - Add OpenRouter API credentials for Gemini 2.5 Pro (3 minutes)
• Install browser extension - Deploy the companion Chrome/Firefox extension for data extraction (5 minutes)
• Test webhook endpoint - Verify the connection between extension and n8n workflow (2 minutes)
Total setup time: ~15 minutes
The workflow comes with a free browser extension (Chrome | Firefox) that automatically extracts AI Overview content from Google Search and sends it via webhook to your n8n workflow for processing and analysis.
GitHub Repository: https://github.com/romek-rozen/ai-overview-extractor/
WorkflowsAI_OVERVIES_EXTRACTOR_TEMPLATE.json fileextractedAt | searchQuery | sources | markdown | myURL | task | guidelines | key
Here is public google sheet template: https://docs.google.com/spreadsheets/d/15xqZ2dTiLMoyICYnnnRV-HPvXfdgVeXowr8a7kU4uHk/edit?gid=0#gid=0
Settings → CredentialsUpdate these nodes with your Google Sheets URL:
Get URLs to AnalyzeSave AI Overview to Sheets Save SEO Guidelines to SheetsIn each node:
documentId to your Google Sheets URLsheetName to your Google Sheets URLSettings → Credentialsgoogle/gemini-2.5-pro-preview)Official Extension (Recommended)
Official Add-on
Webhook nodehttp://localhost:5678/webhook/ai-overview-extractor-template-123456789)myURL columntask column to "create guidelines"guidelines column for AI-generated SEO recommendationsGet URLs to Analyze, Save AI Overview to Sheets, and Save SEO Guidelines to Sheets are properly configuredGemini 2.5 Pro Model node is properly connectedGenerate SEO Recommendations node for your specific needsThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract and analyze Google AI overviews with LLM for SEO recommendations |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Market Research, AI Summarization |
| Author | Roman Rozenberger |
| Published | 09 Jun 2025 |
Use the JSON export at /data/workflows/4822/4822.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
How it works • Extract AI Overviews from Google Search Receives data from browser extension via webhook • Convert HTML to Markdown Automatically processes and cleans AI Overview content • Store in ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.