Dumpling AI + GPT-4를 사용하여 키워드를 기반으로 TikTok 비디오 질문 찾기
고급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 16개의 노드를 포함합니다.주로 Code, Wait, Limit, SplitOut, DataTable 등의 노드를 사용하며. Dumpling AI + GPT-4를 사용하여 키워드를 기반으로 TikTok 비디오 질문을 찾습니다.
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "z82YLTAObSRGi4C7",
"meta": {
"instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
"templateCredsSetupCompleted": true
},
"name": "Find TikTok Video Questions from Keywords Using Dumpling AI + GPT-4",
"tags": [],
"nodes": [
{
"id": "1fb5c245-3539-4d68-bdb6-60619577e6d4",
"name": "No Operation, 아무 작업도 수행하지 않음",
"type": "n8n-nodes-base.noOp",
"position": [
1040,
-240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b09c504c-ceeb-4a00-889f-4a9c19eb0be4",
"name": "키워드 입력 수신",
"type": "n8n-nodes-base.formTrigger",
"position": [
-528,
208
],
"webhookId": "d4b23900-f9c3-4436-b41b-a7b2a95dc050",
"parameters": {
"options": {},
"formTitle": "Tik Tok Search ",
"formFields": {
"values": [
{
"fieldLabel": "Keywords"
}
]
}
},
"typeVersion": 2.3
},
{
"id": "bc607c71-7c66-43ef-b879-98f9131bb35d",
"name": "TikTok 사용자 검색 (Dumpling AI)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-304,
208
],
"parameters": {
"url": "https://app.dumplingai.com/api/v1/search-tiktok-users",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "query",
"value": "={{ $json.Keywords }}"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RLFzAcGRepr5eXZB",
"name": "Dumpling AI-n8n"
}
},
"typeVersion": 4.2
},
{
"id": "cd3017fb-7ff0-477c-b213-b90dfe728225",
"name": "검색 결과를 사용자별로 분할",
"type": "n8n-nodes-base.splitOut",
"position": [
-80,
208
],
"parameters": {
"options": {},
"fieldToSplitOut": "userList"
},
"typeVersion": 1
},
{
"id": "589d6871-c469-403a-adbc-f387eb07d007",
"name": "최대 3명의 사용자로 제한 (선택사항)",
"type": "n8n-nodes-base.limit",
"position": [
144,
208
],
"parameters": {},
"typeVersion": 1
},
{
"id": "986d014a-8c4e-40b5-9350-dc31e1529319",
"name": "TikTok 사용자 순환 처리",
"type": "n8n-nodes-base.splitInBatches",
"position": [
368,
208
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "27944e93-66b9-4e2a-a6c7-2a0978cfe96d",
"name": "Rate Limit 준수를 위한 대기",
"type": "n8n-nodes-base.wait",
"position": [
624,
288
],
"webhookId": "492f8f72-27ad-4255-a5a6-d0cb928cc89a",
"parameters": {
"amount": 15
},
"typeVersion": 1.1
},
{
"id": "314fddf5-735e-43a2-bf2f-d2758d010640",
"name": "TikTok 프로필 동영상 가져오기 (Dumpling AI)",
"type": "n8n-nodes-base.httpRequest",
"position": [
816,
288
],
"parameters": {
"url": "https://app.dumplingai.com/api/v1/get-tiktok-profile-videos",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "handle",
"value": "={{ $json.user.search_user_name }}"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RLFzAcGRepr5eXZB",
"name": "Dumpling AI-n8n"
}
},
"typeVersion": 4.2
},
{
"id": "fd4266b2-8de3-46ea-9d9c-699cdc4ed31d",
"name": "프로필에서 동영상 분리",
"type": "n8n-nodes-base.splitOut",
"position": [
528,
-112
],
"parameters": {
"options": {},
"fieldToSplitOut": "aweme_list"
},
"typeVersion": 1
},
{
"id": "ae9dbbbe-6fed-4c34-ba8b-1923b39f5f66",
"name": "동영상 순환 처리",
"type": "n8n-nodes-base.splitInBatches",
"position": [
848,
-112
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "06fc76b0-85a2-4313-948d-50e46a2882b2",
"name": "각 동영상의 댓글 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
1040,
-64
],
"parameters": {
"url": "https://app.dumplingai.com/api/v1/get-tiktok-video-comments",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "url",
"value": "={{ $json.share_info.share_url }}"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RLFzAcGRepr5eXZB",
"name": "Dumpling AI-n8n"
}
},
"typeVersion": 4.2
},
{
"id": "e8c9360a-2ea2-4814-90a8-691f4774a37c",
"name": "정제된 댓글 추출 (Python)",
"type": "n8n-nodes-base.code",
"position": [
1264,
-64
],
"parameters": {
"language": "python",
"pythonCode": "# n8n Python Code Node\n# Extract all TikTok comment texts and return them in one structured block under \"Comment\"\n\ncomments_list = []\n\ndef extract_texts(comments):\n for comment in comments:\n if \"text\" in comment and comment[\"text\"]:\n comments_list.append({\"text\": comment[\"text\"]})\n if \"reply_comment\" in comment and comment[\"reply_comment\"]:\n extract_texts(comment[\"reply_comment\"])\n\ndata = items[0].get(\"json\", {})\n\nif isinstance(data, list) and len(data) > 0 and \"comments\" in data[0]:\n extract_texts(data[0][\"comments\"])\nelif \"comments\" in data:\n extract_texts(data[\"comments\"])\n\nreturn [{\n \"json\": {\n \"Comment\": comments_list\n }\n}]\n"
},
"typeVersion": 2
},
{
"id": "2d41131b-a582-46ce-ae5a-167fdf213ec6",
"name": "상위 시청자 질문 탐색 (GPT-4)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1488,
-64
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1",
"cachedResultName": "GPT-4.1"
},
"options": {},
"messages": {
"values": [
{
"role": "system",
"content": "You are an experienced TikTok content strategist. I will give you a collection of comments from a TikTok video. Your job is to carefully read through all the comments and identify the most commonly asked questions. These questions should be phrased exactly or very closely to how viewers ask them, not reworded in a generic way.\n\nPlease follow these steps:\n\nRead all the comments carefully and group similar questions together, even if they are worded slightly differently.\n\nIdentify the top recurring questions that appear the most.\n\nPresent the top questions clearly and concisely, ranked by frequency.\n\nExclude spam, unrelated chatter, or emoji-only comments.\n\nDo not generate answers, only list the questions."
},
{
"content": "=Here is the comment data: {{ JSON.stringify($json.Comment) }}\n\n"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "fdhWALG84tBLgSZT",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "7dfc9bb9-8fbe-443d-abb5-5c8cafb17009",
"name": "결과를 DataTable에 삽입",
"type": "n8n-nodes-base.dataTable",
"position": [
1840,
16
],
"parameters": {
"columns": {
"value": {
"Videos": "={{ $('Loop Through Videos').item.json.share_info.share_url }}",
"Keywords": "={{ $json.message.content }}"
},
"schema": [
{
"id": "Videos",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Videos",
"defaultMatch": false
},
{
"id": "Keywords",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Keywords",
"defaultMatch": false
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"dataTableId": {
"__rl": true,
"mode": "list",
"value": "2fPy6VQQ9KIeBIFC",
"cachedResultUrl": "/projects/BTzFLWjYjhwngt0G/datatables/2fPy6VQQ9KIeBIFC",
"cachedResultName": "Tik Tok Keywords"
}
},
"typeVersion": 1
},
{
"id": "f1dddf8a-5393-4a3c-a719-7a9b8977bea3",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-544,
-64
],
"parameters": {
"width": 1008,
"height": 512,
"content": "## 🔎 Branch 1 – Search TikTok Users and Get Videos\n\n1. Trigger runs when a keyword is submitted via form \n2. Dumpling AI searches TikTok for matching users \n3. Splits users and limits to 3 (optional) \n4. For each user, fetches their latest videos \n5. Splits video list for individual processing\n\n✅ Uses Dumpling AI to fetch TikTok profiles and their video content\n"
},
"typeVersion": 1
},
{
"id": "1b1e9809-c98a-4bd6-a5e3-ab354330319b",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
560,
-464
],
"parameters": {
"color": 6,
"width": 1440,
"height": 576,
"content": "## 💬 Branch 2 – Extract Questions from Comments with AI\n\n1. Loops through each video \n2. Uses Dumpling AI to get video comments \n3. Python code cleans raw comments \n4. GPT-4 processes clean text and extracts top viewer questions \n5. Final result is saved to DataTable\n\n✅ Ideal for finding content ideas or FAQ-style engagement hooks\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "4997fe2b-496d-446d-8f99-0c35d1b65b29",
"connections": {
"ae9dbbbe-6fed-4c34-ba8b-1923b39f5f66": {
"main": [
[
{
"node": "1fb5c245-3539-4d68-bdb6-60619577e6d4",
"type": "main",
"index": 0
}
],
[
{
"node": "06fc76b0-85a2-4313-948d-50e46a2882b2",
"type": "main",
"index": 0
}
]
]
},
"b09c504c-ceeb-4a00-889f-4a9c19eb0be4": {
"main": [
[
{
"node": "bc607c71-7c66-43ef-b879-98f9131bb35d",
"type": "main",
"index": 0
}
]
]
},
"986d014a-8c4e-40b5-9350-dc31e1529319": {
"main": [
[
{
"node": "fd4266b2-8de3-46ea-9d9c-699cdc4ed31d",
"type": "main",
"index": 0
}
],
[
{
"node": "27944e93-66b9-4e2a-a6c7-2a0978cfe96d",
"type": "main",
"index": 0
}
]
]
},
"fd4266b2-8de3-46ea-9d9c-699cdc4ed31d": {
"main": [
[
{
"node": "ae9dbbbe-6fed-4c34-ba8b-1923b39f5f66",
"type": "main",
"index": 0
}
]
]
},
"06fc76b0-85a2-4313-948d-50e46a2882b2": {
"main": [
[
{
"node": "e8c9360a-2ea2-4814-90a8-691f4774a37c",
"type": "main",
"index": 0
}
]
]
},
"589d6871-c469-403a-adbc-f387eb07d007": {
"main": [
[
{
"node": "986d014a-8c4e-40b5-9350-dc31e1529319",
"type": "main",
"index": 0
}
]
]
},
"27944e93-66b9-4e2a-a6c7-2a0978cfe96d": {
"main": [
[
{
"node": "314fddf5-735e-43a2-bf2f-d2758d010640",
"type": "main",
"index": 0
}
]
]
},
"7dfc9bb9-8fbe-443d-abb5-5c8cafb17009": {
"main": [
[
{
"node": "ae9dbbbe-6fed-4c34-ba8b-1923b39f5f66",
"type": "main",
"index": 0
}
]
]
},
"e8c9360a-2ea2-4814-90a8-691f4774a37c": {
"main": [
[
{
"node": "2d41131b-a582-46ce-ae5a-167fdf213ec6",
"type": "main",
"index": 0
}
]
]
},
"cd3017fb-7ff0-477c-b213-b90dfe728225": {
"main": [
[
{
"node": "589d6871-c469-403a-adbc-f387eb07d007",
"type": "main",
"index": 0
}
]
]
},
"2d41131b-a582-46ce-ae5a-167fdf213ec6": {
"main": [
[
{
"node": "7dfc9bb9-8fbe-443d-abb5-5c8cafb17009",
"type": "main",
"index": 0
}
]
]
},
"bc607c71-7c66-43ef-b879-98f9131bb35d": {
"main": [
[
{
"node": "cd3017fb-7ff0-477c-b213-b90dfe728225",
"type": "main",
"index": 0
}
]
]
},
"314fddf5-735e-43a2-bf2f-d2758d010640": {
"main": [
[
{
"node": "986d014a-8c4e-40b5-9350-dc31e1529319",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Dumpling AI 및 Google 문서를 사용한 양식에서 블로그로 자동 변환
Dumpling AI, OpenAI 및 Google 문서를 사용한 키워드 기반 블로그 생성 자동화
Code
Wait
Limit
+
Code
Wait
Limit
17 노드Yang
콘텐츠 제작
Dumpling AI를 사용하여 양식에서 자동으로 영화 수준의 동물 비디오 및 소리 생성
GPT-4, Dumpling AI 및 ElevenLabs 오디오를 사용하여 양식 입력을 영화 수준 비디오로 변환
Set
Code
Wait
+
Set
Code
Wait
23 노드Yang
콘텐츠 제작
Dumpling AI와 GPT-4o를 사용하여 YouTube 비디오 아이디어 생성
비디오 분석을 사용하여 Dumpling AI와 GPT-4o를 사용하여 YouTube 콘텐츠 창의성 생성
Code
Wait
Gmail
+
Code
Wait
Gmail
13 노드Yang
콘텐츠 제작
GPT-5와 fal.ai 이미지를 사용한 키워드에서 WordPress까지 자동화 SEO 블로그 프로세스
GPT-5 및 fal.ai 이미지를 사용한 키워드 to WordPress SEO 블로그 프로세스 자동화
Set
Code
Wait
+
Set
Code
Wait
96 노드Paul
콘텐츠 제작
GPT-4, Dumpling AI, Google Drive를 사용하여 광고 이미지 변이 생성
GPT-4、Dumpling AI와 Google Drive를 사용하여 광고 이미지 변이 생성
Split Out
Form Trigger
Google Drive
+
Split Out
Form Trigger
Google Drive
14 노드Yang
콘텐츠 제작
OpenAI, RunwayML, ElevenLabs를 사용한 무면식 숏폼 비디오 자동화
OpenAI, RunwayML, ElevenLabs를 사용한 무면쇼트 비디오 자동화: 스크립트부터 소셜 미디어까지
Set
Code
Wait
+
Set
Code
Wait
56 노드LeeWei
콘텐츠 제작