Block 1 - When clicking βExecute workflowβ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
YouTube Trends Workflow in n8n Goal of the Workflow This workflow fetches the most popular YouTube videos in Germany and transforms them into a clean list of trending hashtags/keywords . Itβs...
n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.itemlists, n8n-nodes-base.aggregate, n8n-nodes-base.summarize
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by SuS.
Original n8n.io sourceThis workflow fetches the most popular YouTube videos in Germany and transforms them into a clean list of trending hashtags/keywords.
Itβs not just raw data β it highlights qualitative insights about which topics and keywords drive real engagement.
Useful for:
Manual Trigger HTTP Request chart=mostPopularregionCode=DEmaxResults=50Split Out items[]) into individual items, so each video is processed separately.Set title, channel, publishedAt views, likes, commentsengagementRate = (likes + comments) / (views + 1)Why?
Looking at views alone is misleading. Engagement rate reveals which videos truly resonate with the audience.
Item Lists Why?
This reduces noise and focuses only on the most relevant trends.
Aggregate snippet.tags from the top videos. Summarize Result:
A compact hashtag/keyword list β ready to use for:
With a few smartly combined nodes, this workflow:
Perfect as a community showcase or a practical tool for creators and marketers.
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 | Extract high-engagement YouTube keyword trends for content strategy |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Market Research |
| Author | SuS |
| Published | 31 Aug 2025 |
Use the JSON export at /data/workflows/8091/8091.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.
YouTube Trends Workflow in n8n Goal of the Workflow This workflow fetches the most popular YouTube videos in Germany and transforms them into a clean list of trending hashtags/keywords . Itβs...
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 use case.