App Logo
loom.com

Get Loom video transcript

Fetch the full transcript of a Loom video from its share URL (or bare 32-char id). Returns title, owner, duration, language, timestamped segments, and the joined plain text. Works anonymously on link-shared videos; password-protected or private videos fail loudly, and videos without a transcript return an empty segments list.

Input

url required

Loom share URL (https://www.loom.com/share/<32-hex-id>, extra query params OK) or the bare 32-char video id

Output

text required

All segments joined with newlines

videoId required
segments required
title optional
language optional
createdAt optional
ownerName optional
durationSeconds optional
transcriptionStatus optional

Loom-side status, e.g. "success"; null when the video has no transcript

FAQ

Fetch the full transcript of a Loom video from its share URL (or bare 32-char id). Returns title, owner, duration, language, timestamped segments, and the joined plain text. Works anonymously on link-shared videos; password-protected or private videos fail loudly, and videos without a transcript return an empty segments list.
Required: url.
It returns text, title, videoId, language, segments, createdAt, ownerName, durationSeconds, transcriptionStatus.
No. It only uses pages of loom.com that are reachable without signing in.
It only reads. It looks things up on loom.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/loom.com/get_transcript, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/loom.com/get_transcript
It is part of Reduck's official curated catalogue.

Start building not clicking