Tiktok | Instagram | Facebook | Transcriber avatar
Tiktok | Instagram | Facebook | Transcriber

Pricing

$22.00 / 1,000 transcriptions

Go to Store
Tiktok | Instagram | Facebook | Transcriber

Tiktok | Instagram | Facebook | Transcriber

Developed by

TicTech

TicTech

Maintained by Community

Extract accurate transcripts from Instagram Reels, Facebook Reels and TikTok videos. Use video URLs to transcribe public content with timestamps. Export transcripts in JSON format, run via API, schedule runs, or integrate with other tools for automated transcription workflows.

5.0 (2)

Pricing

$22.00 / 1,000 transcriptions

5

Total users

24

Monthly users

24

Runs succeeded

61%

Last modified

21 hours ago

Social Video Transcriber

Transform your social videos into actionable insights! Instantly convert Instagram Reels, TikTok, and Facebook Reels into searchable, timestamped transcripts with automatic language detection. Unlock the full value of your content for analysis, accessibility, and growth.

Note: Only publicly available videos can be transcribed. Private or restricted videos are not supported.

Why Use This Tool?

  • Automate tedious work: No more manual transcription—get results in minutes, not hours.
  • Unlock hidden insights: Search, analyze, and repurpose your video content for new opportunities.
  • Boost accessibility: Make your videos inclusive for all audiences with accurate transcripts.
  • Enhance discoverability: Improve SEO and compliance with rich, timestamped text.
  • Stay ahead: Track trends, monitor competitors, and optimize your content strategy with ease.

Features

  • Supports Instagram Reels, TikTok, and Facebook Reels (public videos only)
  • Outputs transcript with timestamps and detected language
  • Detects and outputs the dominant spoken language (see supported languages below)
  • Handles videos up to 30 minutes (1800 seconds)

Use Cases

  • Content Creators: Generate captions, repurpose content, and analyze performance.
  • Marketers: Track brand mentions, analyze trends, and optimize strategy.
  • Researchers: Study social media trends and extract insights from public discourse.
  • Businesses: Create training materials, monitor feedback, and maintain compliance records.

Supported Languages

  • Spanish: es
  • English: en
  • Hindi: hi
  • Japanese: ja
  • Russian: ru
  • Ukrainian: uk
  • Swedish: sv
  • Chinese: zh
  • Portuguese: pt
  • Dutch: nl
  • Turkish: tr
  • French: fr
  • German: de
  • Indonesian: id
  • Korean: ko
  • Italian: it

Input Example

{
"start_urls": "https://www.instagram.com/reel/example/",
"useProxy": false
}

Output Example (Success)

{
"sourceUrl": "https://www.instagram.com/reel/example/",
"videoId": "unique-video-id",
"status": "success",
"durationSec": 45.2,
"transcript": "[0.00s - 2.50s] Welcome to my channel! [2.50s - 8.10s] Today I'm going to show you how to make the perfect pasta dish.",
"detected_language": "en",
"timestamp": "2024-01-01T12:00:00.000Z"
}

Output Example (Failed)

{
"sourceUrl": "https://www.instagram.com/reel/private/",
"videoId": "unique-video-id",
"status": "failed",
"error": "Failed to download video (video may be private or restricted)",
"timestamp": "2024-01-01T12:00:00.000Z"
}

Output Fields

  • sourceUrl: Original video URL
  • videoId: Unique identifier for the video
  • status: "success" or "failed"
  • durationSec: Video duration in seconds (only for success)
  • transcript: Transcription with timestamps (only for success)
  • detected_language: BCP-47 code for the detected language (only for success)
  • error: Error message (only for failed outputs)
  • timestamp: Processing time

Usage

  1. Provide a public video URL as start_urls in the input. Private or restricted videos are not supported.
  2. (Optional) Set useProxy and proxyCountry for geo-restricted content.
  3. The output will include the transcript, timestamps, and detected language code if successful, or an error message if failed.

For more details, contact the maintainer or email us at contact@tictech.id