This n8n workflow automates the process of extracting, analyzing, and summarizing Google Trends data, utilizing Bright Data web scraping and Google’s Gemini AI models. Starting with a manual trigger, it sets the URL and zone for data retrieval from Google Trends, then sends a request through Bright Data’s Web Unlocker to fetch trend data in markdown format. The markdown content is converted into plain text and processed via a Webhook for further data extraction and structured data handling. The extracted information is summarized using Google Gemini’s Flash Exp model, with the summary sent via email and saved as a JSON file. This workflow enables users to automate monitoring and reporting of trending topics, useful for content creators, marketers, and data analysts.
Automated Google Trends Data Extraction and Summarization Workflow
| Node Count | 11 – 20 Nodes |
|---|---|
| Nodes Used | @n8n/n8n-nodes-langchain.chainLlm, @n8n/n8n-nodes-langchain.chainSummarization, @n8n/n8n-nodes-langchain.informationExtractor, @n8n/n8n-nodes-langchain.lmChatGoogleGemini, function, gmail, httpRequest, manualTrigger, readWriteFile, set, stickyNote |

Reviews
There are no reviews yet.