TikTok Video Downloader — no watermark MP4/MP3 avatar

TikTok Video Downloader — no watermark MP4/MP3

Pricing

from $1.00 / 1,000 videos

Go to Apify Store
TikTok Video Downloader — no watermark MP4/MP3

TikTok Video Downloader — no watermark MP4/MP3

No-watermark MP4, watermarked MP4, MP3 audio, covers and subtitles for any public TikTok video. Optionally saves the files.

Pricing

from $1.00 / 1,000 videos

Rating

0.0

(0)

Developer

Mu0i

Mu0i

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

TikTok Video Downloader — no watermark MP4/MP3

Give it TikTok video URLs. Get back direct download links for the no-watermark MP4, the watermarked MP4, the MP3 audio, all three cover images and the subtitles. Optionally it downloads the files and stores them for you.

No login, no cookies, no browser.

Which file is actually the clean one

Most downloaders hand you a link and call it "no watermark". Here both are returned and labelled, with sizes, so you can check:

bytesresolution
noWatermarkUrl8,830,851576 × 1026the original upload
watermarkedUrl9,527,005720 × 720the app's copy, mark burned in

The larger file is the watermarked one — the mark is added, so it cannot be smaller. That is how the two are told apart rather than trusted.

TikTok's CDN links are signed and expire within hours. That is TikTok's behaviour, not this Actor's, and every TikTok downloader shares it. Two ways to deal with it:

  • fetch the links right away — they need no headers, no cookies and no referer, and support HTTP Range
  • turn on Save the video file — the Actor downloads the MP4 and stores it, and the row gets a permanent link that does not expire

How to use

  1. Click Try for free at the top of this page. Apify creates a free account if you do not have one — no card is needed to run this.
  2. Put what you want scraped into Video URLs — one per line.
  3. Press Start.
  4. Rows show up in the Dataset tab while the run is still going. Export to JSON, CSV, Excel or XML from there, or read them over the API.

Leave Save video files off unless you want permanent copies: the links in every row are free, and saving is what costs the extra file-stored event.

Input

field
videoUrlsrequiredFull video URLs or bare numeric IDs, one per line
includeCaptionsdefault onSubtitle links (WebVTT). Free — they are in the same response
saveVideoFilesdefault offDownload and store the MP4, returning a permanent link
videoVariantno_watermarkWhich one to save. Both links are returned either way
saveAudioFilesdefault offDownload and store the MP3
saveImageFilesdefault offFor photo posts: download and store every still without the watermark
maxFileSizeMb100Files above this are skipped with a note; the links are still returned

Every field, with its default — paste the whole block and delete what you do not need:

{
"videoUrls": [
"https://www.tiktok.com/@tiktok/video/7283509500307442987"
],
"includeCaptions": true,
"saveVideoFiles": false,
"videoVariant": "no_watermark",
"saveAudioFiles": false,
"saveImageFiles": false,
"maxFileSizeMb": 100
}

Output

One row per video.

field
videoId, url, description, createdAt, durationMs, width, height
authorUniqueId, authorNickname, authorSecUid
noWatermarkUrl, noWatermarkSize, noWatermarkWidth, noWatermarkHeight
watermarkedUrl, watermarkedSize, hasWatermark
audioUrl, audioTitle, audioAuthor, audioDurationSec
coverUrl, dynamicCoverUrl, originCoverUrlstatic, animated and full-size covers
captions[]{url, language, format, autoGenerated} — direct WebVTT, no extra call
isPhotoPost, imageTitle, imageCountphoto posts (slideshows)
images[]per slide: noWatermarkUrls, formats, width, height, watermarkedUrl, thumbnailUrl, savedUrl
savedVideoUrl, savedAudioUrl, savedImageCountpermanent links, when saving is on
notewhy something is missing, when something is

TikTok serves each asset from several CDN hosts; when saving files the Actor tries them in turn, so one dead host does not cost you the file.

One row, exactly as it lands in your dataset (long signed CDN links shortened here for readability):

{
"videoId": "7666060020596968717",
"url": "https://www.tiktok.com/@velvetgloww1/video/7666060020596968717",
"description": "✨ Green Tea for Your Face 😍 I Tried This Unexpected Beauty Hack!",
"createdAt": "2026-07-24T11:48:17.000Z",
"durationMs": 12534,
"width": 720,
"height": 1280,
"hasWatermark": true,
"authorUniqueId": "velvetgloww1",
"authorNickname": "beauty tips !",
"authorSecUid": "MS4wLjABAAAANBNJUN_gU8QNAR65mvD3_cs58my4RO-qYn-gKFqgKNk1Bzsky9bg7-nITUDQHljD",
"noWatermarkUrl": "https://v16m.tiktokcdn-us.com/e57e94c920040769faaa26cbdd9e4f71/6a7fc1a…?…",
"noWatermarkSize": 2516009,
"noWatermarkWidth": 720,
"noWatermarkHeight": 1280,
"watermarkedUrl": "https://v16m.tiktokcdn-us.com/1fb0afdc3aa3e648028286e2bdbc421e/6a7fc1a…?…",
"watermarkedSize": 2299191,
"audioUrl": "https://v16-ies-music.tiktokcdn-us.com/c1aaa15574d93e8945f172beaf641a0…?…",
"audioTitle": "original sound - velvetgloww1",
"audioAuthor": "beauty tips !",
"audioDurationSec": 12,
"coverUrl": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-85c255-tx/o8tEY…?…",
"dynamicCoverUrl": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-85c255-tx/o8uQg…?…",
"originCoverUrl": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-85c255-tx/oEB1L…?…",
"isPhotoPost": false,
"imageTitle": null,
"imageCount": 0,
"captions": [
{
"url": "https://v16-cla.tiktokcdn-us.com/4dba9126ae6f65a7c3e7d59149c8f4a8/6aa6…?…",
"language": "en",
"format": "webvtt",
"auto_generated": true,
"is_original": true,
"expires_at": 1789327945
}
],
"linksExpire": "TikTok CDN links are signed and expire within hours — refetch, or enable saveVideoFiles",
"savedVideoUrl": null,
"savedAudioUrl": null,
"note": null
}

Photo posts (slideshows) — the stills, not a video of them

A photo post gives you every slide as a separate image, without the watermark, at full resolution (1080 × 1440 on the one measured). isPhotoPost says which rows are these, imageCount how many slides.

TikTok offers each slide as both HEIC and WebP and puts HEIC first. HEIC will not open in most tools, so when saving files this Actor takes the WebP; both links are still in noWatermarkUrls with formats telling you which is which, so you can choose differently.

You also get watermarkedUrl per slide for comparison — TikTok's own copy, with the creator's handle burned into the image.

noWatermarkUrl on a photo-post row is TikTok's slideshow video render of the same images. It is left in because it is occasionally what someone wants, and the row's note says exactly that.

  • url is the post's own link. A slideshow points at /photo/ and a video at /video/, so the column can be opened as-is rather than needing the post type checked first.

Known limits, stated plainly

  • Private, deleted and region-blocked videos produce a row with a note explaining the failure rather than breaking the run. Other videos in the same input are unaffected.
  • Only public data. There is no login, so nothing hidden from a logged-out visitor is reachable.

Run it from your own code

Every Actor is an API endpoint. This starts a run, waits for it, and returns the rows in one call — swap in your token from Settings → Integrations:

curl -X POST 'https://api.apify.com/v2/acts/mu0i~tiktok-video-downloader/run-sync-get-dataset-items?token=YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"videoUrls": [
"https://www.tiktok.com/@tiktok/video/7283509500307442987"
],
"includeCaptions": true,
"saveVideoFiles": false,
"videoVariant": "no_watermark",
"saveAudioFiles": false,
"saveImageFiles": false,
"maxFileSizeMb": 100
}'

Pricing

Pay per result — you are billed for rows you receive, not for time or compute.

EventPer 1,000What one unit is
video$2.50one video in the dataset
file-stored$1.00one file saved to storage in the dataset

Paid Apify plans pay less than this. The table above is the free-plan rate. Starter, Scale and Business each get a lower per-unit price — up to 60% off on Business — and the Actor's Pricing tab shows every tier before you run anything.

Starting a run costs $0.00002 — two cents per thousand runs — and there is no run minimum. (Apify bills the start event per gigabyte of memory, and this Actor runs in 2 GB so it can hold a video while it works.) You are never billed for a run that found nothing. If an input has nothing to collect the run says so in a row of the dataset — never a silently empty result, and never a charge. A run that fails because the data could not be reached fails loudly, because that one is worth retrying.

Fourteen Actors covering the whole public TikTok surface. Same billing rules and the same guarantees throughout: billed once for each row you receive, never billed for a run that found nothing, and told in the dataset why it found nothing.

ActorWhat it does
TikTok Search Scraper — videos, users, hashtagsKeyword search across every tab, deduplicated.
TikTok Hashtag Scraper — videos by hashtagEvery video under a hashtag, walked deep.
TikTok Trending Scraper — the real Explore feedThe app's real Explore feed, not Creative Center.
TikTok Profile Scraper — followers, likes, bioFollowers, likes, bio for any public account.
TikTok User Posts Scraper — every video + statsEvery video an account posted, with stats.
TikTok Comments Scraper — replies, no duplicatesEvery comment and reply, no duplicate pages.
TikTok Transcript Scraper — no AI, no waitingSubtitles from TikTok's own caption track.
TikTok Sound Scraper — videos using a soundVideos that actually use a sound, filtered.
TikTok Live Scraper — rooms, viewers, streamsLive rooms with playable stream links.
TikTok Places Scraper — locations and reviewsLocations with addresses, coordinates and reviews.
TikTok Shop Scraper — Products, Sellers & ReviewsShop search, product detail, seller catalogue.
TikTok Shop Category Scraper — every productEvery product in a Shop category and its subcategories.
TikTok Shop Reviews Scraper — full archiveThe full review archive for a Shop product.