πŸ“Š Google trend data extract & summarization with Bright Data & Google Gemini

⚑ 3,489 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

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:

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.

This workflow solves the following problems:

What this workflow does

  1. Receives input: Sets an URL for the data extraction and analysis.

  2. Uses Bright Data’s Web Unlocker to extract content from relevant site.

  3. Markdown to Textual Data Extractor: Converts markdown content into plaintext using n8n’s Function or Markdown nodes

  4. Structured Data Extract: Parses the plaintext into structured JSON suitable for AI processing

  5. Summarize Google Trends: Sends structured data to Google Gemini with a summarization prompt to extract key takeaways

  6. Send Summary via Gmail: Composes an email with the AI-generated summary and sends it to a designated recipient

  7. Persist to Disk: Writes the AI structured data to disk

  8. Webhook Notification: Sends the summarized response to an external system (e.g., Slack, Notion, Zapier) using a webhook

Setup

How to customize this workflow to your needs

  1. Update Source : Update the workflow input to read from Google Sheet or Airbase etc.
  2. Gemini Prompt Tuning :
  1. Email Personalization : Configure Gmail node to:
  1. File Storage Customization :
  1. Webhook Use Cases :

πŸ”— Nodes Used

Function, HTTP Request, Gmail, Summarization Chain, Basic LLM Chain, Read/Write Files from Disk

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup