# Popular Slack and Google Sheets n8n workflows

**Use case:** 

Find popular n8n workflow templates that combine Slack automation with Google Sheets, ready for research, comparison, and reuse.

## Input

```json
{
  "searchQueries": [
    "slack automation"
  ],
  "maxItems": 10,
  "categories": [],
  "integrations": [
    "Google Sheets"
  ],
  "sort": "popular",
  "includeWorkflowJson": false,
  "includeAuthorDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "templateId": {
    "label": "Template ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "templateDescription": {
    "label": "Description",
    "format": "text"
  },
  "totalViews": {
    "label": "Views",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "integrations": {
    "label": "Integrations",
    "format": "array"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "authorUrl": {
    "label": "Author URL",
    "format": "link"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [n8n Workflow Templates Scraper](https://apify.com/fetch_cat/n8n-workflow-templates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/n8n-workflow-templates-scraper) to learn more, explore other use cases, and run it yourself.