n8n-nodes-youtube-comments-downloader
v1.0.3
Published
Official n8n node for YouTube Comments Downloader
Readme
n8n-nodes-youtube-comments-downloader
This is an n8n community node. It lets you use YouTube Comments Downloader in your n8n workflows.
The YouTube Comments Downloader node allows you to easily export comments from YouTube videos, shorts, channels, playlists, and more directly within your n8n automation pipelines.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
To install this node in your n8n instance:
- Go to Settings > Community Nodes.
- Click Install.
- Paste the package name:
n8n-nodes-youtube-comments-downloader - Click Install again.
For more detailed instructions or troubleshooting, refer to the n8n community nodes documentation.
Operations
This node supports the following operations:
- Download Comments: Fetch comments from various YouTube content types.
- Content Types:
- Video
- Short
- Channel
- Playlist
- Community Posts
- Live Streams
- Custom Lists
- Return Formats:
- JSON Data: Returns parsed comments directly in the workflow for further processing.
- File Download: Returns the result as a binary file attachment. Supported formats include:
- JSON
- CSV
- Excel (XLSX)
- HTML
- Text
- Note: Bulk downloads (e.g., Channels, Playlists) may return a ZIP archive containing multiple files.
- Content Types:
Credentials
You need an API Key from YouTube Comments Downloader to use this node.
- Sign up or log in at youtubecommentsdownloader.com.
- Obtain your API Key from the dashboard.
- In n8n, create a new credential for YouTube Comments Downloader API.
- Enter your API Key.
- (Optional) You can configure a custom API Base URL if needed (default is
https://api.youtubecommentsdownloader.com).
Compatibility
This node works with n8n version 1.x and the 2.x beta branch.
Usage
- Add the YouTube Comments Downloader node to your workflow.
- Select your credentials.
- Enter the URL of the YouTube content you want to scrape (e.g., a video link, channel URL).
- Select the Content Type that matches your URL (e.g.,
Video,Channel). - Choose your Return Format:
- Select
JSON Dataif you want to process the comments immediately in the next nodes (e.g., sentiment analysis, database insertion). - Select
File Downloadif you want to save the comments as a file (e.g., upload to Drive, email attachment).
- Select
- If using
File Download, select your desired File Format (CSV, Excel, etc.).
Example Workflow
- Trigger: On a schedule or manually.
- YouTube Comments Downloader: Download comments from a specific video URL as JSON.
- Split In Batches: Iterate over the comments.
- Google Sheets: Add each comment to a spreadsheet.
