
Fast Tiktok Downloader (without watermark)
Pricing
$5.00 / 1,000 results
Go to Store

Fast Tiktok Downloader (without watermark)
Quickly download TikTok videos without watermark and no proxy needed
5.0 (2)
Pricing
$5.00 / 1,000 results
8
Total users
74
Monthly users
39
Runs succeeded
>99%
Response time
22 hours
Last modified
2 months ago
TikTok Video Downloader API
This Actor offers an ultra-fast and cost-efficient solution for extracting detailed information from TikTok videos. It provides download links for video and audio, author details, and engagement metrics like likes, shares, and comments.
With no proxy required and lightning-fast results, you can process requests efficiently and affordably, costing only $0.005 per request.
Features
- Download Links: Get direct links for video (without watermark) and music downloads.
- Engagement Metrics: Extract the number of likes, shares, and comments on a video.
- Author Information: Fetch details about the video creator, including username and profile picture.
- Structured Output: Returns clean JSON data for easy integration.
- No Proxy Needed No proxy needed to download.
- Ultra-Fast Results: Processes and delivers data in seconds.
- Affordable Pricing: Only $0.005 per request, making it ideal for large-scale usage.
How It Works
- Enter the link of the TikTok video you want to download.
- The Actor will get download information from TikTok.
- If successful, the Actor outputs the video details in JSON format. If an error occurs, a structured error message is returned.
Input Example
1{ 2 "url": "https://www.tiktok.com/@tewut_ba/video/7440181031296159031", 3 "apiVersion": "v1" 4}
JSON Success Results
1{ 2 "status": "success", 3 "result": { 4 "type": "video", 5 "desc": "[#2024MAMA] #APT by Rose & Brunomars #apt #rosé #brunomars #musiclyrics #lirikterjemahan #fyp #fypシ", 6 "author": { 7 "avatar": "https://url/aHR0cHM6Ly9wMTYIxNyZ0PTIyMzQ0OWM0", 8 "nickname": "tewut" 9 }, 10 "statistics": { 11 "likeCount": "371", 12 "commentCount": "7", 13 "shareCount": "6" 14 }, 15 "video": "https://url/74401819031", 16 "music": "https://url/5VdFpCVjFKZ1p0eElNQ0FpaUJTVkJTRUV" 17 } 18}
JSON Failed Results
1{ 2 "status": "error", 3 "message": "Unable to retrieve video information. Please provide a valid TikTok URL or contact the author." 4}