TikTok Video Downloader V2 (no watermark) avatar

TikTok Video Downloader V2 (no watermark)

Pricing

from $1.20 / 1,000 download link generateds

Go to Apify Store
TikTok Video Downloader V2 (no watermark)

TikTok Video Downloader V2 (no watermark)

Get watermark-free download links for any public TikTok video, plus the cover image and the original audio track. Slideshow posts return one link per image. Each item reports exactly when the link expires.

Pricing

from $1.20 / 1,000 download link generateds

Rating

0.0

(0)

Developer

MYM

MYM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Categories

Share

TikTok Video Downloader — watermark-free MP4 & audio links (No API Key, No Login)

Apify Actor No API Key required No Login needed No cookies needed Export formats MCP AI agents Pay per result

Download TikTok videos without the watermark — no login, no cookies, no TikTok for Developers app, no access token, no browser extension. Paste video URLs and the TikTok Video Downloader returns a clean MP4 download link, an audio-only link for the sound, the cover image, duration, caption, creator, live play and like counts, and an explicit link expiry timestamp so you know exactly how long you have to fetch the file. Photo (slideshow) posts are supported too, one row per slide. Export to JSON, CSV, Excel, or XML.

Download your first video free in under 2 minutes — paste a link, click Start, download. No configuration, no credit card to try.


Table of contents


What can the TikTok Video Downloader do? {#what-can-it-do}

  • ⬇️ Get a watermark-free MP4 link for any public TikTok video.
  • 💧 Or keep the watermark with the With watermark switch, if you need the original branding.
  • 🎵 Get an audio-only link to grab the sound on its own.
  • 🖼️ Get the cover image for thumbnails.
  • 🎠 Photo posts supported — one row per slide with partIndex and partCount.
  • Know your deadlinelinkExpiresAt and linkExpiresInMinutes tell you exactly when the link dies.
  • 📊 Get plays and likes at the moment of scraping, so archives keep their context.
  • 🗂️ Batch as many URLs as you like in one run.
  • 🚚 Managed delivery — consistent results on every run.
  • 📤 Export the links to JSON, CSV, Excel, or XML and hand them to your downloader.

Go beyond the limits of the official TikTok API: no OAuth app, no app review, no quota juggling — paste your input and collect publicly available data.


Who uses the TikTok Video Downloader? {#who-uses-it}

  • ✂️ Editors & content teams — pull clean source files for repurposing across platforms.
  • 🗄️ Archivists & brand teams — keep a copy of campaign videos before they are deleted.
  • 📢 Ad researchers — build a swipe file of creatives worth studying.
  • 🎵 Sound researchers — collect the audio behind trending videos.
  • 🤖 AI teams — assemble video corpora for training, captioning, or moderation models.

What data can I scrape? {#what-data}

FieldTypeDescription
videoIdstringVideo ID.
postUrlstringOriginal TikTok post URL.
downloadUrlstringWatermark-free MP4 download link.
audioUrlstringAudio-only download link (the sound used in the video).
coverUrlstringCover image URL.
watermarkbooleanWhether the returned file carries a watermark.
mediaTypestringvideo or image (photo/slideshow posts).
partIndexnumberSlide index for photo posts.
partCountnumberTotal slides for photo posts.
durationnumberLength in seconds.
textstringCaption.
authorstringCreator handle.
playsnumberPlay count at scrape time.
likesnumberLikes at scrape time.
createdAtstringPublish timestamp.
linkExpiresAtstringWhen the download link stops working.
linkExpiresInMinutesnumberMinutes left on the download link when the row was created.

Fields reflect what TikTok exposes publicly for that item. Values that do not exist for a given item are returned as null rather than dropped, so your schema stays stable.


  1. Open the TikTok Video Downloader on Apify.
  2. Paste video URLs into TikTok video URLs.
  3. (Optional) Turn With watermark on, or set Max videos.
  4. Click ▶ Start, then download the files from downloadUrlbefore linkExpiresAt.

No login, no cookies, no proxy configuration. Start with one input to see the output shape, then scale the same run — the fields stay identical, so code written against a test run keeps working.


Input example {#input-example}

{
"startUrls": [
"https://www.tiktok.com/@nasa/video/7665075736742530317"
],
"resultsLimit": 100,
"withWatermark": false
}
  • startUrls — public TikTok video or photo-post URLs.
  • resultsLimit — hard cap on videos returned per run.
  • withWatermark — return the watermarked original instead of the clean file.

Output example {#output-example}

{
"text": "Something big just landed on TikTok.",
"likes": 42889,
"plays": 312800,
"author": "nasa",
"postUrl": "https://www.tiktok.com/@nasa/video/7665075736742530317",
"videoId": "7665075736742530317",
"audioUrl": "https://kutt.foxtools.de/XygbgV",
"coverUrl": "https://kutt.foxtools.de/z5SDeV",
"duration": 25,
"createdAt": "2026-07-21T20:09:02.000Z",
"mediaType": "video",
"partCount": 1,
"partIndex": 1,
"watermark": false,
"sourceType": "tiktok",
"downloadUrl": "https://kutt.foxtools.de/QTB3Wr",
"linkExpiresAt": "2026-07-28T13:41:38.000Z",
"linkExpiresInMinutes": 360
}

Every run produces a clean dataset you can page through in the Apify Console or pull via API. Export to JSON, CSV, Excel, or XML in one click.


V2 = managed delivery. This is the V2 line: it runs on managed infrastructure for consistent, guaranteed delivery and a wider field set. If you only need best-effort data at the lowest price, the V1 actor of the same surface is also on the store profile.

How much will it cost? {#pricing}

Simple, predictable pay-per-result pricing — you pay for the videos you actually receive, not for compute time.

  • 💸 Pay per video — budget is just videos × rate, so you can estimate spend up front.
  • 📉 Volume discounts — Bronze, Silver, Gold, Platinum, and Diamond Apify plans get progressively lower rates.
  • 🆓 Free to try — new Apify accounts include monthly free usage, so your first run costs nothing.
  • 🚫 No hidden fees — no proxy add-on, no per-request API charge, no minimum spend.

See the live rate on the Apify store page.


Tips {#tips}

  • Download immediately. linkExpiresInMinutes is not a suggestion — fetch the file in the same session.
  • 🤖 Automate the fetch — pipe downloadUrl into n8n, Make, or a script that stores files in S3 or Drive.
  • 🎵 audioUrl is separate — you can archive the sound without the video.
  • 🎠 For photo posts, group rows by videoId and order by partIndex to rebuild the slideshow.
  • 💧 Leave the watermark off for editing; keep it on when provenance matters.
  • 📊 Snapshot plays and likes with the file so your archive records how the video was performing.

Want other TikTok data? {#want-other-data}

Building a multi-platform dataset? The same no-login, pay-per-result approach covers the other networks:

Browse everything on the myagizm store profile.


Use the data with AI agents (MCP) {#mcp}

The TikTok Video Downloader is available through the Apify MCP server, so AI assistants can call it as a tool and pull download links on demand.

  • 🧩 Claude — add the Apify MCP server and let Claude fetch and analyse the data.
  • 🤖 ChatGPT — use the actor as a tool inside research and reporting workflows.
  • 🖊️ Cursor — pull structured results straight into your coding sessions.

Common AI-agent recipes:

  • ⬇️ Bulk fetch — "download these ten videos and save them to my drive."
  • 🎵 Sound archive — "get the audio for these trending videos."
  • 🗄️ Campaign backup — "archive every video from this list with its metrics."
  • ✂️ Repurpose queue — "prepare clean files for reposting."

Integrations & API {#integrations}

Connect the actor to the tools you already use: Make, Zapier, n8n, Slack, Airbyte, Gumloop, CrewAI, IFTTT, Lindy, GitHub, Google Sheets, and Google Drive — plus webhooks, Apify Schedules, and the MCP server.

Run synchronously and get the dataset (Apify API)

curl -X POST "https://api.apify.com/v2/acts/myagizm~tiktok-video-downloader-v2/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls": ["https://www.tiktok.com/@nasa/video/7665075736742530317"], "resultsLimit": 100, "withWatermark": false}'

Start a run asynchronously

curl -X POST "https://api.apify.com/v2/acts/myagizm~tiktok-video-downloader-v2/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls": ["https://www.tiktok.com/@nasa/video/7665075736742530317"], "resultsLimit": 100, "withWatermark": false}'

Fetch dataset items later

$curl "https://api.apify.com/v2/acts/myagizm~tiktok-video-downloader-v2/runs/last/dataset/items?token=YOUR_APIFY_TOKEN&format=csv"

Change format to json, csv, xlsx, or xml to export in your preferred format. The Apify Console also auto-generates ready-to-paste JavaScript, Python, and CLI snippets plus an OpenAPI spec for this actor.


Support {#support}

Questions, feature requests, or something not looking right? Open an issue on the actor's Issues tab. Please include the input you used so we can reproduce and fix it quickly.


FAQ {#faq}

Are the videos really watermark-free?

Yes — with With watermark off you get the clean file. Turn it on if you specifically want the original watermarked version.

Not long — TikTok signs them. Every row includes linkExpiresAt and linkExpiresInMinutes so you can plan around it.

Does it work with photo (slideshow) posts?

Yes. Each slide becomes its own row with partIndex and partCount, and mediaType is image.

Can I download the audio only?

Yes — use audioUrl.

Does the actor store the video files for me?

No. It returns links; you decide where files are stored. That keeps the actor cheap and your storage under your control.

Can I use downloaded videos commercially?

That is between you and the rights holder. The actor gives you access to publicly available media; copyright still applies.

Do I need a TikTok account, login, cookies, or API key?

No. There is no login, no cookies, no TikTok for Developers app, no app review, and no access token. Paste your input and run.

The actor collects only publicly available data — the same content any visitor can see without logging in. It never logs in and never accesses private accounts. You are responsible for compliant use: if the data contains personal data, follow GDPR, CCPA, and other applicable regulations, and respect TikTok's terms.

Can I scrape private accounts?

No. Private accounts are reported in the run log and skipped. The actor never bypasses access controls.

Do I need proxies?

No. Proxy handling is built in and managed for you.

Can I export the results to CSV, Excel, or JSON?

Yes — JSON, CSV, Excel, or XML from the Console, or the API format parameter.

Can I use it with the Apify API?

Yes, using the sync and async endpoints shown above.

Is there an MCP server for AI agents?

Yes. Claude, ChatGPT, and Cursor can call this actor as a tool through the Apify MCP server.

Can I schedule runs?

Yes. Use Apify Schedules or trigger runs via API and webhooks.

How fresh is the data?

There is no caching. Every run reads the current public page, so numbers are live at run time.

Media URLs stopped working — why?

TikTok signs its CDN links and they expire within hours. Download or re-host media in the same session you scrape it.


tiktok video downloader · download tiktok without watermark · tiktok mp4 download link · tiktok no watermark api · tiktok audio downloader · tiktok sound download · bulk tiktok downloader · tiktok slideshow download · tiktok photo post download · download tiktok videos in bulk · tiktok downloader api · tiktok video backup · tiktok creative swipe file · save tiktok videos hd


Disclaimer {#disclaimer}

This is an independent tool and is not affiliated with, endorsed by, or sponsored by TikTok or ByteDance Ltd.. All product names, logos, and brands are property of their respective owners.

The actor collects only publicly available data — the same content any visitor can see without logging in. It never logs in, never bypasses access controls, and never touches private or protected content. You are responsible for how you use the data: if it contains personal data, follow GDPR, CCPA, and other applicable regulations, and respect the platform's terms.


Resources {#resources}


中文说明 —— TikTok 视频下载工具(V2)

下载无水印 TikTok 视频 —— 不需要登录、Cookie、开发者应用、access token 或浏览器插件。粘贴视频链接即可返回干净的 MP4 下载链接纯音频链接、封面图、时长、文案、作者、当前播放与点赞数,以及明确的链接失效时间,让你清楚还有多久可以下载。图文(轮播)帖同样支持,每张一行。

两分钟内免费拿到第一批数据 —— 填入内容、点击 Start 即可。无需配置,试用不需要信用卡。

能做什么

  • ⬇️ 获取无水印 MP4 链接
  • 💧 也可保留水印With watermark)。
  • 🎵 纯音频链接,可单独保存声音。
  • 🖼️ 封面图地址
  • 🎠 支持图文帖 —— 每张一行,含 partIndexpartCount
  • 明确失效时间 —— linkExpiresAtlinkExpiresInMinutes
  • 📊 抓取时的播放与点赞数,归档时保留上下文。
  • 🗂️ 一次可批量处理大量链接
  • 🚚 托管交付,结果稳定。
  • 📤 导出链接为 JSON / CSV / Excel / XML。

无需 OAuth 应用、无需应用审核、无需配额管理 —— 填入内容即可采集公开数据。

谁在用

  • ✂️ 剪辑与内容团队 —— 拿到干净素材做二次创作。
  • 🗄️ 归档与品牌团队 —— 在内容被删除前留存活动视频。
  • 📢 广告研究 —— 建立值得学习的创意素材库。
  • 🎵 音频研究 —— 收集热门视频背后的声音。
  • 🤖 AI 团队 —— 构建视频语料用于训练、字幕或审核模型。

可以抓取哪些数据

字段类型说明
videoIdstring视频 ID
postUrlstring原始帖子链接
downloadUrlstring无水印 MP4 下载链接
audioUrlstring纯音频下载链接
coverUrlstring封面图
watermarkboolean返回文件是否带水印
mediaTypestringvideoimage(图文帖)
partIndexnumber图文帖的第几张
partCountnumber图文帖总张数
durationnumber时长(秒)
textstring文案
authorstring作者用户名
playsnumber抓取时的播放量
likesnumber抓取时的点赞数
createdAtstring发布时间
linkExpiresAtstring下载链接失效时间
linkExpiresInMinutesnumber生成该行时链接剩余有效分钟数

字段取决于平台对外公开了什么。某个条目没有的值会返回 null 而不是直接省略,因此你的数据结构始终稳定。

使用步骤

  1. 打开 TikTok 视频下载工具
  2. TikTok video URLs 粘贴链接。
  3. (可选)开启 With watermark 或设置 Max videos
  4. 点击 ▶ Start,然后在 linkExpiresAt 之前从 downloadUrl 下载文件。

输入示例

{
"startUrls": [
"https://www.tiktok.com/@nasa/video/7665075736742530317"
],
"resultsLimit": 100,
"withWatermark": false
}

输出示例

{
"text": "Something big just landed on TikTok.",
"likes": 42889,
"plays": 312800,
"author": "nasa",
"postUrl": "https://www.tiktok.com/@nasa/video/7665075736742530317",
"videoId": "7665075736742530317",
"audioUrl": "https://kutt.foxtools.de/XygbgV",
"coverUrl": "https://kutt.foxtools.de/z5SDeV",
"duration": 25,
"createdAt": "2026-07-21T20:09:02.000Z",
"mediaType": "video",
"partCount": 1,
"partIndex": 1,
"watermark": false,
"sourceType": "tiktok",
"downloadUrl": "https://kutt.foxtools.de/QTB3Wr",
"linkExpiresAt": "2026-07-28T13:41:38.000Z",
"linkExpiresInMinutes": 360
}

V2 = 托管交付。 这是 V2 产品线:运行在托管基础设施上,交付更稳定、字段更全。如果你只需要最低价的尽力而为版本,同一功能的 V1 Actor 也在商店主页

价格

采用按结果计费:只为真正拿到的数据付费,不按运行时间计费。

  • 💸 成本 = 结果数量 × 单价,预算可提前算清。
  • 📉 Apify 的 Bronze / Silver / Gold / Platinum / Diamond 套餐享阶梯折扣。
  • 🆓 新账号自带每月免费额度,第一次运行不花钱。
  • 🚫 无代理附加费、无单次请求费、无最低消费。

实时价格见 Apify 商店页面

使用建议

  • 务必立刻下载linkExpiresInMinutes 不是建议而是硬期限。
  • 🤖 自动化抓取:把 downloadUrl 接到 n8n / Make / 脚本,直接存到 S3 或云盘。
  • 🎵 audioUrl 独立可用,可只保存音频。
  • 🎠 图文帖请按 videoId 分组、按 partIndex 排序还原轮播。
  • 💧 剪辑用无水印;需要溯源时保留水印。

其他 TikTok 数据

需要多平台数据?以下工具采用同样的免登录、按结果计费方式:

全部工具见 myagizm 商店主页

配合 AI 智能体使用(MCP)

本 Actor 已接入 Apify MCP 服务器,Claude、ChatGPT、Cursor 等助手可以把它当作工具直接调用,用自然语言提问即可拿到结构化结果,无需写胶水代码。

集成与 API

支持 Make、Zapier、n8n、Slack、Airbyte、Gumloop、CrewAI、IFTTT、Lindy、GitHub、Google Sheets、Google Drive,以及 Webhook、定时任务与 MCP 服务器。

curl -X POST "https://api.apify.com/v2/acts/myagizm~tiktok-video-downloader-v2/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls": ["https://www.tiktok.com/@nasa/video/7665075736742530317"], "resultsLimit": 100, "withWatermark": false}'

format 改成 jsoncsvxlsxxml 即可导出不同格式。

常见问题

真的没有水印吗? 是的,关闭 With watermark 即为干净文件;需要原始带水印版本时可以打开。

下载链接能用多久? 时间很短(平台签名)。每行都给出 linkExpiresAtlinkExpiresInMinutes

支持图文(轮播)帖吗? 支持,每张一行,mediaTypeimage

能只下载音频吗? 可以,使用 audioUrl

Actor 会帮我保存视频文件吗? 不会,只返回链接,存储位置由你决定 —— 这样更便宜也更可控。

下载的视频能商用吗? 这取决于你与版权方。本工具只提供对公开媒体的访问,版权依然适用。

需要 TikTok 账号、登录、Cookie 或 API Key 吗? 不需要。不登录、不用 Cookie、不需要开发者应用、不需要审核、不需要 access token。

抓取 TikTok 合法吗? 只采集公开可见的数据,即任何未登录访客都能看到的内容,不登录、不访问私密账号。合规责任由使用者承担:如涉及个人数据请遵守 GDPR / CCPA 与平台条款。

能抓私密账号吗? 不能,会被跳过并记录在运行日志中。

需要配置代理吗? 不需要,已内置托管。

支持导出 CSV / Excel / JSON 吗? 支持 JSON、CSV、Excel、XML。

可以通过 Apify API 调用吗? 可以,同步与异步接口见上方示例。

支持 AI 智能体(MCP)吗? 支持,Claude、ChatGPT、Cursor 均可当作工具调用。

可以定时运行吗? 可以,支持 Apify Schedules、API 与 Webhook。

数据有多新? 不缓存,每次运行都读取当前公开页面。

媒体链接失效了? TikTok 的 CDN 链接带签名,数小时内过期,请在抓取的同一时段下载或转存。

免责声明

本工具为独立第三方工具,与 TikTok 及字节跳动(ByteDance) 无任何隶属、认可或赞助关系,所有商标归各自所有者。

本 Actor 只采集公开可见的数据 —— 即任何未登录访客都能看到的内容。它不登录、不绕过访问控制、不获取私密内容。数据使用的合规责任由使用者承担:如涉及个人数据,请遵守 GDPR、CCPA 等法规与平台条款。

相关搜索

tiktok 视频下载 · tiktok 无水印下载 · tiktok mp4 下载链接 · tiktok 去水印 api · tiktok 音频下载 · tiktok 音乐下载 · tiktok 批量下载 · tiktok 图文下载 · tiktok 轮播下载 · tiktok 下载 api · tiktok 视频备份 · tiktok 创意素材库 · 保存 tiktok 高清视频