πŸ“ Download watermark-free TikTok videos to Google Drive with automated sheets logging

⚑ 812 views Β· πŸ“ File Management

πŸ’‘ Pro Tip β€” Since TikTok doesn’t have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments β€” drop it into your workflow and skip the parsing.

View All Scrapers

Description

πŸ“₯ TikTok to MP4 Converter with Google Drive & Sheets

Convert TikTok videos to MP4 , MP3 (without watermark), upload to Google Drive, and log conversion attempts into Google Sheets automatically β€” powered by TikTok Download Audio Video API.


πŸ“ Description

This n8n automation accepts a TikTok video URL via a form, sends it to the TikTok Download Audio Video API, downloads the watermark-free MP4, uploads it to Google Drive, and logs the result (success/failure) into Google Sheets.


🧩 Node-by-Node Overview

#NodeFunctionality
1🟒 Form TriggerDisplays a form for user input of TikTok video URL.
2🌐 TikTok RapidAPI RequestCalls the TikTok Downloader API to get the MP4 link.
3πŸ” If ConditionChecks if the API response status is β€œsuccess”.
4⬇️ MP4 DownloaderDownloads the video file using the returned β€œno watermark” MP4 URL.
5☁️ Upload to Google DriveUploads the video file to Google Drive root folder.
6πŸ”‘ Set Google Drive PermissionMakes the file publicly shareable via link.
7πŸ“„ Google Sheets (Success)Logs TikTok URL + public Drive link into a Google Sheet.
8⏱️ Wait NodeDelays to prevent rapid write operations on error.
9πŸ“‘ Google Sheets (Failure)Logs failed attempts with Drive_URL = N/A.

βœ… Use Cases


🎯 Key Benefits


πŸ’‘ Ideal for anyone looking to automate TikTok video archiving with full control over file storage and access.

πŸ” How to Get Your API Key for the TikTok Download Audio Video API

  1. Go to πŸ‘‰ TikTok Download Audio Video API - RapidAPI
  2. Click β€œSubscribe to Test” (you may need to sign up or log in).
  3. Choose a pricing plan (there’s a free tier for testing).
  4. After subscribing, click on the β€œEndpoints” tab.
  5. Your API Key will be visible in the β€œx-rapidapi-key” header.

πŸ”‘ Copy and paste this key into the httpRequest node in your workflow.


Create your free n8n account and set up the workflow in just a few minutes using the link below:

πŸ‘‰ Start Automating with n8n

πŸ”— Nodes Used

Google Sheets, HTTP Request, Google Drive, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup