Video Transcriber : Instagram, X, Tiktok, etc. avatar
Video Transcriber : Instagram, X, Tiktok, etc.

Pricing

$14.99/month + usage

Go to Apify Store
Video Transcriber : Instagram, X, Tiktok, etc.

Video Transcriber : Instagram, X, Tiktok, etc.

Developed by

WebScrap

WebScrap

Maintained by Community

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:

    • Instagram
    • Twitter/X
    • Facebook
    • 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

  1. Go to the actor’s page on Apify
  2. Enter the video URL
  3. Click Run

2. Using Apify API

from apify_client import ApifyClient
client = 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