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

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

4 days 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!