Skip to main content

Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets

Workflow preview

Workflow preview
100%
Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets 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 built for marketers, researchers, and content analysts who need to monitor TikTok content, analyze user data, or track trends across influencers. It's useful for a...

Best for

  • Market Research automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, 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
Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets
Workflow name
Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets

Who is this for?

This workflow is built for marketers, researchers, and content analysts who need to monitor TikTok content, analyze user data, or track trends across influencers. It's useful for agencies that manage creators or want to keep an organized record of profile performance and video content for reporting or outreach.


What problem is this workflow solving?

Instead of manually checking TikTok profiles or watching videos to understand performance or content, this workflow automates everything. It extracts both profile statistics and full video transcripts, then logs them in Google Sheets for easy access, filtering, and segmentation.


What this workflow does

The automation watches for new TikTok video URLs added to a Google Sheet. When a new row is detected:

  1. It extracts the username from the URL.
  2. Sends the username to Dumpling AI to get full profile data (followers, likes, videos).
  3. Sends the video URL to Dumpling AI to extract the full transcript.
  4. Appends all this information back into the same sheet.

Everything happens automatically after a new URL is added to the sheet.


Setup

  1. Google Sheets Trigger

    • Connect your Google account and select the spreadsheet where TikTok links will be added.
    • The workflow will trigger on each new row.
    • Example sheet column: USERNAME Video
  2. Extract Username

    • This Set node uses RegEx to extract the username (handle) from the TikTok video URL.
    • No need to change anything unless TikTok URL formatting changes.
  3. Dumpling AI Profile Scraper

    • Go to Dumpling AI
    • Sign in and retrieve your API key
    • Create an agent using the get-tiktok-profile endpoint
    • Paste your API key into the httpHeaderAuth field in n8n
  4. Dumpling AI Transcript Scraper

    • Also uses Dumpling AI
    • Make sure the endpoint get-tiktok-transcript is enabled in your Dumpling account
    • Connect using the same API key
  5. Save to Google Sheets

    • The final node appends data back to your original Google Sheet
    • Required columns: USERNAME Video, Username, Follower count, Following Count, heart count, Video Count, Transcript

How to customize this workflow to your needs

  • Add a filter node to only save profiles with a minimum follower count
  • Add sentiment analysis for the transcript using OpenAI
  • Connect Airtable or Notion instead of Google Sheets
  • Use GPT to summarize or classify transcripts for research

⚠️ Notes

  • Requires a Dumpling AI account and API key
  • Make sure Google Sheets API is connected and has the correct permissions
  • TikTok usernames must start with @ for RegEx to work

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 Links in Sheet

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

Block 2 - Extract Username from TikTok URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Get TikTok Profile Data using Dumpling AI

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

Block 4 - Get TikTok Video Transcript using Dumpling AI

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

Block 5 - Save Profile Stats and Transcript to Google Sheet

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

Block 6 - Sticky Note

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

3. Summary Table

Workflow Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets
Complexity intermediate
Nodes 6
Categories Market Research, Multimodal AI
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/4328/4328.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 Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets do?

Who is this for? This workflow is built for marketers, researchers, and content analysts who need to monitor TikTok content, analyze user data, or track trends across influencers. It's useful for a...

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