# Extract n8n Google Sheets automation nodes

**Use case:** 

Monitor n8n Google Sheets integration documentation and node operations for workflow planning.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://n8n.io/integrations/google-sheets/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "displayName": {
    "label": "Name",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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