🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

n8n-nodes-youtube-transcript-api

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-youtube-transcript-api

YouTube Transcript API Nodes for n8n

2.4.3
latest
Source
npm
Version published
Weekly downloads
293
25.21%
Maintainers
0
Weekly downloads
 
Created
Source

n8n Community Nodes Documentation

Publish to npm npm source

This document covers three n8n community nodes that integrate with different platforms: Notion, Google Slides, and Midjourney. n8n is a fair-code licensed workflow automation platform.

Table of Contents

Installation

Follow the installation guide in the n8n community nodes documentation.

YouTube Transcript Node

This node allows you to fetch transcripts from YouTube videos in your n8n workflows. It automatically retrieves the subtitles and provides them in both plain text and SRT format.

Features

  • Extract transcripts from YouTube videos
  • Support for video URLs or video IDs
  • Output in both plain text and SRT format
  • Handles multiple languages (auto-detected from video)

Input

The node accepts:

Output

For each video, the node returns:

  • videoId: The ID of the processed video
  • transcript: Complete transcript as plain text
  • srt: Transcript in SRT format (with timestamps)

Example Usage

Perfect for:

  • Creating video summaries
  • Generating subtitles
  • Text analysis of video content
  • Content repurposing

Resources

Keywords

n8n-community-node-package

FAQs

Package last updated on 06 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts