# Zoom Marketplace Permissions Monitor

**Use case:** 

Track Zoom Marketplace app scopes, permissions, privacy links, and category changes for SaaS security review.

## Input

```json
{
  "searchTerms": [
    "calendar",
    "crm",
    "transcription"
  ],
  "startUrls": [
    {
      "url": "https://marketplace.zoom.us/apps"
    }
  ],
  "categories": [
    "productivity",
    "ai-apps"
  ],
  "maxItems": 250,
  "includeDetails": true
}
```

## Output

```json
{
  "appId": {
    "label": "App ID"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publisher": {
    "label": "Publisher"
  },
  "shortDescription": {
    "label": "Short description"
  },
  "categories": {
    "label": "Categories"
  },
  "pricing": {
    "label": "Pricing"
  },
  "monetized": {
    "label": "Monetized"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "supportedProducts": {
    "label": "Supported products"
  },
  "worksIn": {
    "label": "Works in"
  },
  "applicationType": {
    "label": "Application type"
  },
  "developerType": {
    "label": "Developer type"
  },
  "usage": {
    "label": "Usage"
  },
  "scopes": {
    "label": "OAuth scopes"
  },
  "permissions": {
    "label": "Permissions"
  },
  "installSupported": {
    "label": "Install supported"
  },
  "canInstall": {
    "label": "Can install"
  },
  "documentationUrl": {
    "label": "Documentation",
    "format": "link"
  },
  "privacyUrl": {
    "label": "Privacy",
    "format": "link"
  },
  "supportUrl": {
    "label": "Support",
    "format": "link"
  },
  "termsUrl": {
    "label": "Terms",
    "format": "link"
  },
  "createdAt": {
    "label": "Created"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "sourcePage": {
    "label": "Source page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Zoom Marketplace Scraper](https://apify.com/automation-lab/zoom-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/zoom-marketplace-scraper) to learn more, explore other use cases, and run it yourself.