Skip to main content

Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable

Workflow preview

Workflow preview
100%
Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable 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 is this for? This workflow is for social media agencies, influencer marketers, and brand managers who need to automatically qualify TikTok creators based on their follower metrics. It’s especia...

Best for

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

Tools used

n8n-nodes-base.airtabletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.airtable, 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
Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable
Workflow name
Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable

Who is this for?

This workflow is for social media agencies, influencer marketers, and brand managers who need to automatically qualify TikTok creators based on their follower metrics. It’s especially useful for teams managing influencer outreach campaigns or building talent databases.


What problem is this workflow solving?

Manually tracking TikTok user stats is time-consuming and inconsistent. This automation instantly pulls TikTok profile data and only saves creators who meet a defined follower threshold. It removes manual vetting, reduces spreadsheet work, and makes influencer qualification scalable.


What this workflow does

This workflow uses Airtable as the trigger, Dumpling AI to scrape TikTok profile information, and a logic condition to check if the profile has more than 100k followers. Qualified profiles are updated with full metrics and stored back in Airtable.


Setup

  1. Airtable Setup

    • Create a table with a field named Tik tok username
    • Connect your Airtable account to n8n using a Personal Access Token
    • Set up a trigger to run when a new TikTok username is added
  2. Dumpling AI

    • Sign up at Dumpling AI
    • Create a Dumpling AI credential in n8n using your API key
    • The HTTP node sends the TikTok handle to Dumpling’s /get-tiktok-profile endpoint
  3. Configure Filter

    • The IF node checks if followerCount is greater than or equal to 100000
  4. Airtable Update

    • If qualified, the record is updated with:
      • ID (TikTok ID)
      • followerCount
      • followingCount
      • heartCount
      • videoCount

How to customize this workflow to your needs

  • Change the follower count threshold to fit your campaign (e.g. 10K, 500K, 1M)
  • Add fields like engagement rate, niche tags, or scraped bio
  • Chain additional steps like sending approved creators to your CRM or triggering outreach messages
  • Add another filter to exclude private or inactive accounts

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 - Watch for New TikTok Handles in Airtable

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

Block 2 - Get TikTok Profile Data via Dumpling AI

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

Block 3 - Check if Follower Count is 100k or More

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Update Record with Basic TikTok Stats

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 5 - Update Record with All TikTok Stats

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 6 - Sticky Note

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

3. Summary Table

Workflow Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable
Complexity intermediate
Nodes 6
Categories Lead Generation, AI Summarization
Author Yang
Published 22 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4326/4326.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 Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable do?

Who is this for? This workflow is for social media agencies, influencer marketers, and brand managers who need to automatically qualify TikTok creators based on their follower metrics. It’s especia...

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.