YouTube Video Analysis Agent
detail.loadingPreview
Analyzes YouTube video details and comments to generate a comprehensive report.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow retrieves details and comments for a specified YouTube video, combines them, and can optionally send a report via Gmail. It utilizes the YouTube Data API to fetch video information and comments, processes them, and aggregates the data into a single JSON object. The 'Split Out Comments' node is a key component for handling individual comments.
Key Features
- Fetches YouTube video details (snippet, contentDetails, status, statistics, player, topicDetails).
- Retrieves YouTube video comments.
- Splits out individual comments for further processing.
- Combines video details and comments into a single report.
- Supports dynamic API key and video ID configuration.
- Can send a summarized report via Gmail.
How To Use
- Configure Workflow Variables: Update the
GOOGLE_API_KEYandVIDEO_IDin the 'Workflow Variables' node with your YouTube API key and the target video ID. - Set API Base URL: Ensure your environment variable
API_BASE_URLis set correctly for the YouTube Data API. - Set Gmail Credentials: Configure your Gmail OAuth2 credentials in the 'Gmail Report' node.
- Trigger Workflow: Manually trigger the workflow or use the 'When Executed by Another Workflow' trigger.
- Review Output: The aggregated data will be available in the 'Create One JSON Object' node. Check the 'Gmail Report' node for the sent email.
Apps Used
Workflow JSON
{
"id": "4915baaa-60cd-4cf2-b34d-2c1878a9efe2",
"name": "YouTube Video Analysis Agent",
"nodes": 0,
"category": "YouTube Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 4915baaa-60cd...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
YouTube Comment Sentiment Analyzer
Analyzes the sentiment of YouTube comments for provided video URLs.
YouTube RSS Feed Generator
Generate RSS feeds for your favorite YouTube channels.
YouTube Community Contributions Metadata Generator
Generates metadata for community-contributed YouTube content.
Automatically Update YouTube Video Descriptions with Inserted Text
Automatically insert a row of text between two specified rows in all your YouTube video descriptions.
YouTube Caption Chapter Generator
Automatically generates YouTube video chapters from captions and updates the video description.
YouTube New Video Upload Automation
Automates the process of uploading new videos to YouTube, including metadata generation.