TikTok Videos Watermark-Free Scraper avatar

TikTok Videos Watermark-Free Scraper

Pricing

$1.50 / 1,000 results

Go to Apify Store
TikTok Videos Watermark-Free Scraper

TikTok Videos Watermark-Free Scraper

Download TikTok videos without watermark. Extract video metadata, engagement stats, author info, and music details. Save watermark-free videos directly to cloud storage.

Pricing

$1.50 / 1,000 results

Rating

0.0

(0)

Developer

Monkey Coder

Monkey Coder

Maintained by Community

Actor stats

10

Bookmarked

103

Total users

2

Monthly active users

2 days ago

Last modified

Share

Download TikTok videos without watermark and extract complete video metadata. Just paste TikTok video URLs and get watermark-free video files plus engagement stats, author info, and music details.

✨ Features

  • Watermark-Free Download — Automatically selects the highest quality video without TikTok watermark
  • Video Storage — Downloaded videos are saved to Apify Key-Value Store with public download links
  • Rich Metadata — Views, likes, comments, shares, saves, duration, resolution, and more
  • Author Info — Username, profile URL, and channel ID
  • Music Info — Track title and artist name
  • Batch Processing — Process multiple video URLs in a single run

📖 How to Use

  1. Paste TikTok Video URLs — Add one or more TikTok video links (e.g., https://www.tiktok.com/@username/video/1234567890)
  2. Click Save & Start
  3. Each video is downloaded without watermark and stored in Apify Key-Value Store
  4. Download results as JSON, CSV, or Excel — the videoDownloadUrl field contains the direct download link

📦 Sample Output

{
"id": "7613428831285808402",
"desc": "بساس الرياض بعد المغرب! 😾💪 Cars turning the lights off💃🌌🎉⚠️",
"createTime": 1772639547,
"duration": 13,
"playCount": 340000,
"diggCount": 32000,
"commentCount": 459,
"shareCount": 27500,
"collectCount": 4338,
"height": 1280,
"width": 720,
"thumbnail": "https://p19-common-sign.tiktokcdn-us.com/...",
"videoDownloadUrl": "https://api.apify.com/v2/key-value-stores/.../records/video_7613428831285808402",
"watermarkedVideoUrl": "https://v16-webapp-prime.tiktok.com/...",
"webpage_url": "https://www.tiktok.com/@meowtakeover/video/7613428831285808402",
"music": {
"title": "Turn The Lights Off",
"authorName": "Justé, Jaxstyle, Jon"
},
"author": {
"uniqueId": "meowtakeover",
"id": "7501967146190029825",
"url": "https://www.tiktok.com/@meowtakeover",
"channelId": "MS4wLjABAAAA..."
},
"fetched_at": "2026-03-22T15:43:54+00:00"
}

⚙️ Input Options

FieldTypeDefaultDescription
TikTok Video URLsURL list(required)One or more TikTok video URLs
Request TimeoutInteger30Timeout per request in seconds (10-120)

📝 Notes

  • Video quality: The scraper automatically selects the highest available resolution (up to 1080p) without watermark
  • Storage: Downloaded videos are stored in Apify Key-Value Store with public URLs. Videos are available for the duration of your storage retention period.
  • Rate limiting: A 1-second delay is applied between videos to avoid throttling
  • Supported URL formats: Standard TikTok video URLs (tiktok.com/@user/video/ID), short links (vm.tiktok.com/...)
  • Memory: Use 1024MB+ when downloading multiple videos

🔧 Changelog

  • v2.2 — Removed proxy and save_video options. Videos are always downloaded without watermark.
  • v2.1 — Fixed video download — now uses yt-dlp native download instead of raw HTTP (TikTok CDN requires session cookies).
  • v2.0 — Complete rewrite using yt-dlp for reliable extraction.
  • v1.0 — Original version using direct page scraping (deprecated due to TikTok anti-bot changes).