VOOZH about

URL: https://apify.com/thenetaji/tiktok-video-downloader/api

⇱ TikTok Video Downloader (no watermarks) - Fast and cheap API Β· Apify


πŸ‘ TikTok Video Downloader(With No watermarks) avatar

TikTok Video Downloader(With No watermarks)

Pricing

$7.00/month + usage

Go to Apify Store

TikTok Video Downloader(With No watermarks)

The TikTok Video Downloader allows fast, high-quality downloads of TikTok videos without needing an account and without any watermarks. Ideal for content creators, it offers a user-friendly interface and simultaneous downloads with batch download support. Try now!

Pricing

$7.00/month + usage

Rating

2.1

(8)

Developer

πŸ‘ The Netaji

The Netaji

Maintained by Community

Actor stats

7

Bookmarked

128

Total users

2

Monthly active users

14 days ago

Last modified

Share

You might also like

TikTok Video Downloader

epctex/tiktok-video-downloader

Download any videos from TikTok.com

TikTok Video Downloader

easyapi/tiktok-video-downloader

The TikTok Video Downloader allows you to download TikTok videos without watermarks, preserving original quality. With support for MP3 and MP4 formats, free unlimited downloads, and no need for account logins, this tool is perfect for content creators and social media enthusiasts! πŸŽ‰

TikTok Video Downloader - Bulk Download TikTok Videos API

code-node-tools/tiktok-video-downloader

Bulk download TikTok videos without watermark from channels, playlists, or single URLs. Automate TikTok video downloads with proxy rotation and API access. Best yt-dlp alternative for mass TikTok scraping.

246

TikTok Video Downloader

apilabs/tiktok-downloader

Download TikTok videos or extract audio without any limits

Tiktok video downloader

pocesar/download-tiktok-video

Download TikTok videos in bulk and save to Apify Key value store

529

2.8

TikTok Video Downloader

dltik/tiktok-video-downloader

Download TikTok videos without watermark as MP4, convert TikTok to MP3 audio, or save photo slideshows as ZIP. Supports Douyin. No proxy needed, no login required. Returns the actual file in key-value store with full metadata (title, author, views, likes, duration).

TikTok Video Downloader β€” No Watermark, Bulk & Stats Tool

scrapepilot/tiktok-video-downloader----no-watermark-bulk-stats-tool

Download TikTok videos without watermark. Extract title, views, likes, comments, shares, music info and hashtags. Supports single videos, creator profiles and bulk batch downloads. Get direct MP4 URLs instantly. RESIDENTIAL proxy included.

18

TikTok Video Downloader

truefetch/tiktok-video-downloader

Download any TikTok video in HD with no watermark, original audio, and creator details β€” title, hashtags, play count, and like count. $0.05 metadata or $0.25 download.

128

4.3

Tiktok Video And Thumbnail Downloader

kingscraper/tiktok-video-and-thumbnail-downloader

Extract TikTok videos 🎬 with HD/SD πŸ“Ί no-watermark πŸš«πŸ’§ + watermarked πŸ’§ options High-res thumbnails πŸ–ΌοΈ and rich metadata πŸ“Š including views πŸ‘€, likes πŸ‘, comments πŸ’¬, shares πŸ”, creator details πŸ‘€, and duration ⏱️ Batch process multiple URLs πŸ”— with clean JSON output πŸ“¦βœ¨

You can access the TikTok Video Downloader(With No watermarks) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< {
< "url": "https://www.tiktok.com/@nikolaisavic/video/7609823185772580118"
< }
< ],
< "quality": "best",
< "format": "mp4",
< "cookies": "",
< "sleepBetweenDownloads": 2000
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/thenetaji~tiktok-video-downloader/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

TikTok Video Downloader (no watermarks) - Fast and cheap API

Below, you can find a list of relevant HTTP API endpoints for calling the TikTok Video Downloader(With No watermarks) Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/thenetaji~tiktok-video-downloader/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/thenetaji~tiktok-video-downloader/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/thenetaji~tiktok-video-downloader?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the TikTok Video Downloader(With No watermarks) API programmatically via the Apify API.

You can choose from:

TikTok Video Downloader(With No watermarks) API in Python

TikTok Video Downloader(With No watermarks) API in JavaScript

TikTok Video Downloader(With No watermarks) API through CLI

TikTok Video Downloader(With No watermarks) OpenAPI definition

You can start TikTok Video Downloader(With No watermarks) with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The TikTok Video Downloader(With No watermarks) is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the TikTok Video Downloader(With No watermarks) run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.