πŸ“Š Score and download top YouTube videos to Google Sheets with FetchMedia.io

⚑ 51 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” YouTube’s API quotas can be a bottleneck when you’re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β€” no quota limits, just structured data.

View All Scrapers

Description

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 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.


How the workflow works

1. Search YouTube

The workflow uses the YouTube Data API to search for videos based on predefined queries.

2. Filter by relevance and quality

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).

3. Deduplicate and score videos

4. Store results in Google Sheets

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.

5. Optional: Download videos asynchronously

Selected videos can be submitted to FetchMedia.io for download. Because downloads are asynchronous:

When a download completes, the final download URL (or error information) is written back to the corresponding row in Google Sheets.


Who this workflow is for


Requirements

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.


Configuration notes


Customization ideas


Notes

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.

πŸ”— Nodes Used

Google Sheets, HTTP Request, Filter

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup