# Find the Asana Slack Integration

**Use case:** 

Find Slack in the public Asana Apps Directory. Get its name, Asana page, description, categories, partner details, and icon link.

## Input

```json
{
  "target": "search",
  "query": "Slack",
  "maxItems": 25
}
```

## Output

```json
{
  "name": {
    "label": "App name",
    "format": "string"
  },
  "url": {
    "label": "Asana app page",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "featuredCollections": {
    "label": "Featured collections",
    "format": "array"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "partnerTiers": {
    "label": "Partner tiers",
    "format": "array"
  },
  "isPremiumPartner": {
    "label": "Premium partner",
    "format": "boolean"
  },
  "iconUrl": {
    "label": "App icon URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Asana Apps Scraper - Project Management Integrations](https://apify.com/maximedupre/asana-apps) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/asana-apps) to learn more, explore other use cases, and run it yourself.