X (Twitter) Transcript Extractor avatar

X (Twitter) Transcript Extractor

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
X (Twitter) Transcript Extractor

X (Twitter) Transcript Extractor

Under maintenance

๐Ÿฆ Convert any X (Twitter) video or recorded Space to text. Extract transcripts with timestamps. Outputs JSON, SRT, or plain text. Supports Spaces up to 1 hour. Speech-to-text powered. 14+ languages. No login needed.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Scriptbase

Scriptbase

Maintained by Community

Actor stats

1

Bookmarked

101

Total users

6

Monthly active users

6 days ago

Last modified

Share

Extract transcripts from any X (Twitter) video or recorded Space. Paste a URL, get back timestamped text -- ready for repurposing, analysis, or translation.

Works with any public video. No login required.

What it does

  1. You provide an X video or Space URL.
  2. The actor extracts the transcript.
  3. You get back structured text with timestamps -- in JSON, plain text, SRT, or VTT.

Key features

  • Multi-language -- see supported languages below.
  • 4 output formats -- JSON with timestamps, plain text, SRT subtitles, or WebVTT.
  • Timestamped segments -- every line with precise start/end times, plus video duration and full text.
  • X Spaces -- transcribe recorded Spaces (up to 1 hour).
  • Fast on repeat lookups -- recently extracted videos return from cache in milliseconds.
  • No login required.

Supported languages

CodeLanguage
enEnglish
esSpanish
frFrench
deGerman
ptPortuguese
itItalian
nlDutch
jaJapanese
koKorean
zhChinese
arArabic
ruRussian
trTurkish
hiHindi

Input

FieldTypeDefaultDescription
urlstring(required)X (Twitter) video or Space URL
languagestring"auto"Preferred language (ISO 639-1) or "auto"
formatstring"json""json", "text", "srt", or "vtt"

Supported URLs

https://x.com/user/status/1234567890
https://twitter.com/user/status/1234567890
https://x.com/i/spaces/1eaKbNZvYQbKX

Output example

When format is json, the dataset row looks like this:

{
"url": "https://x.com/user/status/1234567890",
"platform": "twitter",
"language": "en",
"duration_sec": 120,
"segments": [
{ "start": 0.0, "end": 3.5, "text": "..." },
{ "start": 3.5, "end": 7.2, "text": "..." }
],
"full_text": "..."
}

When format is text, srt, or vtt, the formatted transcript is written to the actor's key-value store under the OUTPUT key.

When extraction fails, you get a clear error in the dataset:

{
"error": "NOT_FOUND",
"message": "No transcript available for this video."
}

Error codes

CodeMeaning
INVALID_FORMATformat was not one of json/text/srt/vtt
BAD_REQUESTThe URL was malformed or rejected by the transcript operation
UNSUPPORTED_PLATFORMNo transcript operation serves this URL's platform
UNAUTHORIZEDThe actor's ScriptBase key is missing, invalid, or revoked
INSUFFICIENT_CREDITSThe ScriptBase account behind this actor is out of credits
NOT_FOUNDThe video is private, removed, or has no extractable transcript
UPSTREAM_FAILEDEvery transcript source failed -- retry shortly
RATE_LIMITEDToo many requests -- retry after a short delay
TIMEOUTExtraction took longer than the actor's poll budget
INTERNAL_ERRORUnexpected error during extraction

Use cases

  • Content repurposing -- turn X videos and Spaces into blog posts, newsletters, or social media captions.
  • Accessibility -- generate subtitles for videos that don't have them.
  • Research & analysis -- analyze what creators, journalists, and brands are saying.
  • Podcast transcription -- transcribe recorded X Spaces for archival or distribution.
  • Translation -- get text for translating X content into other languages.
  • Dataset building -- collect transcripts for training, analysis, or archival.

Integrations

Use this actor with the Apify API or connect it to your workflow:

  • Python -- apify_client.actor("your-actor-id").call(run_input={"url": "..."})
  • JavaScript -- await client.actor("your-actor-id").call({url: "..."})
  • Zapier / Make / n8n -- trigger on new videos and get transcripts automatically.
  • Webhooks -- get notified when a transcript is ready.

FAQ

Does this need an X account? No. Works with any public video or recorded Space, no login needed.

Does it work with X Spaces? Yes. Recorded Spaces (up to 1 hour) are supported. Use the Space URL format: https://x.com/i/spaces/[spaceId].

Which languages work? See the supported languages table above.

Can I process multiple videos? Yes. Call the actor via the Apify API or use integrations (Zapier, Make, n8n) to process videos in a loop.

What does it cost? Pricing is per transcribed minute (1 minute = 1 charge unit, minimum 1), so you pay only for the audio actually processed โ€” and failed extractions cost nothing. The exact per-minute price is shown on this actor's Apify Store page.