TikTok Video Transcriber – Speech to Text & Captions avatar

TikTok Video Transcriber – Speech to Text & Captions

Pricing

$30.00 / 1,000 video transcribeds

Go to Apify Store
TikTok Video Transcriber – Speech to Text & Captions

TikTok Video Transcriber – Speech to Text & Captions

Convert any TikTok video to text instantly. Paste one or more TikTok video URLs and get back a full transcript with timestamped captions — ready for subtitles, content repurposing, research, or accessibility.

Pricing

$30.00 / 1,000 video transcribeds

Rating

0.0

(0)

Developer

ius iyb

ius iyb

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

Convert any TikTok video to text instantly. Paste one or more TikTok video URLs and get back a full transcript with timestamped captions — ready for subtitles, content repurposing, research, or accessibility.

What you get

For each video, the actor outputs:

  • Full transcript — the complete spoken text of the video
  • Utterances — individual speech segments with start/end timestamps (in milliseconds)
  • Duration — total audio duration of the video
  • Statussuccess or failed per video

Example output

{
"videoId": "7617166160194227470",
"tiktokUrl": "https://www.tiktok.com/@_/video/7617166160194227470",
"transcript": "By the 1920s, electric motors were the new standard...",
"utterances": [
{ "text": "By the 1920s, electric motors were the new standard for powering factories and mills.", "start_ms": 40, "end_ms": 5400, "speaker": null },
{ "text": "But many of these motors also came with a flaw.", "start_ms": 5440, "end_ms": 8800, "speaker": null }
],
"durationMs": 94320,
"status": "success"
}

Input

FieldTypeRequiredDescription
videoIdslist of stringsYesOne or more TikTok video URLs or numeric IDs to transcribe
languagestringNoForce a specific language (e.g. en-US, zh-CN, ja-JP). Leave empty for auto-detection.

Accepted formats

Both full URLs and bare numeric IDs are accepted:

https://www.tiktok.com/@veritasium/video/7617166160194227470
7617166160194227470

Supported languages

Leave the language field empty for automatic detection, which works well for English, Chinese (Mandarin & Cantonese), Japanese, Korean, and many other languages. You can also force a specific language using IETF tags such as:

  • en-US — English
  • zh-CN — Mandarin Chinese
  • zh-HK — Cantonese
  • ja-JP — Japanese
  • ko-KR — Korean
  • fr-FR — French
  • de-DE — German
  • es-ES — Spanish

Limitations

  • Videos must have audible speech — silent or music-only videos will return an error
  • Very long videos (over 6 minutes) may time out
  • The video must be publicly accessible on TikTok