Skip to main content

Find quality YouTube videos with automated filtering & relevance scoring to Google Sheets

Workflow preview

Workflow preview
100%
Find quality YouTube videos with automated filtering & relevance scoring to Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who's it for Content creators, researchers, educators, and digital marketers who need to discover high quality YouTube training videos on specific topics. Perfect for building curated learning reso...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.filter, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zach @BrightWayAI.

Original n8n.io source

1.1 Workflow description

Title
Find quality YouTube videos with automated filtering & relevance scoring to Google Sheets
Workflow name
Find quality YouTube videos with automated filtering & relevance scoring to Google Sheets

Who's it for

Content creators, researchers, educators, and digital marketers who need to discover high-quality YouTube training videos on specific topics. Perfect for building curated learning resource lists, competitive research, or content inspiration.

What it does

This workflow automatically searches YouTube using multiple search queries, filters for quality content, scores videos by relevance, and exports the top results to Google Sheets. It processes hundreds of videos and delivers only the most valuable educational content ranked by custom relevance criteria.

The workflow searches for videos using 10 different AI automation-related queries (easily customizable), filters out low-quality content like shorts and clickbait, then ranks results based on title keywords, view counts, and engagement metrics.

How it works

  1. Multi-query search: Searches YouTube with an array of related queries to get comprehensive coverage
  2. Content filtering: Removes shorts, spam, and low-quality videos using regex patterns
  3. Quality assessment: Filters videos based on view count, likes, and publication date
  4. Relevance scoring: Assigns scores based on title keywords and engagement metrics
  5. Result ranking: Sorts videos by relevance score and limits to top 50 results
  6. Export to Sheets: Delivers clean, organized data to Google Sheets with all metadata

Requirements

  • YouTube Data API v3 credentials from Google Cloud Console
  • Google Sheets credentials for n8n workspace
  • A Google Sheets document to receive the results

How to set up

  1. Enable YouTube Data API v3 in your Google Cloud Console
  2. Add YouTube OAuth2 credentials to your n8n workspace
  3. Add Google Sheets credentials to your n8n workspace
  4. Create a Google Sheet and update the Google Sheets node with your document ID
  5. Customize search queries in the "Set Query" node for your topic
  6. Adjust filtering criteria in the Filter nodes based on your quality requirements

How to customize the workflow

Search topics: Modify the query array in the "Set Query" node to research any topic:

[
"Python tutorial",
"JavaScript course", 
"React beginner guide",
// Add your queries here
]

Quality thresholds: Adjust minimum views, likes, and date ranges in the "Filter for Quality" node

Relevance scoring: Customize keyword weightings in the "Relevance Score" node to match your priorities

Result limits: Change the number of final results in the "Limit" node (default: 50)

Output format: Modify the "Set Fields" node to include additional YouTube metadata like duration, thumbnails, or category information

The workflow is designed to be easily adaptable for any research topic while maintaining high content quality standards.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Set Query

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Search YouTube

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 9 - Filter for Quality

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 10 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Split Query

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 12 - Split Results

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 13 - Filter for Relevance

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 14 - Loop over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 15 - Get Video Metadata

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Remove Unnecessary Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Remove Duplicate Videos

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 2

Block 18 - Generate Relevance Score

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Sort by Relevance

Type / Role
n8n-nodes-base.sort - sort
Config choices
Version 1

Block 20 - Force Limit

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 21 - Send to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

3. Summary Table

Workflow Find quality YouTube videos with automated filtering & relevance scoring to Google Sheets
Complexity advanced
Nodes 21
Categories Market Research
Author Zach @BrightWayAI
Published 08 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5797/5797.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Find quality YouTube videos with automated filtering & relevance scoring to Google Sheets do?

Who's it for Content creators, researchers, educators, and digital marketers who need to discover high quality YouTube training videos on specific topics. Perfect for building curated learning reso...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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