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

Video Transcriber : Instagram, X, Tiktok, etc.
Scrapes 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
a day 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