Fast Tiktok Downloader API avatar

Fast Tiktok Downloader API

Try for free

3 hours trial then $5.00/month - No credit card required now

Go to Store
Fast Tiktok Downloader API

Fast Tiktok Downloader API

wilcode/fast-tiktok-downloader-api
Try for free

3 hours trial then $5.00/month - No credit card required now

A powerful API for downloading TikTok videos, images and music with high success rate, flexible proxy support, and complete metadata extraction.

Developer
Maintained by Community

Actor Metrics

  • 2 Monthly users

  • 5.0 / 5 (1)

  • 1 bookmark

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified a day ago

TikTok Video Downloader API

Introduction

This API extracts detailed information from TikTok videos (without watermarks). It provides download links for videos and audio, author information, and engagement metrics like likes, shares, and comments with high success rate

Features

  • Download Links: Get direct links for video (without watermark), images slide 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
  • Ultra-Fast Results: Processes and delivers data in seconds
  • Multiple Download Methods: Supports various methods to fetch videos

Download Method

Based on the following table, it will save the most proxy costs for you!

Below are the servers to fetch video download links. You can choose the one that suits you or set it to Auto for the tool to automatically go through each method.

MethodProxy RequirementDescriptionResponse Time
⭐️AutoResidential ProxyRequires a residential proxy to fetch videos.3s - 20s
⭐️TikTokResidential ProxyRequires a residential proxy to fetch videos.10s
⭐️MusicallyData Center ProxyUses a data center proxy for video fetching.3s
⭐️TikTok APIData Center ProxyUses a data center proxy for video fetching.3s

How It Works

  1. Enter the list of links to the TikTok videos you want to download
  2. The API will get download information from TikTok
  3. If successful, the API outputs the video details in JSON format. If an error occurs, a structured error message is returned

Input Example

1{
2  "tiktokUrls": ["Link1", "Link2"],
3  "apiVersion": "Auto",
4  "proxySettings": {
5    "useApifyProxy": true,
6      "apifyProxyGroups": [
7        "RESIDENTIAL"
8      ],
9    "apifyProxyCountry": "SG"
10  },
11}

JSON Success Results

1{
2  "success": true,
3  "data": {
4    "type": "video",
5    "description": "[#2024MAMA] #APT by Rose & Brunomars #apt #rosé #brunomars #musiclyrics #lirikterjemahan #fyp #fypシ",
6    "creator": {
7      "name": "tewut",
8      "profileImage": "https://profile-image-url.jpg"
9    },
10    "engagement": {
11      "likes": "371",
12      "comments": "7",
13      "shares": "6"
14    },
15    "media": {
16      "videoHD": ["https://video-download-url.mp4"],
17      "videoSD": ["https://video-download-url.mp4"],
18      "images": [],
19      "music": "https://audio-download-url.mp3"
20    }
21  }
22}

JSON Failed Results

1{
2  "success": false,
3  "message": "Unable to retrieve video information."
4}