
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
You can access the Zoom Archive Pro programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youβll need an Apify account and your API token, found in Integrations settings in Apify Console.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "zoom_urls": [12 {13 "url": "https://zoom.us/rec/play/example"14 },15 {16 "url": "https://events.zoom.us/video/example"17 },18 {19 "url": "https://zoom.us/clips/embed/example"20 },21 {22 "url": "https://zoom.us/clips/share/example"23 },24 {25 "url": "https://www.zoom.us/clips/share/JPZkgJFuQnesSFxNMYeLaw"26 }27 ]28};29
30// Run the Actor and wait for it to finish31const run = await client.actor("dz_omar/zoom-archive-pro").call(input);32
33// Fetch and print Actor results from the run's dataset (if any)34console.log('Results from dataset');35console.log(`πΎ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);36const { items } = await client.dataset(run.defaultDatasetId).listItems();37items.forEach((item) => {38 console.dir(item);39});40
41// π Want to learn more π? Go to β https://docs.apify.com/api/client/js/docs
Zoom Video Downloader - Archive Meetings & Events API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use Zoom Archive Pro API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-client
Other API clients include: