Skip to main content

Qualify TikTok influencers from username with Dumpling AI + GPT-4

Workflow preview

Workflow preview
100%
Qualify TikTok influencers from username with 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 workflow is for marketers, influencer agencies, or outreach teams who want to quickly check if a TikTok user meets certain criteria before adding them to an influencer list. No ma...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googlesheets, n8n-nodes-base.switch, n8n-nodes-base.stickynote

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
Qualify TikTok influencers from username with Dumpling AI + GPT-4
Workflow name
Qualify TikTok influencers from username with Dumpling AI + GPT-4

Who’s it for

This workflow is for marketers, influencer agencies, or outreach teams who want to quickly check if a TikTok user meets certain criteria before adding them to an influencer list. No manual profile checking—just drop in a username, and the system does the rest.


What it does

This workflow takes a TikTok username submitted via form, fetches the user’s profile using Dumpling AI, then evaluates the user using GPT-4 to decide if they qualify for influencer outreach based on predefined rules:

  • 40+ videos
  • 100,000+ followers
  • 300,000+ total likes

It then checks Google Sheets:

  • If the user does not exist, it adds a new row
  • If the user already exists, it updates the row

How it works

  1. Form Trigger: Collects TikTok username
  2. Dumpling AI: Pulls TikTok profile (username, ID, followers, videos, likes, etc.)
  3. GPT-4: Checks if the user meets outreach criteria
  4. Google Sheets:
    • Checks if user already exists
    • Updates or appends user data + qualification status

Requirements

  • ✅ Dumpling AI API key (HTTP Header Auth)
  • ✅ OpenAI API key (GPT-4)
  • ✅ Google Sheets integration with the following columns:
    • Tik Tok user
    • User ID
    • Follower Count
    • Following Count
    • Heart Count
    • Video Count
    • Qualified?

How to customize

  • Change the qualification logic in the GPT-4 prompt
  • Add additional TikTok data (bio, profile pic, location, etc.)
  • Send a notification if the user is qualified
  • Push the qualified leads to Airtable, Notion, or your CRM

> This workflow gives you a plug-and-play tool to qualify TikTok influencers instantly using AI—without leaving your browser or spreadsheet.

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 - Trigger on TikTok Username Form

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

Block 2 - Get TikTok Profile (Dumpling AI)

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

Block 3 - Evaluate Profile Qualification (GPT-4)

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

Block 4 - Check if User Already Exists

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

Block 5 - Route Based on Existence

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 6 - Add New TikTok User to Sheet

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

Block 7 - Update Existing TikTok User in Sheet

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

3. Summary Table

Workflow Qualify TikTok influencers from username with Dumpling AI + GPT-4
Complexity intermediate
Nodes 9
Categories Lead Generation, AI Summarization
Author Yang
Published 30 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9126/9126.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 Qualify TikTok influencers from username with Dumpling AI + GPT-4 do?

Who’s it for This workflow is for marketers, influencer agencies, or outreach teams who want to quickly check if a TikTok user meets certain criteria before adding them to an influencer list. No ma...

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