
Loom Video Scraper
Pricing
$2.00/month + usage

Loom Video Scraper
🎥 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
url
arrayOptional
List of Loom share URLs. Supports both individual videos and 📁 folders:
Individual Videos:
- https://www.loom.com/share/VIDEO_ID
- VIDEO_ID (32-character hex string)
Folders:
- https://www.loom.com/share/folder/FOLDER_ID
- FOLDER_ID (32-character hex string)
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
downloadVideo
booleanOptional
🎬 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
downloadTranscript
booleanOptional
📁 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
outputFormat
EnumOptional
🎯 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
includeAccountVideos
booleanOptional
📚 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
videoSortOrder
EnumOptional
Value options:
"DESC": string"ASC": string
Default value of this property is "ASC"
📅 Start Date
startDate
stringOptional
Select the earliest upload date to include. Default is when Loom was likely active.
📧 Email (optional)
email
stringOptional
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)
password
stringOptional
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)
customCookies
arrayOptional
Method 2: Import Browser Session 🍪
Copy cookies from your browser to access private content.
🔄 How Authentication Works:
Priority Order:
- Email + Password (if provided) → Automatic login
- Browser Cookies (if login fails or no credentials)
- No Authentication → Public content only
📋 Getting Your Cookies:
Easy Method - Copy Cookies Extension:
- Install: Copy Cookies Extension
- Go to loom.com and log in
- Click the extension → Copy as JSON
- Paste here
Alternative - Cookie-Editor:
- Install: Cookie-Editor
- Go to loom.com and log in
- Open extension → Export → JSON format
- Paste here
Default value of this property is []