Skip to main content

Template for TikTok, RapidAPI, and Google Sheets services

Workflow preview

Workflow preview
100%
Template for TikTok, RapidAPI, and Google Sheets services preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

TikTok Account Monitoring Automation This n8n workflow automates the daily process of fetching TikTok account analytics using the [ TikTok API ](https://rapidapi.com/skdeveloper/api/tiktok api42...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, 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 Sk developer .

Original n8n.io source

1.1 Workflow description

Title
Template for TikTok, RapidAPI, and Google Sheets services
Workflow name
Template for TikTok, RapidAPI, and Google Sheets services

📊 TikTok Account Monitoring Automation

This n8n workflow automates the daily process of fetching TikTok account analytics using the TikTok API and logging the results to Google Sheets.

It helps marketing teams, social media managers, and influencer agencies track video performance and audience growth across multiple TikTok usernames without manual effort.


🔁 Workflow Summary

  1. ⏰ Trigger via Schedule

    • The workflow runs automatically every day (or any custom interval), ensuring data is consistently updated without manual input.
  2. 📥 Sheet 1 – Read TikTok Usernames

    • A Google Sheet stores the list of TikTok usernames you want to monitor.
    • ✅ Example Columns:
      • username
      • category
      • priority
      • notes
  3. 🔁 Loop Through Each Username

    • Each username is processed individually in a loop to make separate API calls and avoid data conflicts.
  4. 📡 Fetch Analytics via RapidAPI

  5. 📤 Sheet 2 – Append Analytics Results

    • Fetched data is logged in another Google Sheet for performance tracking.
    • ✅ Example Columns:
      • username
      • total_videos
      • total_views
      • average_views
      • fetch_date
      • category
  6. 📦 Sheet 3 – Log API History or Errors

    • A third sheet stores logs of API fetch status, failures, or skipped usernames for debugging.
    • ✅ Example Columns:
      • username
      • status (e.g., success, failed, skipped)
      • message
      • timestamp

🔐 RapidAPI Notes


📌 Optional Extensions (Same API, More Insights)

This same TikTok API also supports other advanced endpoints that can be added to enrich your workflow:

Endpoint Name Functionality
User Profile Data Get bio, profile image, followers, likes, etc.
User Account Stats Extract detailed user metrics (likes, comments, shares)
User Audience Stats Know where their followers are from and gender split
Historical Data Track historical performance trends (useful for growth charts)
HashTags Scraper Find trending or related hashtags used by the user
Related User Info Suggest accounts similar to the one queried
Videos Views Counts Already used to get view stats for multiple videos

Each of these can be added using HTTP Request nodes in n8n and plugged into the same sheet or separate ones.


✅ Benefits

  • 🔄 Fully Automated: No manual copy-paste or login required
  • 📊 Centralized Analytics: Track all creators or clients in one dashboard
  • 📈 Performance Insights: Daily growth visibility with historical tracking
  • 📤 Data Export Ready: Stored in Google Sheets for easy share/report/export
  • 🔧 Scalable & Flexible: Add hashtags, followers, or audience demographics

🧠 Use Cases

  • Influencer Agencies tracking clients' TikTok growth daily
  • Brands running UGC Campaigns who want to monitor video traction
  • Analysts building dashboards from Sheet-to-DataStudio/Looker
  • Marketers analyzing viral trends or creators across niches

📌 Final Note

This workflow is extendable. You can:

  • Merge multiple endpoints per user
  • Schedule it weekly or monthly
  • Send email summaries
  • Push to Slack or Google Data Studio

> API Used in this workflow:
> TikTok API

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 - Google Sheets

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

Block 2 - Loop Over Items

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

Block 3 - Profile Stats

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

Block 4 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - Fetch Profile

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

Block 6 - Fetch Videos

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note5

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

Block 13 - Sticky Note6

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

Block 14 - Videos Stats

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

Block 15 - Sticky Note7

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

3. Summary Table

Workflow Template for TikTok, RapidAPI, and Google Sheets services
Complexity advanced
Nodes 15
Categories Market Research
Author Sk developer
Published 27 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6516/6516.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 Template for TikTok, RapidAPI, and Google Sheets services do?

TikTok Account Monitoring Automation This n8n workflow automates the daily process of fetching TikTok account analytics using the [ TikTok API ](https://rapidapi.com/skdeveloper/api/tiktok api42...

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 use case.