Skip to content
FlowHubFluxonLab
B
AI Automationfree

Google Trend Data Extract & Summarization with Bright Data & Google Gemini

by Ranjan Dailataadapted from n8n official workflow galleryUpdated Aug 2026
RequiresBBasic LLM ChainGmailGmailGoogle Gemini Chat ModelHTTP RequestHTTP RequestInformation ExtractorInformation ExtractorSummarization ChainSummarization Chain
Share Post Share
MaWhen clicking ‘Test workflow’When clicking ‘…CLMarkdown to Textual Data ExtractorMarkdown to Tex…SeSet URL and Bright Data ZoneSet URL and Bri…HRInitiate a Webhook Notification for Markdown to Textual Data ExtractionInitiate a Webh…Google Gemini Chat Model for Data ExtractGoogle Gemini C…HRPerform Bright Data Web RequestPerform Bright …FuCreate a binary dataCreate a binary…IEStructured Data ExtractorStructured Data…CSSummarize Google TrendsSummarize Googl…HRInitiate a Webhook Notification for SummarizationInitiate a Webh…RWWrite the file to diskWrite the file …Google Gemini Chat Model for SummarizationGoogle Gemini C…Google Gemini Chat Model for Structured Data ExtractGoogle Gemini C…Send Summary to GmailSend Summary to…12345678910111213
1/5
STEPS · 13
Run manually by an operator

Who this is for The Google Trend Data Extract & Summarization workflow is ideal for trend researchers, digital marketers, content strategists, and AI developers who want to automate the extraction, summarization, and distribution of Google Trends data. This end-to-end solution helps transform trend signals into human-readable insights and delivers them across multiple channels. It is built for: Market Researchers** - Tracking trends by topic or region Content Strategists** - Identifying content opportunities from trending data SEO Analysts** - Monitoring search volume and shifts in keyword popularity Growth Hackers** - Reacting quickly to real-time search behavior AI & Automation Engineers** - Creating automated trend monitoring systems What problem is this workflow solving? Google Trends data can provide rich insights into user interests, but the raw data is not always structured or easily interpretable at scale. Manually extracting, cleaning, and summarizing trends from multiple regions or categories is time-consuming.

Tags

n8nreference-onlychain-llmchain-summarizationgmailinformation-extractorlm-chat-google-gemini
Connects
BBasic LLM ChaingmailGmailGoogle Gemini Chat ModelWHTTP RequestinformationextractorInformation ExtractorsummarizationchainSummarization Chain
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes14
AddedMay 4, 2025

Related workflows

See all AI Automation
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
BWstructuredoutputparser
free

Send prescription PDFs to patients via WhatsApp with Google Gemini and Supabase

Quick overview This workflow listens for incoming WhatsApp messages from clinic staff, uses Google Gemini to extract prescription details, generates a prescription PDF via an HTML-to-PDF API, uploads it to a public URL, sends the document back over WhatsApp, and logs outcomes to Supabase. How it works Triggers whenever a new WhatsApp message is received on your WhatsApp Business Cloud number. Captures configuration values and the incoming message text and sender number. Uses Google Gemini to extract patient name, doctor name, and medication details into structured data and flags any missing required fields. If required details are missing, replies to staff on WhatsApp with what to fix and inserts a needs_review record into Supabase. If details are complete, renders a prescription HTML document, converts it to a PDF via an external HTML-to-PDF API, and uploads the PDF to an external file-hosting API. Sends the prescription PDF to the sender on WhatsApp and inserts a “sent” log record (including the PDF URL) into Supabase. Setup Connect WhatsApp Business Cloud credentials for the WhatsApp trigger and the WhatsApp send steps, and configure the workflow’s webhook in Meta/WhatsApp so in

by Kanishka Shrivastava
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team