Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
Find, score, and download the best YouTube videos to Google Sheets This workflow provides an end to end automation for discovering, evaluating, and optionally downloading high quality educational Y...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.filter, n8n-nodes-base.removeduplicates, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by FetchMedia.
Original n8n.io sourceThis workflow provides an end-to-end automation for discovering, evaluating, and optionally downloading high-quality educational YouTube videos.
It searches YouTube using configurable queries, applies multiple relevance and quality filters, scores the remaining videos, stores the best results in Google Sheets, and optionally downloads selected videos asynchronously using FetchMedia.io.
The workflow is designed to be modular, transparent, and easy to customize for different content curation, research, or archival use cases.
The workflow uses the YouTube Data API to search for videos based on predefined queries.
Videos are filtered using multiple criteria, including:
YouTube returns video duration in ISO-8601 format (for example, PT1M30S).
The workflow converts this value to seconds to enable reliable numeric filtering (for example, Shorts vs long-form videos).
videoId as a unique identifier.Selected video metadata is written to a Google Sheet.
The videoId is used as a stable identifier so rows can be updated later in the workflow.
Selected videos can be submitted to FetchMedia.io for download. Because downloads are asynchronous:
pending, running, success, failed)When a download completes, the final download URL (or error information) is written back to the corresponding row in Google Sheets.
To use this workflow, you need:
> Note: FetchMedia.io is a third-party service and may require a paid account - free tier is available. > The workflow can still be used without the download branch if desired.
This template demonstrates a complete content-curation pipeline: from discovery, through quality control and scoring, to optional asynchronous media downloading.
It is intended as a practical, production-ready example that can be easily adapted to different workflows.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 40 workflow blocks. Download the JSON for the full node graph.
| Workflow | Score and download top YouTube videos to Google Sheets with FetchMedia.io |
|---|---|
| Complexity | advanced |
| Nodes | 40 |
| Categories | Market Research, AI Summarization |
| Author | FetchMedia |
| Published | 24 Jan 2026 |
Use the JSON export at /data/workflows/12965/12965.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Find, score, and download the best YouTube videos to Google Sheets This workflow provides an end to end automation for discovering, evaluating, and optionally downloading high quality educational Y...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.