Loom Transcript Scraper avatar
Loom Transcript Scraper

Pricing

$5.00/month + usage

Go to Store
Loom Transcript Scraper

Loom Transcript Scraper

Developed by

Scraper Mind

Scraper Mind

Maintained by Community

Effortlessly extract transcripts from public Loom videos with Loom Transcript Scraper. Get structured JSON output with timestamps, metadata, and proxy supportβ€”ideal for creators, analysts, and researchers. Perfect for analysis or repurposing content.

0.0 (0)

Pricing

$5.00/month + usage

1

4

2

Last modified

2 months ago

Loom Transcript Scraper πŸŽ₯

Loom Transcript Scraper is your reliable solution for extracting transcripts from public Loom videos with ease. Designed for content creators, researchers, and educators, this tool simplifies Loom video data extraction into structured JSON formatβ€”perfect for further processing, search indexing, or analysis.


πŸ”‘ Key Features

FeatureBenefit
βœ… Loom URL SupportWorks with all standard Loom video share links
βœ… Smart Proxy HandlingAutomatically retries with Apify proxies if Loom blocks requests
βœ… Structured OutputExtracts transcripts with timestamps and video metadata
βœ… Simple Input FormatEasily specify a list of Loom video URLs in input.json
βœ… Fast & ReliableScrapes and parses transcripts efficiently using Puppeteer or similar logic
βœ… Timestamped TranscriptEach line of dialogue includes accurate timing information

πŸ“ Input

{
"proxyConfiguration": {
"useApifyProxy": false
},
"startUrls": [
{
"url": "https://www.loom.com/share/e41353f2fe1c43eba6c6829693e0f2c5"
}
]
}

Input Fields

KeyTypeDescription
startUrlsarrayA list of Loom video URLs to extract transcripts from
proxyConfigurationobjectProxy settings. If useApifyProxy is false, fallback logic applies to use datacenter then residential proxies

πŸ“€ Output

The output is saved to the default dataset and includes the following structure per video:

{
"url": "https://www.loom.com/share/...",
"video_id": "abc123",
"transcript": [
{
"start": 1.14,
"value": "Transcript text here..."
},
...
],
"transcript_count": 17,
"status": true,
"timestamp": "2025-05-31T16:13:26.116760"
}

Output Fields

FieldDescription
urlOriginal Loom video URL
video_idExtracted Loom video ID
transcriptArray of transcript entries with start time and value
transcript_countTotal number of transcript blocks extracted
statustrue if extraction was successful
timestampTimestamp when the scraping was performed

πŸ’‘ Use Cases

  • πŸŽ“ Course Creators – Repurpose your video lessons into blog posts or subtitles
  • πŸ“Š Content Analysts – Analyze speaker patterns or generate insights from interviews
  • ✍️ Writers & Bloggers – Extract and reuse ideas shared in Looms for written content
  • πŸ“š Researchers – Archive or study communication patterns or remote work culture

🀝 Support & Feature Requests

Need help or have an idea to improve the actor?

  • πŸ› οΈ Bug Reports: Please submit an issue with the video URL and error message.
  • πŸ’‘ Feature Requests: Want support for bulk export, subtitle formatting, speaker identification, or something else? Let us know!
  • πŸ“§ Contact: Reach out via scrapermindapi@gmail.com.

Your feedback helps us improve!