# Slack Intercom integration monitor

**Use case:** 

Monitor Slack-related Intercom App Store integrations and export app metadata for partnership workflows.

## Input

```json
{
  "maxItems": 50,
  "includeAllApps": false,
  "searchQueries": [
    "slack"
  ],
  "categories": [
    "analytics",
    "crm"
  ],
  "includeCategoryRecords": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "recordId": {
    "label": "Record ID"
  },
  "name": {
    "label": "Name"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "builtBy": {
    "label": "Built by"
  },
  "pricingModel": {
    "label": "Pricing model"
  },
  "installType": {
    "label": "Install type"
  },
  "categories": {
    "label": "Categories"
  },
  "capabilities": {
    "label": "Capabilities"
  },
  "developerHomepageUrl": {
    "label": "Developer homepage",
    "format": "link"
  },
  "installUrl": {
    "label": "Install URL",
    "format": "link"
  },
  "supportEmail": {
    "label": "Support email"
  },
  "documentationUrl": {
    "label": "Documentation URL",
    "format": "link"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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