
Zoom Archive Pro
Pricing
$4.99/month + usage

Zoom Archive Pro
Transform Zoom recordings into organized, downloadable archives. Extract videos, transcripts & metadata from meetings, events & clips. Intelligent processing with multi-format support for education, business compliance & content repurposing.
4.9 (9)
Pricing
$4.99/month + usage
9
9
9
Last modified
a day ago
🔗 Zoom Recording URLs
zoom_urls
arrayRequired
📋 List of Zoom recording URLs to process. Supports both regular Zoom meeting recordings (zoom.us/rec/) and Zoom Events (events.zoom.us). Each URL will be processed individually and results stored separately.
Default value of this property is [{"url":"https://www.zoom.us/clips/share/JPZkgJFuQnesSFxNMYeLaw"}]
⬇️ Download Video Files
download_videos
booleanOptional
🎬 When enabled, downloads the actual MP4 video files and stores them in Apify's key-value store. When disabled, only extracts metadata (title, duration, file size, etc.) without downloading the video content. Useful for fast metadata extraction or when storage space is limited.
Default value of this property is false
📝 Download Transcript Files
downloadTranscript
booleanOptional
Enable this option to store transcript files in Apify storage for download.
Default value of this property is false
📄 Transcript Download Format
outputFormat
EnumOptional
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.
Value options:
"srt": string"vtt": string"txt": string"xml": string
Default value of this property is "srt"