# Slack app permissions and security

**Use case:** 

Review public Slack app permissions and security signals such as SSO, SAML, security contact, certification, and distribution flags.

## Input

```json
{
  "searchQueries": [],
  "categories": [
    "At0EFWTRA5-security-compliance"
  ],
  "appTargets": [],
  "pricingFilter": "",
  "maxItems": 25
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "appSlug": {
    "label": "App slug",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "pricingType": {
    "label": "Pricing type",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "supportedLanguages": {
    "label": "Supported languages",
    "format": "array"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "object"
  },
  "contact": {
    "label": "Contact",
    "format": "object"
  },
  "security": {
    "label": "Security",
    "format": "object"
  }
}
```

## About this Actor

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