Skip to main content

Google trend data extract & summarization with Bright Data & Google Gemini

Workflow preview

Workflow preview
100%
Google trend data extract & summarization with Bright Data & Google Gemini preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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,...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.function, @n8n/n8n-nodes-langchain.informationextractor

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ranjan Dailata.

Original n8n.io source

1.1 Workflow description

Title
Google trend data extract & summarization with Bright Data & Google Gemini
Workflow name
Google trend data extract & summarization with Bright Data & Google Gemini

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.

This workflow solves the following problems:

  • Automates the conversion of markdown or scraped HTML into clean textual input

  • Transforms unstructured data into structured format ready for processing

  • Uses AI summarization to generate easy-to-read insights from Google Trends

  • Distributes summaries via email and webhook notifications

  • Persists responses to disk for archiving, auditing, or future analytics

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

  • Sign up at Bright Data.
  • Navigate to Proxies & Scraping and create a new Web Unlocker zone by selecting Web Unlocker API under Scraping Solutions.
  • In n8n, configure the Header Auth account under Credentials (Generic Auth Type: Header Authentication). The Value field should be set with the Bearer XXXXXXXXXXXXXX. The XXXXXXXXXXXXXX should be replaced by the Web Unlocker Token.
  • A Google Gemini API key (or access through Vertex AI or proxy).
  • Update the Set URL and Bright Data Zone for setting the brand content URL and the Bright Data Zone name.
  • Update the Webhook HTTP Request node with the Webhook endpoint of your choice.

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 :
  • Customize prompts to extract summaries like:
    • Summarize the most significant trend shifts
    • Generate content ideas from the trending search topics
  1. Email Personalization : Configure Gmail node to:
  • Use dynamic subject lines like: Weekly Google Trends Summary – {{date}}
  • Send to multiple stakeholders or mailing lists
  1. File Storage Customization :
  • Save with timestamps, e.g., trends_summary_2025-04-29.json
  • Extend to S3 or cloud drive integrations
  1. Webhook Use Cases :
  • Send summary to:
    • Internal dashboards
    • Slack channels
    • Automation tools like Make, Zapier etc.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Markdown to Textual Data Extractor

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 5 - Set URL and Bright Data Zone

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Initiate a Webhook Notification for Markdown to Textual Data Extraction

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Google Gemini Chat Model for Data Extract

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 8 - Perform Bright Data Web Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Create a binary data

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 10 - Structured Data Extractor

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1

Block 11 - Summarize Google Trends

Type / Role
@n8n/n8n-nodes-langchain.chainSummarization - chainSummarization
Config choices
Version 2

Block 12 - Initiate a Webhook Notification for Summarization

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Write the file to disk

Type / Role
n8n-nodes-base.readWriteFile - readWriteFile
Config choices
Version 1

Block 14 - Google Gemini Chat Model for Summarization

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 15 - Google Gemini Chat Model for Structured Data Extract

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 16 - Send Summary to Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

3. Summary Table

Workflow Google trend data extract & summarization with Bright Data & Google Gemini
Complexity advanced
Nodes 16
Categories Market Research, AI Summarization
Author Ranjan Dailata
Published 04 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3854/3854.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Google trend data extract & summarization with Bright Data & Google Gemini do?

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,...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.