# Find Slack n8n nodes and integrations

**Use case:** 

Search the public n8n node directory for Slack integrations, triggers, packages, categories, and detail URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://n8n.io/integrations/"
    }
  ],
  "search": "slack",
  "nodeType": "all",
  "maxItems": 50
}
```

## Output

```json
{
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "packageName": {
    "label": "Package name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "isCoreNode": {
    "label": "Core node",
    "format": "boolean"
  },
  "isTrigger": {
    "label": "Trigger",
    "format": "boolean"
  },
  "isCommunityNode": {
    "label": "Community",
    "format": "boolean"
  },
  "mostPopular": {
    "label": "Most popular",
    "format": "boolean"
  },
  "popularity": {
    "label": "Popularity",
    "format": "number"
  },
  "createdAt": {
    "label": "Created at",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "link"
  },
  "aliases": {
    "label": "Aliases",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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