Skip to main content

Monitor competitor websites daily with Firecrawl, Gemini, and Zalo Bot alerts

Workflow preview

Workflow preview
100%
Monitor competitor websites daily with Firecrawl, Gemini, and Zalo Bot alerts preview
Open on n8n.io

1. Workflow Overview

Who is this for? Vietnamese businesses, marketers, and product managers who need daily competitive intelligence about competitor websites without manually checking them every day. How it works This...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-firecrawl-v2.firecrawl, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-zalo-platform.zalobot

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Monitor competitor websites daily with Firecrawl, Gemini, and Zalo Bot alerts
Workflow name
Monitor competitor websites daily with Firecrawl, Gemini, and Zalo Bot alerts

Who is this for?

Vietnamese businesses, marketers, and product managers who need daily competitive intelligence about competitor websites without manually checking them every day.

How it works

This template combines two custom community nodes (Firecrawl + Zalo Bot) to automate competitor monitoring with AI-powered Vietnamese summaries.

  1. Schedule Trigger runs daily at 9 AM
  2. Set Configuration holds competitor URL, brand name, and Zalo Chat ID
  3. Firecrawl Scrape fetches the competitor page (handles JS, anti-bot, content cleaning)
  4. OpenAI Summarize generates a concise Vietnamese summary of key updates
  5. Format Alert prepares the notification text with timestamp and source
  6. Zalo Bot Send delivers the alert via Zalo Bot Platform

Why this combination is unique

  • Firecrawl handles modern JavaScript-heavy websites that traditional scrapers fail on
  • Zalo Bot is the dominant messaging platform in Vietnam (75M+ users)
  • Vietnamese AI summarization removes the language barrier for local teams
  • No other template combines web scraping with Zalo Bot alerts

Set up steps

  1. Install community nodes n8n-nodes-firecrawl-v2 and n8n-nodes-zalo-platform
  2. Get Firecrawl API key from firecrawl.dev (or use self-hosted)
  3. Create a Zalo Bot via Zalo Bot Manager in the Zalo app to get your Bot Token
  4. Add OpenAI credentials (or swap with Claude/Gemini)
  5. Update Set Configuration with competitor URL and Zalo Chat ID
  6. Activate and let it run daily

Requirements

  • Self-hosted n8n (community nodes cannot be installed on n8n Cloud)
  • Firecrawl API key (Cloud or self-hosted)
  • Zalo Bot Token from Zalo Bot Manager
  • OpenAI API key

How to customize

  • Loop over multiple competitors
  • Replace OpenAI with Claude, Gemini, or local LLM
  • Save history to Google Sheets to track changes
  • Add diff detection to alert only on actual changes
  • Send to multiple Zalo recipients or groups

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Daily 9AM Trigger

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

Block 10 - Set Configuration

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

Block 11 - Scrape Competitor

Type / Role
n8n-nodes-firecrawl-v2.firecrawl - firecrawl
Config choices
Version 1

Block 12 - AI Summarize Vietnamese

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

Block 13 - Format Alert Message

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

Block 14 - Send Zalo Alert

Type / Role
n8n-nodes-zalo-platform.zaloBot - zaloBot
Config choices
Version 1

3. Summary Table

Workflow Monitor competitor websites daily with Firecrawl, Gemini, and Zalo Bot alerts
Complexity intermediate
Nodes 14
Categories Market Research, AI Summarization
Author THE NEXOVA
Published 06 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14815/14815.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 websites daily with Firecrawl, Gemini, and Zalo Bot alerts do?

Who is this for? Vietnamese businesses, marketers, and product managers who need daily competitive intelligence about competitor websites without manually checking them every day. How it works This...

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.