TikTok Video Downloader avatar

TikTok Video Downloader

Pricing

Pay per usage

Go to Apify Store
TikTok Video Downloader

TikTok Video Downloader

Download Tiktok video from a URL

Pricing

Pay per usage

Rating

0.0

(0)

Developer

ApiHours

ApiHours

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Download a public TikTok video using a simple API call.

Provide a TikTok video URL and get a direct download link in a structured response.


What this actor does

This actor allows you to download a TikTok video from a public URL.

It returns a clean JSON response containing a direct link to the video file, ready to use in your workflows.


Input

The actor expects a single JSON object.

Example input

{
"url": "https://www.tiktok.com/@username/video/1234567890123456789"
}

Supported URL formats

https://www.tiktok.com/@{username}/video/{videoId}
https://m.tiktok.com/@{username}/video/{videoId}

Short links such as vm.tiktok.com/... are not supported.


Example output

Standard response

[
{
"title": "Title of the video",
"author": "Author of the video",
"uploadDate": "2001-01-23",
"postType": "video",
"viewCount": 123456,
"likeCount": 123456,
"commentCount": 123,
"shareCount": 1234,
"outputFormat": "mp4",
"fileName": "1234567890123456789.mp4",
"fileSizeBytes": 1234567,
"fileUrl": "https://api.apify.com/v2/key-value-stores/rand0mC0d3Url123456/records/OUTPUT"
}
]

Notes

  • Public TikTok videos only
  • Private or restricted videos will fail
  • This API is for video download only