⚡ Automated TikTok video downloader bot (no watermark) using n8n and Telegram

2,919 views · ⚡ Personal Productivity

💡 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

AI2.pngAI3.png

Description This workflow is an n8n-based automation that allows users to download TikTok/Reels videos without watermarks simply by sending the video link through a Telegram Bot.

It uses a Telegram Trigger to receive the link from the user, then makes an HTTP request to a third-party API (tiktokio.com) to process and retrieve the download link. The workflow filters the results to find the Download without watermark link, downloads the video in MP4 format, and sends it back to the user directly in their Telegram chat.

Key features:

How It Works

  1. Telegram Trigger
  1. HTTP Request – MediaDL API
  1. Wait Delay
  1. Edit Fields
  1. Additional Wait Delay
  1. HTTP Request – Proxy Download
  1. Send Video via Telegram

How to Set Up

  1. Create & Configure a Telegram Bot
  1. Prepare Your n8n Environment
  1. Import the Workflow
  1. Configure the Telegram Nodes
  1. Configure the HTTP Request Nodes
  1. Activate the Workflow

🔗 Nodes Used

HTTP Request, Telegram, Telegram Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup