# Slack Productivity Apps Extractor

**Use case:** 

Extract Slack productivity app listings, descriptions, categories, vendor URLs, policy links, and permission signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://slack.com/marketplace/category/At0EFXUU6N-productivity"
    }
  ],
  "query": "crm",
  "maxItems": 100,
  "enrichDetails": true,
  "crawlCategories": false,
  "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.