# Slack CRM App Scraper

**Use case:** 

Scrape Slack CRM apps, vendor websites, support links, categories, pricing labels, and public Marketplace metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://slack.com/marketplace"
    }
  ],
  "query": "crm",
  "maxItems": 50,
  "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.