Skip to main content

AI industry trend monitor 24/7 across X, Gmail, and websites using GPT-5

Workflow preview

Workflow preview
100%
AI industry trend monitor 24/7 across X, Gmail, and websites using GPT-5 preview
Open on n8n.io

Important notice

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

1. Workflow Overview

of the n8n Workflow This n8n workflow automates the daily monitoring of trends across X (Twitter), newsletters, and websites. It runs on a schedule, fetches data from configured sources in Google S...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.aggregate, n8n-nodes-base.airtoptool, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.memorybufferwindow

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
AI industry trend monitor 24/7 across X, Gmail, and websites using GPT-5
Workflow name
AI industry trend monitor 24/7 across X, Gmail, and websites using GPT-5

Overview of the n8n Workflow

This n8n workflow automates the daily monitoring of trends across X (Twitter), newsletters, and websites. It runs on a schedule, fetches data from configured sources in Google Sheets, processes it using AI agents for extraction and analysis (including browser automation and web search), and appends relevant updates to a Google Sheets database. The workflow handles data aggregation, filtering for recency, and deduplication, ensuring users receive concise, actionable insights on topics like AI news or market opportunities.


How it Works

• The workflow triggers daily, pulling configuration from Google Sheets (e.g., X accounts, newsletters, websites). • It scrapes recent X posts, fetches newsletter emails via Gmail, and browses websites using an AI agent to extract updates. • All data is aggregated, analyzed by an AI agent (with optional web research for context), and filtered for relevance. • Extracted data points (name, description, source, date) are saved to Google Sheets for easy review.


Set Up Steps

Setup takes about 15-30 minutes, focused on credentials and API keys. Detailed node guidance is in the workflow's sticky notes—clone it, add credentials, and test. The workflow is plug-and-play once imported; only edit prompts or sources as needed.


⚙️ AI Trend Listener: Monitor Updates 24/7

Automate daily scanning of X (Twitter), newsletters, and websites for trends, saving key updates to Google Sheets.

🧑‍💻 Author: LeeWei


🚀 Steps to Connect:

  1. Google Sheets Setup

    • Duplicate the template sheet.
    • Add OAuth2 credentials in n8n for read/write access to the sheet.
    • Populate the X, Newsletters, and Websites tabs with your sources (e.g., usernames, email filters, URLs).
  2. Apify Integration (for X Scraping)

    • Sign up at apify.com and generate an API token.
    • Paste the token into the HTTP Request node's credentials (header auth: Authorization Bearer).
    • Test with a sample X account to fetch recent posts.
  3. Gmail Setup (for Newsletters)

    • Create OAuth2 credentials in n8n with scopes for reading emails (gmail.readonly).
    • Connect to the Gmail nodes; ensure your newsletters are in the inbox.
    • 💡 Filter for specific senders in the Newsletters sheet tab.
  4. Airtop Browser Automation

    • Register at airtop.ai, generate an API key, and create a profile.
    • Paste the key into the Airtop nodes' credentials.
    • The browser agent handles website navigation—test with a sample URL.
  5. OpenAI API Key

    • Generate a key at platform.openai.com.
    • Paste it into the OpenAI (or equivalent chat model) nodes.
    • Use for AI agents analyzing data; select a model like GPT-4 for best results.
  6. Perplexity AI (for Web Research)

    • Sign up at perplexity.ai/api and get an API key.
    • Paste it into the Perplexity AI tool node.
    • Enables context gathering during analysis—use sparingly for cost.

Plug and Play Instructions

Clone the workflow JSON directly into n8n—all nodes (schedules, agents, aggregators, HTTP requests) are pre-wired and ready. No re-setup needed beyond the steps above. Key editable fields (found in sticky notes):

  • Your Instructions Node: Browser Prompt
    Customize the website extraction (default: "Search all the latest AI news from this page and its child pages"). Example: Change to "Find new real estate listings" for market-specific monitoring.

  • Your Instructions Node: Analysis Prompt
    Adjust the AI filtering criteria (default: Focuses on AI developments). Example: Add rules for crypto signals or finance news exclusion/inclusion.

  • Google Sheets Nodes (Get X Accounts, Get Newsletters, Get Websites)
    Update the sheet IDs or tabs if using a custom duplicate; add more sources directly in the sheet.

  • Schedule Trigger Node
    Change the daily time (default: 6 AM) or frequency for more frequent runs.

  • Filter Node (for Tweets)
    Tweak the 24-hour recency check if monitoring longer periods.

Test with the default AI focus: Run manually and check the Data Points sheet for updates.


Potential Customizations

  • Add More Sources: Expand Google Sheets tabs for new categories (e.g., Reddit via HTTP) and add aggregation branches.
  • Switch AI Models: Replace OpenAI with another provider in the chat model nodes.
  • Enhance Output: Add notifications (e.g., Slack node) after saving to Sheets.
  • Scale Monitoring: Increase Apify maxItems or add loops for larger datasets.

Considerations and Improvements

  • Rate Limits: Apify and Perplexity have usage caps; monitor for heavy queries. Airtop starts with free credits (10,000).
  • Data Volume: Handles moderate sources; for high-volume, batch process or filter stricter.
  • Privacy: Data passes through third-party APIs—avoid sensitive topics.
  • Enhancements: Integrate email notifications for urgent trends or add deduplication logic for cross-source overlaps.

This workflow keeps you ahead in fast-moving fields like AI or markets, delivering daily insights without manual checking. Questions? Test it in n8n!

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 - Every Day 6 AM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Get X Accounts

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Select Fields

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

Block 4 - Get many messages

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

Block 5 - Get Newsletters

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 6 - Filter String

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

Block 7 - Get a message

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

Block 8 - Select Fields1

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

Block 9 - Aggregate Tweets

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

Block 10 - Aggregate Emails

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

Block 11 - Query

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

Block 12 - Load URL

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

Block 13 - Browser Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 14 - Get Websites

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 15 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 16 - OpenAI

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 17 - Session

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

Block 18 - Window

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

Block 19 - Terminate a session

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

Block 20 - Aggregate Websites

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

Block 21 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 22 - Perplexity AI

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

Block 23 - GPT

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 24 - JSON

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow AI industry trend monitor 24/7 across X, Gmail, and websites using GPT-5
Complexity advanced
Nodes 35
Categories Market Research, AI RAG
Author LeeWei
Published 20 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9938/9938.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 AI industry trend monitor 24/7 across X, Gmail, and websites using GPT-5 do?

of the n8n Workflow This n8n workflow automates the daily monitoring of trends across X (Twitter), newsletters, and websites. It runs on a schedule, fetches data from configured sources in Google S...

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 RAG use case.