Skip to main content

Monitor competitor pages with Gemini, Olostep, Google Sheets and Gmail

Workflow preview

Workflow preview
100%
Monitor competitor pages with Gemini, Olostep, Google Sheets and Gmail preview
Open on n8n.io

1. Workflow Overview

Competitor Feature Monitoring & Strategy Alerting Never get blindsided by a competitor's "stealth" update again. The Competitor Feature Monitoring & Strategy Alerting workflow acts as an automated ...

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.googlesheets, n8n-nodes-base.switch, n8n-nodes-olostep.olostepscrape, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Monitor competitor pages with Gemini, Olostep, Google Sheets and Gmail
Workflow name
Monitor competitor pages with Gemini, Olostep, Google Sheets and Gmail

Competitor Feature Monitoring & Strategy Alerting

Never get blindsided by a competitor's "stealth" update again. The Competitor Feature Monitoring & Strategy Alerting workflow acts as an automated 24/7 surveillance system for your industry. It monitors specific competitor URLs, detects substantive changes in features, pricing, or messaging, and instantly alerts you with an actionable strategic memo.

Using Gemini 2.5 Flash and Olostep, the workflow filters out "noise" (like minor UI tweaks or follower count changes) to focus exclusively on updates that impact your competitive standing.


Who’s it for?

  • Product Marketing Managers (PMMs): Stay informed on shifts in competitor value propositions and messaging.
  • Product Managers: Get immediate alerts on major competitor feature launches or pricing pivots.
  • Sales Enablement Teams: Quickly update "battle cards" with the latest intelligence on competitor offerings.
  • Executive Leadership: Receive high-level internal memos detailing the threat level of market changes.

How it works / What it does

  1. Trigger: Execute the workflow manually or set it on a cron schedule.
  2. Data Retrieval: The workflow pulls target competitor URLs from a Google Sheet.
  3. Smart Scraping: Olostep scrapes the current live content of each URL.
  4. Change Identification: Gemini compares the "New Scrape" against the "Old Baseline" stored in your sheet, isolating only substantive text changes.
  5. Strategic Classification: If a change is detected, Gemini categorizes it (e.g., MAJOR_FEATURE_LAUNCH, PRICE_CHANGE, MARKETING_MESSAGING).
  6. Internal Alerting: A "Memo Editor" node drafts a professional, 100-word executive summary explaining the impact and a recommended action plan.
  7. Delivery: The memo is sent instantly to your inbox via Gmail.

How to set up

  1. Credentials: Connect your Google Gemini (PaLM), Olostep, Google Sheets, and Gmail accounts.
  2. Google Sheet Setup: Create a sheet named "competitor monitoring" with columns for url, previousContent, and newcontent. Add the URLs you want to track.
  3. Alert Recipient: Update the Gmail node with your email address to receive the strategy alerts.

Requirements

  • Google Gemini API: For intelligent "diffing" and strategic memo drafting.
  • Olostep API: To bypass anti-scraping measures on competitor landing pages.
  • Google Sheets (OAuth2): To maintain the historical baseline for comparison.
  • Gmail (OAuth2): For automated alert delivery.

How to customize the workflow

  • Threshold Settings: Adjust the Changes identifier prompt to be more or less sensitive to minor wording changes.
  • Multi-Channel Alerts: Connect Slack or Microsoft Teams nodes to send alerts directly to a #competitive-intel channel.
  • Frequency: Set a Schedule Trigger to run this every morning or once a week, depending on the volatility of your industry.

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 ‘Execute workflow’

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

Block 2 - Get row(s) in sheet

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

Block 3 - Switch

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

Block 4 - scrape URL

Type / Role
n8n-nodes-olostep.olostepScrape - olostepScrape
Config choices
Version 1

Block 5 - Append or update row in sheet

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

Block 6 - scrape URL1

Type / Role
n8n-nodes-olostep.olostepScrape - olostepScrape
Config choices
Version 1

Block 7 - Changes identifier

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 8 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 9 - diff analyst

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 10 - Memo editor

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1.1

Block 11 - Append or update row in sheet1

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

Block 12 - Send a message

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

Block 13 - Sticky Note

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

Block 14 - Sticky Note1

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

Block 20 - Sticky Note7

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

Block 21 - Sticky Note8

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

Block 22 - Sticky Note9

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

Block 23 - Sticky Note10

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

3. Summary Table

Workflow Monitor competitor pages with Gemini, Olostep, Google Sheets and Gmail
Complexity advanced
Nodes 23
Categories Market Research, AI Summarization
Author Yasser Sami
Published 04 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15482/15482.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 Monitor competitor pages with Gemini, Olostep, Google Sheets and Gmail do?

Competitor Feature Monitoring & Strategy Alerting Never get blindsided by a competitor's "stealth" update again. The Competitor Feature Monitoring & Strategy Alerting workflow acts as an automated ...

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.