AI YouTube Trend Finder Based On Niche - n8n Workflow | Neura Market
AI YouTube Trend Finder Based On Niche
[Youtube Video](https://youtu.be/Eh5OeyrYlK8)
This n8n workflow is designed to assist YouTube content creators in identifying trending topics within a specific niche. By leveraging YouTube's search and data APIs, it gathers and analyzes video performance metrics from the past two days to provide insights into what content is gaining traction. Here's how the workflow operates:
1. **Trigger Setup**: The workflow begins when a user sends a query through the `chat_message_received` node. If no niche is provided, the AI prompts the user to select or input one.
2. **AI Agent (Language Model)**: The central node utilizes a GPT-based AI agent to:
- Understand the user's niche or content preferences.
- Generate tailored search terms related to the niche.
- Process YouTube API responses and summarize trends using insights such as common themes, tags, and audience engagement metrics (views, likes, and comments).
3. **YouTube Search**: The `youtube_search` node runs a secondary workflow to query YouTube for relevant videos published within the last two days. It retrieves basic video data such as video IDs, relevance scores, and publication dates.
4. **Video Details Retrieval**: The workflow fetches additional details for each video:
- **Video Snippet**: Metadata like title, description, and tags.
- **Video Statistics**: Metrics such as views, likes, and comments.
- **Content Details**: Video duration, ensuring only content longer than 3 minutes and 30 seconds is analyzed.
5. **Data Processing**:
- Video metadata is cleaned, sanitized, and stored in memory.
- Tags, titles, and descriptions are analyzed to identify patterns and trends across multiple videos.
6. **Output**: The workflow compiles insights and presents them to the user, highlighting:
- The most common themes or patterns within the niche.
- URLs to trending videos and their respective channels.
- Engagement statistics, helping the user understand the popularity of the content.
### Key Notes for Setup:
- **API Keys**: Ensure valid YouTube API credentials are configured in the `get_videos`, `find_video_snippet`, `find_video_statistics`, and `find_video_data` nodes.
- **Memory Buffer**: The `window_buffer_memory` node ensures the AI agent retains context during analysis, enhancing the quality of the generated insights.
- **Search Term Customization**: The AI agent dynamically creates search terms based on the user's niche to improve search precision.
### Use Case:
This workflow is ideal for YouTubers or marketers seeking data-driven inspiration for creating content that aligns with current trends, maximizing the potential to engage their audience.
### Example Output:
For the niche digital marketing:
- Trending Topic: Videos about mental triggers and psychological marketing.
- Tags: SEO, Conversion Rates, Social Proof.
- Engagement: Videos with over **200K views** and high likes/comment ratios are leading trends.
- Video links:
- https://www.youtube.com/watch?v=video_id1
- https://www.youtube.com/watch?v=video_id2
Platform
n8n
Category
AI
Price
Free
Creator
Leonardo Grigorio
if
set
code
youTube
stickyNote
httpRequest
splitInBatches
agent
chatTrigger
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.