Data Processing & Analysis

Youtube Searcher

Youtube Searcher

Complex
High
21
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
21
Node Types
10

Node Types

split In Batches
Loop Over Items
1 node
http Request
find_video_data1
1 node
manual Trigger
When clicking ‘Test workflow’
1 node
execute Workflow Trigger
Execute Workflow Trigger
1 node
postgres
fetch_last_registered, Postgres, insert_items, create_table, see table, drop table
6 nodes
you Tube
get_videos
1 node
if
if_is_empty, if_empty
2 nodes
code
remove_shorts, create_query, structure_data, sanitize_data
4 nodes
set
already_populated, map_data
2 nodes
sticky Note
Sticky Note, Sticky Note1
2 nodes

Workflow JSON

20.45 KB
{
  "id": "Zrd98BnbmN1Px9an",
  "meta": {
    "instanceId": "edc0464b1050024ebda3e16fceea795e4fdf67b1f61187c4f2f3a72397278df0",
    "templateCredsSetupCompleted": true
  },
  "name": "Youtube Searcher",
  "tags": [],
  "nodes": [
    {
      "id": "5cb8757a-d8f0-49fa-803d-7f04b514f9f8",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        80,
        220
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "28964bd5-dc53-4dfa-bbb1-4eb80b952063",
      "name": "find_video_data1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1440,
        320
      ],
      "parameters": {
        "url": "https://www.googleapis.com/youtube/v3/videos?",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "key",
              "value": "={{ $env[\"GOOGLE_API_KEY\"] }}"
            },...

Showing first 1000 characters. Click "Expand" to view the full JSON.