# Zoom App Marketplace permissions audit

**Use case:** 

Audit public Zoom App Marketplace permissions, developer facts, support links, and OAuth scopes for known app IDs or listing URLs.

## Input

```json
{
  "browseAllApps": false,
  "searchQueries": [
    "zoom"
  ],
  "appTargets": [
    "PN3rVBK6R0aXBU5Fw2i6aQ",
    "https://marketplace.zoom.us/apps/Y72-b02VQjKiZT0O6gt0jQ"
  ],
  "usage": "ALL",
  "fedRampOnly": false,
  "essentialAppsOnly": false,
  "maxItems": 2
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "string"
  },
  "zoomProducts": {
    "label": "Zoom products",
    "format": "array"
  },
  "usage": {
    "label": "Usage",
    "format": "string"
  },
  "fedRampAuthorized": {
    "label": "FedRAMP authorized",
    "format": "boolean"
  },
  "essentialApp": {
    "label": "Essential App",
    "format": "boolean"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "object"
  },
  "rank": {
    "label": "Product rank",
    "format": "object"
  },
  "permissions": {
    "label": "Permissions",
    "format": "object"
  }
}
```

## About this Actor

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