Skip to main content

Find TikTok video questions from keywords using Dumpling AI + GPT-4

Workflow preview

Workflow preview
100%
Find TikTok video questions from keywords using Dumpling AI + GPT-4 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 This template is perfect for content creators, social media strategists, and marketing teams who want to uncover trending questions directly from real TikTok audiences. If you spend ho...

Best for

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

Tools used

n8n-nodes-base.noop, n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.limit, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Find TikTok video questions from keywords using Dumpling AI + GPT-4
Workflow name
Find TikTok video questions from keywords using Dumpling AI + GPT-4

Who’s it for

This template is perfect for content creators, social media strategists, and marketing teams who want to uncover trending questions directly from real TikTok audiences. If you spend hours scrolling through videos to find content ideas or audience pain points, this workflow automates the entire research process and delivers clean, ready-to-use insights in minutes.


What it does

The workflow takes a keyword, searches TikTok for matching creator profiles, retrieves their latest videos, extracts viewer comments, and uses GPT-4 to identify the most frequently asked questions. These questions can be used to inspire new content, shape engagement strategies, or create FAQ-style videos that directly address what your audience is curious about.

Here’s what happens step by step:

  1. Accepts a keyword from a form trigger
  2. Uses Dumpling AI to search TikTok for relevant profiles
  3. Fetches the most recent videos from each profile
  4. Extracts and cleans comments using a Python script
  5. Sends cleaned comments to GPT-4 to find recurring audience questions
  6. Saves the top questions and video links into a Data Table for easy review

How it works

  1. Form Trigger: Collects the keyword input from the user
  2. Dumpling AI: Searches TikTok to find relevant creators based on the keyword
  3. Video Retrieval: Gets recent videos from the discovered profiles
  4. Comments Extraction: Gathers and cleans all video comments using Python
  5. GPT-4: Analyzes the cleaned text to extract top audience questions
  6. Data Table: Stores the results for easy access and content planning

Requirements

  • Dumpling AI API key stored as credentials
  • OpenAI GPT-4 credentials
  • Python node enabled in n8n
  • ✅ A Data Table in n8n to store questions and related video details

How to customize

  • Adjust the GPT prompt to refine the tone or format of the extracted questions
  • Add filters to target specific types of TikTok profiles or content niches
  • Integrate the output with your content calendar or idea tracking tool
  • Set up scheduled runs to build a constantly updating library of audience questions
  • Extend the workflow to analyze TikTok hashtags or trends alongside comments

> This workflow turns TikTok keyword searches into structured audience insights, helping you quickly discover real questions your audience is asking—perfect for fueling content strategies, campaigns, and engagement.

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 - No Operation, do nothing

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

Block 2 - Receive Keyword Input

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 3 - Search TikTok Users (Dumpling AI)

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

Block 4 - Split Search Results into Users

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

Block 5 - Limit to 3 Users (Optional)

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

Block 6 - Loop Through TikTok Users

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

Block 7 - Wait to Respect Rate Limits

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

Block 8 - Get TikTok Profile Videos (Dumpling AI)

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

Block 9 - Split Videos from Profile

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

Block 10 - Loop Through Videos

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

Block 11 - Get Comments for Each Video

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

Block 12 - Extract Clean Comments (Python)

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

Block 13 - Find Top Viewer Questions (GPT-4)

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 14 - Insert Result into DataTable

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

Block 15 - Sticky Note

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

Block 16 - Sticky Note1

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

3. Summary Table

Workflow Find TikTok video questions from keywords using Dumpling AI + GPT-4
Complexity advanced
Nodes 16
Categories Market Research, AI Summarization
Author Yang
Published 03 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9249/9249.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 TikTok video questions from keywords using Dumpling AI + GPT-4 do?

Who’s it for This template is perfect for content creators, social media strategists, and marketing teams who want to uncover trending questions directly from real TikTok audiences. If you spend ho...

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, AI Summarization use case.