# Search n8n AI Agent Workflow Templates

**Use case:** 

Find n8n workflow templates for AI agents with metadata, nodes, categories, creator details, views, and importable workflow JSON.

## Input

```json
{
  "searchQuery": "AI agent",
  "categories": [],
  "maxItems": 20,
  "includeWorkflowJson": true,
  "sortBy": "relevance",
  "pageSize": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "nodeCount": {
    "label": "Nodes",
    "format": "number"
  },
  "totalViews": {
    "label": "Views",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "creatorName": {
    "label": "Creator",
    "format": "text"
  },
  "templateUrl": {
    "label": "Template URL",
    "format": "link"
  }
}
```

## About this Actor

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