YouTube Search and Transcripts Tool
detail.loadingPreview
This workflow allows you to search YouTube for videos and fetch their transcripts.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow leverages Apify.com's YouTube scraping capabilities to perform two primary functions: searching for YouTube videos based on a query and retrieving the transcripts of specified YouTube videos. It's designed to overcome YouTube's rate limits and provide reliable data for your automation needs.
Key Features
- Search for YouTube videos with metadata.
- Fetch transcripts for YouTube videos.
- Utilizes Apify.com for robust scraping.
- Handles YouTube rate limits effectively.
How To Use
- Set up an MCP Server Trigger: Ensure your n8n workflow is exposed as an API endpoint.
- Configure Apify Credentials: Add your Apify.com personal token as an HTTP Header Authentication credential in n8n.
- Execute the Workflow: Trigger the workflow by sending a request to your MCP server endpoint, specifying the
operation(e.g.,youtube_search,youtube_transcripts), and providing the necessaryqueryorurls. - Handle API Limits: The workflow is designed to manage API rate limits through Apify.com.
Apps Used
Workflow JSON
{
"id": "56344e37-8eef-448c-ac61-a9a9cbd6b381",
"name": "YouTube Search and Transcripts Tool",
"nodes": 0,
"category": "Http",
"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: 56344e37-8eef...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Generate Voice from Text
Generates speech audio from provided text using an external API.
Create Confluence Page from Template
Creates a new Confluence page from a specified space template, populating it with data from a webhook trigger.
HTTP Request to AWS SQS Metadata Generator
Fetches data via HTTP and sends it to AWS SQS, generating metadata.
Summarize Emails with AI and Send to Messenger
Automate email summarization using AI and send concise results to a messenger service.
HTTP Request Template
Generates metadata for a community-contributed (unverified) template using HTTP requests.
HTTP Request and HTML Processing
Fetches data from a URL and processes the HTML content.