TikTok Transcription AI - 1.5$ for 1000 Videos
Pricing
from $1.50 / 1,000 results
TikTok Transcription AI - 1.5$ for 1000 Videos
Transcribe a list of TikTok video URLs. Extracts TikTok metadata and generates AI transcription with timestamps and plain text.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer

Lofomachines
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
TikTok Video Transcriber
Automatically transcribe TikTok videos at scale. Paste in a list of TikTok URLs and get back full text transcriptions — with or without timestamps — plus all the video metadata in a clean, structured dataset.
Powered by OpenAI Whisper, supporting 90+ languages with automatic language detection.
What you get
For each TikTok URL you provide, the Actor returns:
- Full plain-text transcription — ready to copy, search, or feed into your workflows
- Timestamped segments and words — perfect for subtitles, captions, or highlight clipping
- TikTok metadata — title, views, likes, comments, shares, creator info, upload date, and more
If a video can't be transcribed (private, deleted, age-restricted), the item is still saved with null transcription fields so your pipeline never breaks.
Input
{"videoUrls": ["https://www.tiktok.com/@creator/video/7199991486673358086"],"sourceLanguage": "auto"}
| Field | Required | Description |
|---|---|---|
videoUrls | ✅ | One or more TikTok video URLs |
sourceLanguage | ☑️ | ISO language code (en, it, es, pt, …) or auto for automatic detection |
concurrency | ☑️ | Number of videos processed in parallel (default: 5, max: 20) |
Output
One structured item per URL, saved to the Apify dataset.
{"status": "ok","video_url": "https://www.tiktok.com/@creator/video/7199991486673358086","detected_language": "en","plain_text": "Hey guys, welcome back to my channel...","transcription": {"plain_text_without_timestamps": "Hey guys, welcome back to my channel...","segments_with_timestamps": [{ "id": 0, "start": 0.0, "end": 2.5, "text": "Hey guys, welcome back to my channel" }],"words_with_timestamps": [{ "start": 0.0, "end": 0.3, "word": "Hey" }]},"title": "My TikTok video","views": 128400,"likes": 9200,"channel.username": "creator","uploadedAtFormatted": "2024-11-01T10:30:00.000Z"}
Integrate with your stack
n8n
Use the Apify node in n8n to run this Actor and route transcriptions into Google Sheets, Notion, Slack, Airtable, or any other app in your workflow — no code required.
Use cases
- Content repurposing — turn TikTok audio into blog posts, newsletters, or social captions
- Market research — extract and analyse what creators in your niche are saying
- Subtitle generation — get word-level timestamps to auto-generate SRT files
- SEO & keyword research — mine spoken keywords from viral TikTok videos
- Competitor monitoring — transcribe and track competitor content at scale
- Training data — build labelled audio/text datasets for ML projects
Notes
- Videos that are private, age-restricted, or unavailable by region will return
nulltranscription fields without breaking the run. - Supports batch processing with configurable concurrency for large-scale jobs.