# Analyze Marketing n8n Workflows

**Use case:** 

Research public marketing automation workflows from the n8n marketplace, including nodes, integrations, categories, and creator data.

## Input

```json
{
  "mode": "scrape_and_analyze",
  "maxWorkflows": 25,
  "category": "Marketing",
  "generateMLData": false
}
```

## Output

```json
{
  "id": {
    "label": "Workflow ID",
    "format": "integer"
  },
  "name": {
    "label": "Workflow",
    "format": "string"
  },
  "totalViews": {
    "label": "Total views",
    "format": "integer"
  },
  "recentViews": {
    "label": "Recent views",
    "format": "integer"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "workflowCategories": {
    "label": "Categories",
    "format": "array"
  },
  "nodes": {
    "label": "Nodes",
    "format": "array"
  },
  "user": {
    "label": "Creator",
    "format": "object"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [n8n Workflow Marketplace Analyzer](https://apify.com/scraper_guru/n8n-marketplace-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraper_guru/n8n-marketplace-analyzer) to learn more, explore other use cases, and run it yourself.