TikTok transcript generator
Paste a TikTok video link and get the full transcript as text, with timestamps. Free, no signup. Copy it or download it as a .txt file.
How it works
- 1Paste the link to a public TikTok video, from the share button or the address bar.
- 2We fetch the captions TikTok generated for the video and turn them into clean text.
- 3Read it with timestamps, copy it, or download it as a text file.
What people use it for
- Quote a creator accurately in an article or a report.
- Turn your own videos into blog posts, captions or threads.
- Search what was said across videos without rewatching them.
Do it in code
The same result, from the API, for as many videos as you need. It returns a unified Transcript, the same shape on every platform.
curl -G https://api.crawlfeed.dev/v1/tiktok/transcript \
-H "Authorization: Bearer $CRAWLFEED_KEY" \
--data-urlencode "id=https://www.tiktok.com/@creator/video/7499229683859426602"Questions
Which TikTok links work?
Any link to a public video: tiktok.com/@user/video/…, and short vm.tiktok.com links. Private videos and slideshows without speech do not have transcripts.
Is it really free?
Yes. You can run a few lookups a day without an account. For more, or to automate it, create a free account: it comes with 100 API credits.
Do you keep the videos I look up?
We cache the transcript for up to 24 hours so a repeat lookup is instant, and we never store the video itself. See the privacy policy for details.
Why is there no transcript for some videos?
A transcript exists only when the video has speech the platform has captioned. Music-only videos, and videos with captions turned off, have none.
Social data for your own product
Profiles, posts, comments and transcripts from 26 platforms in one JSON shape. Start with 100 free credits, no card.