π Download TikTok videos without watermarks and upload to Google Drive
β‘ 23,772 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.
Description
Who is this for?
Content creators, social media managers, digital marketers, and researchers who need to download original TikTok videos without watermarks for analysis, repurposing, or archiving purposes.
What problem does this workflow solve?
Downloading TikTok videos without watermarks typically requires using questionable third-party websites that may have limitations, ads, or privacy concerns. This workflow provides a clean, automated solution that can be integrated into your own systems and processes.
What this workflow does
This workflow automates the process of downloading TikTok videos without watermarks in three simple steps:
- Fetch the TikTok video page by providing the video URL
- Extract the raw video URL from the pageβs HTML data
- Download the original video file without watermark
- (Optional) Upload to Google Drive with public sharing link generation
The workflow uses web scraping techniques to extract the original video source directly from TikTokβs own servers, maintaining the highest possible quality without any added watermarks or branding.
Setup (Est. time: 5-10 minutes)
Before getting started, youβll need:
- n8n installation
- The URL of a TikTok you want to download
- (Optional) Google Drive API enabled in Google Cloud Console with OAuth Client ID and Client Secret credentials if you want to use the upload feature
How to customize this workflow to your needs
- Replace the example TikTok URL with your desired video links
- Modify the file naming convention for downloaded videos
- Integrate with other nodes to process videos after downloading
- Create a webhook to trigger the workflow from external applications
- Set up a schedule to regularly download videos from specific accounts
This workflow can be extended to support various use cases like trending content analysis, competitor research, creating compilation videos, or building a content library for inspiration. It provides a foundation that can be customized to fit into larger automated workflows for content creation and social media management.
π Nodes Used
HTTP Request, Google Drive
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File