8
n8n 한국어amn8n.com

YouTube - 채널 정보 가져오기

중급

이것은Market Research분야의자동화 워크플로우로, 13개의 노드를 포함합니다.주로 If, Switch, HttpRequest, GoogleSheets, ManualTrigger 등의 노드를 사용하며. YouTube 채널 데이터를 Google Sheets에 완전 수집

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
  • Google Sheets API 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "RrOJMiVIAruC9gFU",
  "meta": {
    "instanceId": "ed6d846a2fce1f660ede2e7da800724cca01dc3d0685524a3c917881b7cfcfe9",
    "templateCredsSetupCompleted": true
  },
  "name": "Youtube - Get Channel Information",
  "tags": [
    {
      "id": "CEVEeZJa4qgPvdpK",
      "name": "youtube",
      "createdAt": "2025-05-27T02:29:43.874Z",
      "updatedAt": "2025-05-27T02:29:43.874Z"
    }
  ],
  "nodes": [
    {
      "id": "6d81882f-1b1d-41e9-8bf0-7e62afeca99f",
      "name": "'워크플로 테스트' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -720,
        280
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e4575f9b-070f-4565-b363-568617d61e24",
      "name": "If - 성공 응답 확인",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        80
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "bce76f94-5904-4fdb-b172-adc1134855f9",
              "operator": {
                "type": "number",
                "operation": "gt"
              },
              "leftValue": "={{ $json.body.pageInfo.totalResults }}",
              "rightValue": 0
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "8964eaa0-676d-4bf5-bdd1-3f3e8c53bd2e",
      "name": "Google Sheets - 데이터 업데이트",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1120,
        180
      ],
      "parameters": {
        "columns": {
          "value": {
            "title": "={{ $json.body.items[0].snippet.title }}",
            "status": "finish",
            "country": "={{ $json.body.items[0].brandingSettings.channel.country || '' }}",
            "keywords": "={{ $json.body.items[0].brandingSettings.channel.keywords || '' }}",
            "channel_id": "={{ $json.body.items[0].id }}",
            "custom_url": "={{ $json.body.items[0].snippet.customUrl }}",
            "row_number": "={{ $('Google Sheets - Get Channel URLs').item.json.row_number }}",
            "thumbnails": "={{ $json.body.items[0].snippet.thumbnails.default.url }}",
            "view_count": "={{ $json.body.items[0].statistics.viewCount }}",
            "description": "={{ $json.body.items[0].snippet.description }}",
            "video_count": "={{ $json.body.items[0].statistics.videoCount }}",
            "published_at": "={{ $json.body.items[0].snippet.publishedAt.toString().slice(0, 19).replace('T', ' ') }}",
            "subscriber_count": "={{ $json.body.items[0].statistics.subscriberCount || 0 }}",
            "last_fetched_time": "={{ $now.toISO().toString().slice(0, 19).replace('T', ' ') }}"
          },
          "schema": [
            {
              "id": "status",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "channel_url",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "channel_url",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "last_fetched_time",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "last_fetched_time",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "title",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "description",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "description",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "channel_id",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "channel_id",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "custom_url",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "custom_url",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "published_at",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "published_at",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "thumbnails",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "thumbnails",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "view_count",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "view_count",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "subscriber_count",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "subscriber_count",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "video_count",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "video_count",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "keywords",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "keywords",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "country",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "country",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "row_number"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 426418282,
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit#gid=426418282",
          "cachedResultName": "Channel Urls"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit?usp=drivesdk",
          "cachedResultName": "YouTube - Get Channel Information"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "pe6UD1A6MWIk2X91",
          "name": "Google Sheets - toan.ngo"
        }
      },
      "executeOnce": true,
      "typeVersion": 4.5
    },
    {
      "id": "fc68d632-6349-4c95-9243-97e2f4476afd",
      "name": "Google Sheets - 데이터 업데이트 오류",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1120,
        400
      ],
      "parameters": {
        "columns": {
          "value": {
            "status": "error",
            "row_number": "={{ $('Google Sheets - Get Channel URLs').item.json.row_number }}",
            "last_fetched_time": "={{ $now.toISO().toString().slice(0, 19).replace('T', ' ') }}"
          },
          "schema": [
            {
              "id": "status",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "channel_url",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "channel_url",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "last_fetched_time",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "last_fetched_time",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "title",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "description",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "description",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "channel_id",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "channel_id",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "custom_url",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "custom_url",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "published_at",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "published_at",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "thumbnails",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "thumbnails",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "view_count",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "view_count",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "subscriber_count",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "subscriber_count",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "video_count",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "video_count",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "keywords",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "keywords",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "country",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "country",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "row_number"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 426418282,
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit#gid=426418282",
          "cachedResultName": "Channel Urls"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit?usp=drivesdk",
          "cachedResultName": "YouTube - Get Channel Information"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "pe6UD1A6MWIk2X91",
          "name": "Google Sheets - toan.ngo"
        }
      },
      "executeOnce": true,
      "typeVersion": 4.5
    },
    {
      "id": "9e3960f0-5982-4deb-a38b-488cfbd808a5",
      "name": "항목 반복",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -300,
        280
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "25556915-5243-4881-be05-7b0df816744c",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1700,
        -320
      ],
      "parameters": {
        "width": 780,
        "height": 1520,
        "content": "## [Agent Circle's N8N Workflow] YouTube Channel Information Crawler - Try It Out!\n\n**This N8N template demonstrates how to use our tool to collect key information from any YouTube channel - including title, description, custom URL, stats (views, subscribers, videos), creation date, country, keywords, thumbnails, and channel ID. Everything is fetched and saved directly in a linked Google Sheet.**\n\nUse cases are many: Whether you're part of an MCN or YouTube channel network, a digital marketing agency, an influencer analyst, or a growth-focused YouTube consultant, this tool helps you instantly access detailed channel data for scouting, benchmarking, and strategic planning. It's perfect for competitive research, brand vetting, or building your next performance dashboard.\n\n## How It Works\n- The workflow starts when you manually click **Test Workflow** or **Execute Workflow** in N8N.\n- It reads through the list of **full channel URLs or custom channel URLs** from the **Channel URLs** tab in a connected Google Sheet. Only the URLs marked with the **Ready** status will be processed.\n- The tool loops through each row and prepares the necessary data for the YouTube API call later.\n- A **Switch** node detects the URL type of each input (whether it's a full or custom channel URL) and routes it accordingly.\n- Based on the input type, the appropriate YouTube API endpoint is triggered to fetch channel metrics.\n- It checks whether the API call is successful before continuing:\n   - If successful, the fetched data is written back to the connected Google Sheet in the same row and the row's status is updated to **Finished**. \n   - If it fails, the row's status is updated to **Error**.\n\n## How To Use\n- Download the workflow package.\n- Import the workflow package into your N8N interface.\n- Duplicate the [**YouTube - Get Channel Information** Google Sheet template](https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit?gid=426418282#gid=426418282) into your Google Sheets account.\n- Set up **Google Cloud Console** credentials in the following nodes in N8N, ensuring enabled access and suitable rights to Google Sheets and YouTube services: \n     + For Google Sheets access, ensure each node is properly connected to the correct tab in your connected Google Sheet template: \n      Node **Google Sheets - Get Channel URLs** → connected to Tab **Channel URLs**; \n      Node **Google Sheets - Update Data** → connected to Tab **Channel URLs**;\n      Node **Google Sheets - Update Data - Error** → connected to Tab **Channel URLs**.\n    + For YouTube access, set up a GET method to connect to YouTube API in the following nodes:\n      Node **HTTP Request - Get Comments For Video URLs 1**;  \n      Node **HTTP Request - Get Comments For Video URLs 2**.\n- In your connected Google Sheet, enter the full or custom channel URLs that you want to crawl and set the rows' status to **Ready**.\n- Run the workflow by clicking **Execute Workflow** or **Test Workflow** in N8N.\n- View the results in your Google Sheet: Successful fetches will update channel data in the same row in **Channel URLs** tab and the row's status is updated to **Finished**; otherwise, the row's status will be changed to **Error**.\n\n## Requirements\n- Basic setup in Google Cloud Console (OAuth or API Key method enabled) with enabled access to YouTube and Google Sheets.\n\n## How To Customize\n- By default, the workflow is manually triggered in N8N. However, you can automate the process by adding a Google Sheets trigger that monitors new entries in your **YouTube – Get Channel Information** template and starts the workflow automatically.\n\n## Need Help?\nJoin our community on different platforms for support, inspiration and tips from others.\n\nWebsite: https://www.agentcircle.ai/\nEtsy: https://www.etsy.com/shop/AgentCircle\nGumroad: http://agentcircle.gumroad.com/\nDiscord Global: https://discord.gg/d8SkCzKwnP\nFB Page Global: https://www.facebook.com/agentcircle/\nFB Group Global: https://www.facebook.com/groups/aiagentcircle/\nX: https://x.com/agent_circle\nYouTube: https://www.youtube.com/@agentcircle\nLinkedIn: https://www.linkedin.com/company/agentcircle"
      },
      "typeVersion": 1
    },
    {
      "id": "abbc6aa8-ab44-4c43-ab1b-2e3349f61cb8",
      "name": "Google Sheets - 채널 URL 가져오기",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -520,
        280
      ],
      "parameters": {
        "options": {},
        "filtersUI": {
          "values": [
            {
              "lookupValue": "ready",
              "lookupColumn": "status"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 426418282,
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit#gid=426418282",
          "cachedResultName": "Channel Urls"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit?usp=drivesdk",
          "cachedResultName": "YouTube - Get Channel Information"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "pe6UD1A6MWIk2X91",
          "name": "Google Sheets - toan.ngo"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "4d53d340-e41a-4b8e-a01b-51aa72b33430",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        -320
      ],
      "parameters": {
        "color": 7,
        "width": 680,
        "height": 980,
        "content": "## 1. Read Channel URLs From Google Sheets\n- We’ll start by pulling a list of channel URLs or custom channel URLs from your connected Google Sheet. \n- The loop iterates over each row that's marked as **Ready** in the status **Column A** for processing.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "75deba24-d050-4ef1-96fd-b8a004c12487",
      "name": "스티커 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -320
      ],
      "parameters": {
        "color": 7,
        "width": 580,
        "height": 980,
        "content": "## 2. Detect Input Type And Fetch Channel Data Using YouTube API\n- We’ll check whether each entry is a full channel URL or a custom channel URL; then, route it to the appropriate YouTube API call.\n- Based on your input, we'll perform a YouTube API request to retrieve channel information. \n\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "dfa8fe7d-448c-44ba-beee-b26b33c35a80",
      "name": "스티커 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        -320
      ],
      "parameters": {
        "color": 7,
        "width": 580,
        "height": 980,
        "content": "## 3. Update Google Sheets With Results\n- If the response is successful, all collected metrics for that channel are inserted into connected Google Sheet. Its row's status in **Column A** in your connected Google Sheet is marked as **Finished** automatically to prevent it from being reprocessed.\n- If the call fails, the row's status in **Column A** of the Google Sheet will be updated to **Error** for your notice.\n- Then, the tool moves on to the next available channel URL, if one exists.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "8f057b52-f6f1-4722-b5cd-2a0d831cebc4",
      "name": "HTTP Request - 전체 URL로 채널 정보 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        420,
        -40
      ],
      "parameters": {
        "url": "https://www.googleapis.com/youtube/v3/channels",
        "options": {
          "response": {
            "response": {
              "fullResponse": true,
              "responseFormat": "json"
            }
          }
        },
        "sendQuery": true,
        "authentication": "predefinedCredentialType",
        "queryParameters": {
          "parameters": [
            {
              "name": "part",
              "value": "id,snippet,statistics,contentDetails,brandingSettings"
            },
            {
              "name": "id",
              "value": "={{ $json.channel_url.match(/channel\\/([A-Za-z0-9_-]+)/)[1] || ''}}"
            }
          ]
        },
        "nodeCredentialType": "youTubeOAuth2Api"
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "KhD0GLQGWl8MtqCs",
          "name": "YouTube - toan.ngo"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "eb1eadd5-2f80-4a35-940b-0997369d7738",
      "name": "HTTP Request - 커스텀 URL로 채널 정보 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        420,
        160
      ],
      "parameters": {
        "url": "https://www.googleapis.com/youtube/v3/channels",
        "options": {
          "response": {
            "response": {
              "fullResponse": true,
              "responseFormat": "json"
            }
          }
        },
        "sendQuery": true,
        "authentication": "predefinedCredentialType",
        "queryParameters": {
          "parameters": [
            {
              "name": "part",
              "value": "id,snippet,statistics,contentDetails,brandingSettings"
            },
            {
              "name": "forHandle",
              "value": "={{ $json.channel_url.split('@')[1] || ''}}"
            }
          ]
        },
        "nodeCredentialType": "youTubeOAuth2Api"
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "KhD0GLQGWl8MtqCs",
          "name": "YouTube - toan.ngo"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "cc9f9b53-f751-4368-9bc2-d05f7ca352f3",
      "name": "Switch - URL 유형 감지",
      "type": "n8n-nodes-base.switch",
      "position": [
        100,
        80
      ],
      "parameters": {
        "rules": {
          "values": [
            {
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "loose"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "cb81ca70-cc67-457a-b810-20c2e3f726f6",
                    "operator": {
                      "type": "string",
                      "operation": "regex"
                    },
                    "leftValue": "={{ $json.channel_url }}",
                    "rightValue": "/UC[A-Za-z0-9_-]{22}/"
                  }
                ]
              }
            },
            {
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "loose"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "d7fc8f6c-3c0e-4c50-8986-ca3d7d76fc02",
                    "operator": {
                      "type": "string",
                      "operation": "regex"
                    },
                    "leftValue": "={{ $json.channel_url }}",
                    "rightValue": "/@([^/]+)/"
                  }
                ]
              }
            }
          ]
        },
        "options": {},
        "looseTypeValidation": true
      },
      "typeVersion": 3.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "9999c389-9e87-4a1e-a3e6-84a27321fc01",
  "connections": {
    "9e3960f0-5982-4deb-a38b-488cfbd808a5": {
      "main": [
        [],
        [
          {
            "node": "cc9f9b53-f751-4368-9bc2-d05f7ca352f3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cc9f9b53-f751-4368-9bc2-d05f7ca352f3": {
      "main": [
        [
          {
            "node": "8f057b52-f6f1-4722-b5cd-2a0d831cebc4",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "eb1eadd5-2f80-4a35-940b-0997369d7738",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8964eaa0-676d-4bf5-bdd1-3f3e8c53bd2e": {
      "main": [
        [
          {
            "node": "9e3960f0-5982-4deb-a38b-488cfbd808a5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e4575f9b-070f-4565-b363-568617d61e24": {
      "main": [
        [
          {
            "node": "8964eaa0-676d-4bf5-bdd1-3f3e8c53bd2e",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "fc68d632-6349-4c95-9243-97e2f4476afd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "abbc6aa8-ab44-4c43-ab1b-2e3349f61cb8": {
      "main": [
        [
          {
            "node": "9e3960f0-5982-4deb-a38b-488cfbd808a5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6d81882f-1b1d-41e9-8bf0-7e62afeca99f": {
      "main": [
        [
          {
            "node": "abbc6aa8-ab44-4c43-ab1b-2e3349f61cb8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fc68d632-6349-4c95-9243-97e2f4476afd": {
      "main": [
        [
          {
            "node": "9e3960f0-5982-4deb-a38b-488cfbd808a5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8f057b52-f6f1-4722-b5cd-2a0d831cebc4": {
      "main": [
        [
          {
            "node": "e4575f9b-070f-4565-b363-568617d61e24",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "eb1eadd5-2f80-4a35-940b-0997369d7738": {
      "main": [
        [
          {
            "node": "e4575f9b-070f-4565-b363-568617d61e24",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 시장 조사

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수13
카테고리1
노드 유형7
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Agent Circle

Agent Circle

@agentcircle

Agent Circle - A growing marketplace of AI agents, workflows, and toolkits — built to help teams automate smarter and scale faster

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34