Loom Video Scraper avatar
Loom Video Scraper

Pricing

$2.00/month + usage

Go to Store
Loom Video Scraper

Loom Video Scraper

Developed by

dz_omar

dz_omar

Maintained by Community

🎥 Advanced Loom scraper that extracts & downloads videos, transcripts, and metadata from individual videos and entire 🗂️folders. Supports bulk operations, multiple formats (SRT, VTT, TXT, XML), and authentication. 📚 Ideal for content archiving and knowledge management.

5.0 (6)

Pricing

$2.00/month + usage

6

Total users

6

Monthly users

6

Runs succeeded

96%

Last modified

10 hours ago

🔗 Loom URLs

urlarrayOptional

List of Loom share URLs. Supports both individual videos and 📁 folders:

Individual Videos:

Folders:

Mixed Input: You can mix videos and folders in the same request.

Default value of this property is ["https://www.loom.com/share/5e0b6099bbe14fbabd47bcf81cc5d73f"]

🎞️ Download Video Files

downloadVideobooleanOptional

🎬 Download Video Files

Enable this option to download and store the actual video files:

  • Disabled (default): Only video metadata and transcript extracted
  • Enabled: Download MP4 video files to Apify storage

⚠️ Warning: Video files can be large and will consume significant storage space and bandwidth.

📁 Folder Support: When processing folders, this applies to all videos in the folder.

Default value of this property is false

📝 Download Transcript Files

downloadTranscriptbooleanOptional

📁 Download Transcript Files

Enable this option to store transcript files in Apify storage for download:

  • Disabled (default): Only clean text transcript included in results
  • Enabled: Store formatted transcript files in storage with download URLs

💡 Note: Clean text transcript is always included in the results regardless of this setting.

📁 Folder Support: When processing folders, this applies to all videos in the folder.

Default value of this property is false

📄 Transcript Download Format

outputFormatEnumOptional

🎯 Select Transcript Format (only applies if transcript download is enabled)

Choose the subtitle format for downloaded transcripts:

  • SubRip (SRT): Standard format compatible with most video players (default)
  • WebVTT (VTT): Web-friendly format with CSS styling support for HTML5 videos
  • Plain Text (TXT): Raw transcript text without timestamps
  • XML: Original structure with full metadata

💡 Recommendations:

  • Use SRT for general compatibility
  • Choose VTT for web embedding
  • Select TXT for NLP/text analysis
  • Keep XML for full technical details

📁 Folder Support: This format applies to all videos when processing folders.

Value options:

"srt": string"vtt": string"txt": string"xml": string

Default value of this property is "srt"

👤 Include My Account Videos

includeAccountVideosbooleanOptional

📚 Access Your Personal Loom Library

Enable this to automatically discover and process videos from your Loom account:

  • Disabled (default): Only process URLs provided above
  • Enabled: Scan your account for videos and include them in results

🔐 Authentication Required:

  • This feature ONLY works with proper authentication (email + password OR browser cookies)
  • Without authentication, this setting has no effect
  • If enabled but no authentication provided, only URL-based videos will be processed

📊 What You Get:

  • All videos from your account workspace
  • Video metadata, transcripts, and comments
  • Same download options apply (video files, transcripts)
  • Perfect for bulk analysis, backup, or content management

⚠️ Important Notes:

  • If your account has no videos, results will be empty
  • Large accounts may take longer to process
  • Respects your account's privacy settings

💡 Use Cases:

  • Backup all your Loom content
  • Analyze your video library
  • Bulk download transcripts for documentation
  • Content audit and management

Default value of this property is false

📅 Video Sort Order

videoSortOrderEnumOptional

🧭 Choose how to sort your videos

  • Newest to Oldest: Shows the most recently uploaded videos first
  • Oldest to Newest: Shows the earliest videos first

📝 This applies to how videos are listed when scraping folders or organizing downloads.

Value options:

"DESC": string"ASC": string

Default value of this property is "ASC"

📅 Start Date

startDatestringOptional

Select the earliest upload date to include. Default is when Loom was likely active.

📅 End Date

endDatestringOptional

Select the latest upload date to include. Defaults to today.

📧 Email (optional)

emailstringOptional

Method 1: Automatic Login 🎯

Your Loom account email for automatic login.

How it works: ✅ System logs in automatically 🍪 Creates fresh session cookies 🔄 If login fails → falls back to browser cookies below

💡 Leave empty to skip automatic login and use browser cookies instead.

🔑 Password (optional)

passwordstringOptional

Required only if using email above 🔒

Your Loom account password.

Security: Password is encrypted and deleted after use.

What happens:Login succeeds → You're authenticated ❌ Login fails → System tries browser cookies below ❌ Both fail → Only public content accessible

🍪 Browser Cookies (optional)

customCookiesarrayOptional

Method 2: Import Browser Session 🍪

Copy cookies from your browser to access private content.

🔄 How Authentication Works:

Priority Order:

  1. Email + Password (if provided) → Automatic login
  2. Browser Cookies (if login fails or no credentials)
  3. No Authentication → Public content only

📋 Getting Your Cookies:

Easy Method - Copy Cookies Extension:

  1. Install: Copy Cookies Extension
  2. Go to loom.com and log in
  3. Click the extension → Copy as JSON
  4. Paste here

Alternative - Cookie-Editor:

  1. Install: Cookie-Editor
  2. Go to loom.com and log in
  3. Open extension → Export → JSON format
  4. Paste here

Default value of this property is []