# Slack Marketplace Monitor

**Use case:** 

Monitor Slack Marketplace apps across categories with vendor, pricing, support, privacy, and permission metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://slack.com/marketplace"
    }
  ],
  "query": "crm",
  "maxItems": 250,
  "enrichDetails": true,
  "crawlCategories": true,
  "requestDelayMs": 250
}
```

## Output

```json
{
  "appName": {
    "label": "App"
  },
  "appId": {
    "label": "App ID"
  },
  "shortDescription": {
    "label": "Description"
  },
  "developerName": {
    "label": "Developer"
  },
  "categoryNames": {
    "label": "Categories"
  },
  "pricingInfo": {
    "label": "Pricing"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "supportUrl": {
    "label": "Support"
  },
  "appUrl": {
    "label": "Slack URL"
  },
  "detailEnriched": {
    "label": "Detail enriched"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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