🔓 Unlock all 10,000+ workflows & prompts free Join Newsletter →
✅ Full access unlocked — explore all 10,000 AI workflow and prompt templates Browse Templates →
Home n8n Workflow
January 22, 2026

TikTok to Google Sheets, qualified creator leads

Lisa Granqvist Partner Workflow Automation Expert

Influencer sourcing gets messy fast. You spot a creator on TikTok, open five tabs, squint at follower counts, forget to copy the user ID, then paste the wrong numbers into a spreadsheet anyway.

This TikTok lead automation hits marketers hardest when a campaign is already behind. Influencer agency teams feel it too, and so do operators doing founder-led outreach. Same frustration, different inbox.

This workflow takes a TikTok username, pulls profile stats, asks GPT‑4 if the creator qualifies, then writes one clean row to Google Sheets (or updates the existing one). You’ll see exactly how it works, what you need, and where people usually get stuck.

How This Automation Works

Here’s the complete workflow you’ll be setting up:

n8n Workflow Template: TikTok to Google Sheets, qualified creator leads

Why This Matters: Qualifying TikTok creators is slow (and easy to mess up)

Manually qualifying creators sounds simple until you do it all week. You’re bouncing between TikTok profiles, notes, spreadsheets, and sometimes a CRM, trying to answer basic questions like “Do they have enough followers?” and “Have we already added them?” The worst part is the mental load. You keep re-checking numbers because TikTok surfaces different stats in different places, and one missed digit changes who makes the cut. Then duplicates creep in, outreach gets repeated, and you lose confidence in your own list.

It adds up fast. Here’s where it usually breaks down.

  • Each creator check turns into a mini-research project, so your “quick list build” becomes an afternoon.
  • Copy-pasting stats into Google Sheets invites mistakes, especially when multiple people touch the same list.
  • Duplicates happen because “I’ll search the sheet later” turns into “we already reached out twice.”
  • Qualification rules drift over time, which means you end up debating every borderline creator instead of moving forward.

What You’ll Build: TikTok username in, qualified lead in Sheets

You’ll build a simple intake-to-qualification pipeline that works the same way every time. A TikTok username is submitted (via a form trigger or webhook-style intake). The workflow then calls Dumpling AI to fetch the creator’s public profile details like follower count, total likes (hearts), and video count. Next, GPT‑4 evaluates those numbers against your rules (for example: 40+ videos, 100,000+ followers, 300,000+ total likes) and returns a clear “Qualified?” decision. Finally, the automation checks your Google Sheet to see if that creator already exists. If they do, it updates the row; if not, it appends a new one. One source of truth. No tab hopping.

The workflow starts with username capture, then switches into data enrichment, then AI qualification. It finishes by merging results into Google Sheets so your outreach list stays clean and current.

What You’re Building

Expected Results

Say you qualify 20 creators per day. Manually, a typical check is maybe 10 minutes: open TikTok, scan stats, copy details, search the sheet for duplicates, paste into the right columns. That’s about 3 hours a day. With this workflow, you drop in usernames (about a minute each), then wait for enrichment and GPT‑4 to do its thing in the background. You’ll still review the final list, but most teams get back roughly 2 hours daily once the process is running smoothly.

Before You Start

  • n8n instance (try n8n Cloud free)
  • Self-hosting option if you prefer (Hostinger works well)
  • Google Sheets to store and update creator lead rows.
  • Dumpling AI for pulling TikTok profile stats by username.
  • OpenAI API key (get it from the OpenAI dashboard) for GPT‑4 qualification.

Skill level: Beginner. You’ll connect accounts, paste API keys, and map a few fields into your sheet.

Want someone to build this for you? Talk to an automation expert (free 15-minute consultation).

Step by Step

A username comes in. A form trigger, webhook, or Telegram Trigger captures a TikTok handle so the workflow has one clear input to work with.

Profile data gets pulled automatically. An HTTP Request hits Dumpling AI and returns the stats you normally check by hand (followers, likes/hearts, video count, plus identifiers like user ID).

AI decides “qualified” using your rules. An OpenAI Chat Model (often wrapped in an AI Agent node) evaluates the creator against your thresholds and outputs a simple yes/no, plus any notes you want to log.

Google Sheets is updated cleanly. The workflow searches your sheet for the creator, then uses an If/Switch path to either update the existing row or append a new one. Tools like Edit Fields (Set), Merge, and Loop Over Items help keep the data tidy if you’re processing multiple usernames at once.

You can easily modify the qualification rules to match a specific campaign or niche based on your needs. See the full implementation guide below for customization options.

Troubleshooting Tips

  • Dumpling AI credentials can expire or need specific permissions. If things break, check your Dumpling AI dashboard and the HTTP Request headers in n8n first.
  • If you’re using Wait nodes or external rendering, processing times vary. Bump up the wait duration if downstream nodes fail on empty responses.
  • Default prompts in AI nodes are generic. Add your brand voice and “what counts as qualified” early or you’ll be editing outputs forever.

Quick Answers

What’s the setup time for this TikTok lead automation?

About 30 minutes if your keys and sheet are ready.

Is coding required for this TikTok lead automation?

No coding required. You’ll connect services, then map the fields into Google Sheets.

Is n8n free to use for this TikTok lead automation workflow?

Yes. n8n has a free self-hosted option and a free trial on n8n Cloud. Cloud plans start at $20/month for higher volume. You’ll also need to factor in OpenAI API usage (often a few cents per creator) and your Dumpling AI plan.

Where can I host n8n to run this automation?

Two options: n8n Cloud (managed, easiest setup) or self-hosting on a VPS. For self-hosting, Hostinger VPS is affordable and handles n8n well. Self-hosting gives you unlimited executions but requires basic server management.

Can I modify this TikTok lead automation workflow for different use cases?

Yes, and you probably should. Change the GPT‑4 prompt in the OpenAI Chat Model/AI Agent node to swap qualification rules (different follower threshold, geography rules, niche keywords). You can also adjust what you store by editing the Set (Edit Fields) node before the Google Sheets step, which is where you map columns like “Heart Count” or “Video Count.” A common tweak is adding a Slack/Telegram message when someone qualifies so outreach can happen the same day.

Why is my Google Sheets connection failing in this workflow?

Usually it’s a permissions issue on the target spreadsheet.

What volume can this TikTok lead automation workflow process?

On n8n Cloud Starter, you can run a healthy number of executions per month for a small team, and Pro supports higher volume. If you self-host, there’s no execution cap; it mainly depends on your server and API rate limits. In practice, qualification is gated by the Dumpling AI request and the GPT‑4 call, so you’ll want to process in small batches (Split in Batches) if you’re doing hundreds at a time. For day-to-day sourcing, most teams can run this continuously without thinking about it.

Is this TikTok lead automation better than using Zapier or Make?

Often, yes, because this kind of workflow benefits from branching logic (If/Switch), batching, and clean upsert behavior without extra task fees. n8n also gives you the self-hosting option, which is useful when you start qualifying lots of creators. Zapier or Make can be simpler for very small setups, but AI + dedupe + update paths get fiddly. If your outreach rules change often, n8n is easier to iterate on. If you’re unsure, Talk to an automation expert and you’ll get a straight recommendation.

Once this is running, creator qualification stops being a daily grind and becomes a quiet background process. Your sheet stays clean, your rules stay consistent, and you can spend your time on outreach that actually moves the campaign.

Need Help Setting This Up?

Our automation experts can build and customize this workflow for your specific needs. Free 15-minute consultation—no commitment required.

Lisa Granqvist

Workflow Automation Expert

Expert in workflow automation and no-code tools.

×

Use template

Get instant access to this n8n workflow Json file

💬
Get a free quote today!
Get a free quote today!

Tell us what you need and we'll get back to you within one working day.

Get a free quote today!
Get a free quote today!

Tell us what you need and we'll get back to you within one working day.

Launch login modal Launch register modal