Block 1 - Google Sheets2
- Type / Role
- n8n-nodes-base.googleSheets - googleSheets
- Config choices
- Version 4.5
This workflow is provided as-is. Please review and test before using in production.
TikTok Transcript Generator Overview This automated workflow extracts transcripts from TikTok videos by reading video URLs from a Google Sheet, calling the API via [TikTok Transcript Generator](htt...
n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.
Original n8n.io sourceThis automated workflow extracts transcripts from TikTok videos by reading video URLs from a Google Sheet, calling the API via TikTok Transcript Generator, cleaning the subtitle data, and updating the sheet with transcripts. It efficiently handles batches, errors, and rate limits to provide a seamless transcription process.
| Column Name | Description |
|---|---|
| Video Url | URL of the TikTok video to transcribe |
| Transcript | Generated transcript text (updated by workflow) |
| Generated Date | Date when the transcript was generated (YYYY-MM-DD) |
| Node Name | Type | Purpose |
|---|---|---|
| When clicking ‘Execute workflow’ | Manual Trigger | Manually starts the entire transcription workflow. |
| Google Sheets2 | Google Sheets (Read) | Reads TikTok video URLs and transcript data from Google Sheets. |
| Loop Over Items | Split In Batches | Processes rows in smaller batches to control execution speed. |
| If | Conditional Check | Filters videos needing transcription (URL present, transcript empty). |
| HTTP Request | HTTP Request | Calls the TikTok Transcript Generator API on RapidAPI to fetch transcripts. |
| If1 | Conditional Check | Checks for valid API responses (handles 404 errors). |
| Code | Code (JavaScript) | Cleans and formats raw subtitle text by removing timestamps. |
| Google Sheets | Google Sheets (Update) | Updates the sheet with cleaned transcripts and generation dates. |
| Google Sheets1 | Google Sheets (Update) | Updates sheet with “No transcription available” message on error. |
| Wait | Wait | Adds delay between batches to avoid API rate limits on RapidAPI. |
Try this workflow to automate your TikTok video transcriptions efficiently!
Create your free n8n account and set up the workflow in just a few minutes using the link below:
Save time, stay consistent, and grow your LinkedIn presence effortlessly!
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.
| Workflow | Automate TikTok video transcription with RapidAPI and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Content Creation, Multimodal AI |
| Author | Evoort Solutions |
| Published | 11 Jul 2025 |
Use the JSON export at /data/workflows/5882/5882.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
TikTok Transcript Generator Overview This automated workflow extracts transcripts from TikTok videos by reading video URLs from a Google Sheet, calling the API via [TikTok Transcript Generator](htt...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Content Creation, Multimodal AI use case.