Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
Description: Turn your n8n workflow into an automated competitive intelligence unit. This template monitors competitor activities across blog feeds and YouTube channels to detect strategic shifts. ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.youtube, @apify/n8n-nodes-apify.apify, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cuong Nguyen.
Original n8n.io sourceTurn your n8n workflow into an automated competitive intelligence unit. This template monitors competitor activities across blog feeds and YouTube channels to detect strategic shifts. Instead of simply aggregating links, it uses Apify to fetch full video transcripts and Google Gemini to analyze the content's underlying message, tone, and positioning. The final output is a structured strategic briefing sent to Telegram and archived in Notion for long-term research.
This workflow is designed for market researchers, founders, and content strategists who need deep insights into competitor activities without manually scrubbing video timelines or reading daily blog posts.
Ingest: The workflow pulls the latest articles from configured RSS feeds and searches for new videos on specific YouTube channels.
Deep Dive: It automatically triggers an Apify actor to scrape the full transcript of any new video, ensuring the AI analyzes the spoken content rather than just metadata.
Analyze: Google Gemini processes the consolidated text to identify core messages, hidden strategies, and suggests potential counter-tactics.
Report:
Telegram: Delivers a concise HTML executive summary with direct source links.
Notion: Appends a comprehensive report to a database using formatted Notion Blocks (Headings, Toggles, and Bullet points).
Apify Account: A free account is sufficient to run the youtube-transcript-scraper.
Services: Google Gemini (PaLM), YouTube Data API, Telegram, Notion.
Credentials: Configure your API keys for YouTube, Apify, Google Gemini, Telegram, and Notion.
Notion Setup: Create a new Database with two properties: Name (Title) and date (Date). Copy the Database ID from the URL into the Notion node.
Data Sources:
Scale Up: To monitor more competitors, duplicate the YouTube or RSS nodes in the "Data Sources" section and connect them to the Merge node.
Adjust Analysis: Modify the system prompt in the Google Gemini node to focus on specific intelligence needs (e.g., "Focus on pricing changes" or "Identify new feature releases").
Token Optimization: Use the configuration in the Code - Data Prep node to limit the number of items processed daily if you are using free-tier API limits.
Contact me for consulting and support: Email: [email protected]
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.
| Workflow | Analyze competitor strategy from YouTube & RSS with Gemini AI to Notion & Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Market Research, AI Summarization |
| Author | Cuong Nguyen |
| Published | 26 Dec 2025 |
Use the JSON export at /data/workflows/12161/12161.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description: Turn your n8n workflow into an automated competitive intelligence unit. This template monitors competitor activities across blog feeds and YouTube channels to detect strategic shifts. ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.