Live Stream Transcript avatar

Live Stream Transcript

Deprecated

Pricing

Pay per event

Go to Apify Store
Live Stream Transcript

Live Stream Transcript

Deprecated

Live-stream transcription API: real-time speech-to-text for TikTok Live, YouTube Live, Twitch and 1000+ live sources. Streaming JSON output engineered for live moderation, real-time captioning, and AI-agent live consumption.

Pricing

Pay per event

Rating

0.0

(0)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

1

Bookmarked

7

Total users

1

Monthly active users

11 hours ago

Last modified

Categories

Share

Live Stream Transcript - Real-Time Live Stream Transcription & Analytics API

Extract real-time speech-to-text transcriptions from live streams across 1000+ platforms including YouTube, Instagram, Twitter/X, Facebook, Twitch, and Reddit. This live stream intelligence API delivers timestamped transcript segments with streamer metadata, viewer analytics, and engagement metrics. JSON output for content monitoring, competitive intelligence, and AI training pipelines.

YouTube Instagram Twitch X 1000+


Why Choose This Live Stream Transcription API

Real-Time Speech-to-Text with Stream Analytics & Metadata

🎙️ Real-Time Live Stream Capture Extract real-time transcripts from live streams on YouTube, Instagram, Twitter/X, Facebook, Twitch, and 1000+ platforms — continuous processing until the stream ends with automatic reconnection on interruption.

⚡ Timestamped Transcript Segments 60-second speech-to-text segments with SRT-compatible timestamps and automatic language detection. Supports 100+ languages for global live content analysis.

📊 Comprehensive Stream Metadata Extract real-time viewer counts, likes, shares, follower counts, streamer verification status, stream duration, author profiles, and platform details alongside transcript data.

🔄 Continuous Monitoring Intelligent reconnection and error recovery ensure uninterrupted stream capture. Enterprise-grade reliability for mission-critical live content processing.

🤖 AI-Ready Structured Output Pre-formatted JSON with timestamped segments optimized for NLP pipelines, content intelligence dashboards, real-time alert systems, and searchable transcript archives.


Why Choose This API

This actor is designed for structured output, repeatable automation, and downstream integration in monitoring, enrichment, or ingestion pipelines.

Quick Start Guide

How to Transcribe a Live Stream in 3 Steps

Step 1: Paste the Live Stream URL

Enter any live stream URL from a supported platform.

Open Actor Input

Step 2: Run the Actor

Click "Start" to begin real-time transcription. The actor captures audio, transcribes speech, and extracts stream metadata continuously.

Step 3: Access Real-Time Results

Transcript segments appear in the dataset as they are processed, enabling real-time monitoring and downstream pipeline integration.

Example Input

{
"live_url": "https://www.youtube.com/watch?v=iEpJwprxDdk"
}

Input Parameters

ParameterTypeRequiredDescription
🔗 Live URLStringYesLive stream URL from any supported platform (YouTube, Instagram, Twitter/X, Facebook, Twitch, etc.)

Output Data Schema

Each live stream segment returns structured real-time intelligence:

Open Actor Input

FieldTypeDescription
platformStringStreaming platform (YouTube, Instagram, Twitter, Twitch, etc.)
titleStringLive stream title
descriptionStringStream description
authorStringStreamer name
author_idStringStreamer platform ID
start_timeStringStream start timestamp
verifiedBooleanStreamer verification status
follower_countIntegerStreamer follower count
like_countIntegerLive stream like count
view_countIntegerCurrent viewer count
avatarStringStreamer avatar URL
is_liveBooleanCurrently live status
record_urlStringRecorded video file URL
languageStringDetected audio language
textStringComplete transcribed text
segmentsArrayTime-synchronized transcript segments with start/end timestamps
processorStringApify actor URL
processed_atStringISO processing timestamp

Example Output

{
"platform": "YouTube",
"title": "Live Gaming Session - Fortnite Tournament",
"author": "ProGamer123",
"verified": true,
"follower_count": 125000,
"view_count": 15420,
"is_live": true,
"language": "English",
"text": "Welcome everyone to today's Fortnite tournament!",
"segments": [
{
"start": "00:00:00.000",
"end": "00:00:05.000",
"text": "Welcome everyone to today's Fortnite tournament!"
}
],
"processor": "https://apify.com/agentx/live-stream-transcript?fpr=aiagentapi",
"processed_at": "2024-08-31T14:23:45.123Z"
}

Integration Examples

Python Integration Example

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input = {
"live_url": "https://www.youtube.com/watch?v=iEpJwprxDdk"
}
run = client.actor("TAdj0O8jUfCBxuS45").call(run_input=run_input)
dataset_items = client.dataset(run["defaultDatasetId"]).list_items().items
for item in dataset_items:
print(f"[{item['platform']}] {item['author']}: {item['text'][:100]}")

JavaScript/Node.js Integration

import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: "YOUR_API_TOKEN" });
const input = { live_url: "https://www.youtube.com/watch?v=iEpJwprxDdk" };
const run = await client.actor("TAdj0O8jUfCBxuS45").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) =>
console.log(
`[${item.platform}] ${item.author}: ${item.text?.substring(0, 100)}`,
),
);

Actor ID for Platform Integration

TAdj0O8jUfCBxuS45

Ⓜ️ Make.com Setup:

  1. Login to Make.com (Get 1000 Free Credits)
  2. Add module "Run an Actor"
  3. Turn 'Map' on - right side of the 'Actor*'
  4. Paste Actor ID - from above
  5. Click the '⟳ Refresh' - left side of Map
  6. Input JSON* - Modify the parameters as needed
  7. Set "Run synchronously" to YES
  8. Add module "Get Dataset Items" - receive the result
  9. In Dataset ID* select defaultDatasetId

🎱 N8N.io Setup:

  1. Add 'Run an Actor and get dataset' - from the apify node
  2. ActorBy IDPaste Actor ID - from above
  3. Input JSON - Modify the parameters as needed

JSON-LD Metadata

{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Live Stream Transcript",
"description": "Real-time live stream transcription API with viewer analytics across 1000+ platforms",
"applicationCategory": "Developer Tools",
"operatingSystem": "Cloud",
"url": "https://apify.com/agentx/live-stream-transcript?fpr=aiagentapi",
"dateModified": "2026-04-21",
"offers": {
"@type": "Offer",
"price": "0.00369",
"priceCurrency": "USD"
}
}

Pricing & Cost Calculator

Transparent Pay-Per-Use Model

Event TypePriceDescription
Actor Start$0.00005Charged per run start (per GB of memory)
Actor Usage$0.00001Charged for runtime based on resource consumption
Seconds$0.00369Per second of live stream recording and transcription

Cost Examples

Short Stream (5 minutes / 300 seconds):

  • Seconds: 300 × $0.00369 = $1.11
  • Total: ~$1.11

Medium Stream (30 minutes / 1,800 seconds):

  • Seconds: 1,800 × $0.00369 = $6.64
  • Total: ~$6.64

Long Stream (2 hours / 7,200 seconds):

  • Seconds: 7,200 × $0.00369 = $26.57
  • Total: ~$26.57

Competitive Pricing Comparison

FeatureLive Stream TranscriptAmazon TranscribeGoogle Cloud SpeechMicrosoft Azure
Cost per Second$0.00369$0.024$0.012$0.016
Platform Coverage1000+API onlyAPI onlyAPI only
Stream AnalyticsIncludedNoNoNo
Language DetectionAutoManualAutoManual

Use Cases & Applications

Content Monitoring & Competitive Intelligence

Live Stream Surveillance Monitor competitor live streams, product launches, and industry events in real-time with automated transcription and searchable archives for competitive intelligence workflows.

Real-Time Alert Systems Trigger automated alerts when specific keywords or topics appear in live stream transcripts for brand monitoring, crisis management, and market signal detection.

AI & Machine Learning

Training Data Generation Generate timestamped speech-to-text training data from live streams across 1000+ platforms for ASR model training, NLP pipelines, and conversational AI development.

Content Classification Feed transcript segments into classification models for topic detection, sentiment analysis, and content moderation across live streaming platforms.

Media & Content Production

Accessibility Compliance Generate real-time captions and searchable transcripts for live events, webinars, and educational content to meet accessibility requirements (ADA, WCAG).

Content Repurposing Transform live stream transcripts into blog posts, social media content, meeting notes, and searchable knowledge bases.


FAQ

How many platforms does Live Stream Transcript support?

The API supports 1000+ streaming platforms including YouTube, Instagram, Twitter/X, Facebook, Twitch, Reddit, LinkedIn, Vimeo, and many more.

Does it work with scheduled/upcoming streams?

The actor begins processing when the stream goes live. Provide the stream URL and the actor will wait for the broadcast to start.

What languages are supported?

Automatic language detection supports 100+ languages. The detected language is included in the output metadata.

How are transcript segments structured?

Each segment includes start/end timestamps in SRT-compatible format and the transcribed text, enabling precise time alignment with the video content.

What happens if the stream drops or reconnects?

Built-in reconnection logic automatically resumes transcription after temporary stream interruptions, ensuring minimal data loss.

Can I monitor multiple streams simultaneously?

Yes. Run separate actor instances for each stream URL. Each produces independent transcript datasets.

What happens when a stream ends?

The actor automatically detects stream completion and finalizes the transcript dataset. The output includes all segments captured during the broadcast with continuous timestamps.


SEO Keywords & Search Terms

Primary Keywords

live stream transcription API, real-time transcription, streaming speech-to-text, live stream transcript, live stream monitoring API, real-time speech recognition

Long-Tail Keywords

transcribe YouTube live stream API, real-time Twitch transcription, live stream caption generator API, streaming content transcription service, automated live stream monitoring, earnings call transcription API, live event speech extraction, multi-platform live captioning pipeline, real-time broadcast intelligence

Industry Terms

speech-to-text, real-time transcription, stream analytics, content monitoring, accessibility compliance, NLP pipeline, conversational AI training data


Trust & Certifications

  • Enterprise Ready - Continuous monitoring with 99.9% uptime
  • GDPR Compliant - EU data protection standards
  • 1000+ Platforms - Universal streaming platform support
  • Regular Updates - Continuous maintenance for platform changes

Data Rights & Usage

All data extracted by this actor originates from publicly accessible live streams. Users are responsible for ensuring their use of transcribed content complies with applicable copyright laws and platform terms of service.

Privacy Compliance

  • GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
  • CCPA: Compliant with California Consumer Privacy Act requirements.

Platform Terms of Service

Users must review and comply with each streaming platform's Terms of Service when using transcribed content. This tool accesses only publicly available live broadcasts.

Enterprise Support

For enterprise licensing, custom integrations, or compliance inquiries:


Jobs & Hiring

LinkedIn

Reddit

Telegram

Instagram

X / Twitter

TikTok

Video & Content

YouTube

Real Estate

Maps & Local


Support & Community


Last Updated: April 21, 2026