TikTok Video Downloader avatar

TikTok Video Downloader

Under maintenance

Pricing

from $5.99 / 1,000 results

Go to Apify Store
TikTok Video Downloader

TikTok Video Downloader

Under maintenance

TikTok Video Downloader enables fast and easy downloading of public TikTok videos in high quality. Save videos for content research, trend analysis, marketing, archiving, and offline viewing. Ideal for creators, agencies, researchers, and social media professionals.

Pricing

from $5.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeVanta

ScrapeVanta

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

TikTok Video Downloader Actor

Resolve a TikTok video URL to a direct media link.

What you get

  • The resolution you asked for, and the one you actually got. requestedHeight, resolvedHeight and heightWasDowngraded are all reported, so a 1080p request that came back 480p is visible rather than silent.
  • Real metadata: title, uploader, upload date, duration, and the view, like and comment counts the site publishes.
  • A per-URL result, so one bad link no longer ends the run.
  • availableHeights, so you can see what else the source offers.
  • Optional file storage: leave it off to get the direct source URL, which is much faster and cheaper; turn it on to keep a copy in the run's key-value store.
  • Failed URLs are returned but never billed - see below.

Input

FieldTypeRequiredWhat it does
video_urlsarrayyesThe TikTok videos to process. Accepts plain URLs or objects with a "url" key.
desired_resolutionstringnoThe height to aim for. If the source does not go that high, the tallest available is returned and heightWasDowngraded says so.
saveFilesToKeyValueStorebooleannoDownload the media and keep it in the run's key-value store, returning a link. Leave off to get the direct source URL only, which is much faster and cheaper.
maxFileSizeMbintegernoA file larger than this is not stored, and the record says why. Only applies when saving to storage.
proxyConfigurationobjectnoThe run rotates through a few IPs from this configuration when a site refuses one. TikTok refuses datacenter addresses outright, so a residential group matters here.

The silent-video problem

Measured on 2026-08-20: of the 53 formats YouTube offered for a test video, not one carried both picture and sound. Every stream is video-only or audio-only, and the site expects the player to combine them.

An Actor that hands back a single format URL therefore hands back a silent file. This one prefers a format that has sound where the site publishes one, and where none exists it says so - requiresAudioMerge: true - and returns audioDownloadUrl alongside downloadUrl so the two can be combined with ffmpeg or any equivalent tool.

TikTok and datacenter IPs

Measured on 2026-08-20: a direct request for a TikTok video returns "Your IP address is blocked from accessing this post". That is now reported as failureKind: "ip-blocked" with the advice to enable a residential proxy, and the run retries on a different exit node before giving up - rather than returning an unexplained error and charging you for it.

You are not charged for a URL that failed

Every previous version of this Actor pushed its error rows with charged_event_name="result" - the same paid event a successful result uses. A run over a hundred dead links cost exactly as much as a run over a hundred live ones.

Failures are still returned, because you need to know which URLs did not work, but they are not billed. Each one says what kind of failure it was and what to do about it:

failureKindWhat it means
ip-blockedThe site refused this run's IP. Enable a residential proxy.
geo-blockedNot available from that country. Set a proxy country.
login-requiredPrivate, or the site wants a signed-in session.
removedThe media no longer exists at that URL.
no-mediaA real page, but it carries no downloadable media.
age-restrictedGated behind an age check.
unsupportedNot a URL this Actor can resolve.
networkA transient failure. Running it again may work.

ip-blocked, geo-blocked and network are retried on a different IP before being reported. A removed video is not - it will still be removed.

Proxy

The run rotates through a few IPs from your proxy configuration and moves to a new one when a site refuses the current one. TikTok in particular refuses datacenter addresses outright - measured, a direct request returns "Your IP address is blocked from accessing this post" - so a residential group is worth setting for it.

What it cannot do

  • It does not sign in, so anything behind a login stays behind it.
  • It resolves what the site publishes. A site that changes its delivery can break resolution until the underlying extractor catches up.
  • Downloading media may be restricted by the source site's terms and by copyright. You are responsible for having the right to download and use what you fetch.