
Video Transcriber : Instagram, X, Tiktok, etc.
Pricing
$14.99/month + usage

Video Transcriber : Instagram, X, Tiktok, etc.
Under maintenanceScrapes transcripts from online video/audio content on multiple plateforms (X, Instagram, etc.) in any available language.
0.0 (0)
Pricing
$14.99/month + usage
1
1
1
Last modified
7 days ago
Video Transcriber
The Video Transcriber is a powerful tool that extracts transcripts from videos across multiple platforms including YouTube, Instagram, Twitter/X, Facebook, TikTok, and more.
It provides detailed video metadata, timestamped transcripts, and supports multiple languages automatically.
✨ Features
-
🔗 Works across multiple platforms:
- Twitter/X
- TikTok
- Vimeo
- Dropbox
- Google Drive
- Loom
-
🎧 High-quality, accurate transcription
-
📄 Returns detailed video metadata
-
🕒 Generates timestamped transcript segments
-
🌍 Multi-language support (auto-detection)
-
⚡ Fast and reliable for videos of any length
📥 Input
The actor accepts the following input parameters:
{"url": "https://www.Instagram.com/watch?v=example" // Required: Video URL}
Parameters
url
(required) → The video URL you want to transcribe
📤 Output
The actor outputs a JSON object containing video details and transcript:
{"url": "https://www.instagram.com/watch?v=example","title": "Video Title","description": "Video Description","duration": "10:00","viewCount": 1000,"uploadDate": "20240911","language": "en","transcript": "Full transcript text...","segments": [{"start": 0.0,"end": 5.0,"text": "Transcribed text segment..."}// ... more segments]}
🚀 Usage
1. Using Apify Console
- Go to the actor’s page on Apify
- Enter the video URL
- Click Run
2. Using Apify API
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"url": "https://www.instagram.com/watch?v=example"}run = client.actor("username/video-transcriber").call(run_input=run_input)results = client.dataset(run["defaultDatasetId"]).list_items().items
⚡ Highlights
- Blazing fast transcription 🚀
- Accurate and reliable across platforms 🎯
- Clean JSON output ready for integration 📊
- Fully automated with no manual steps needed 🤖
⚠️ Limitations
- Videos must be publicly accessible
- Some platforms may require authentication
- Processing time grows with video length
👨💻 Author
Built with ❤️ by Webscrap Team
On this page
Share Actor: