# Export Specific n8n Template Data

**Use case:** 

Directly fetch full schema details and node structures for specific high-performing n8n workflow IDs. Replicate best-practice enterprise integration patterns in

## Input

```json
{
  "mode": "getByIds",
  "query": "stripe",
  "category": "",
  "ids": [
    "1",
    "2",
    "18",
    "45",
    "102"
  ],
  "sortBy": "default",
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "creatorName": {
    "label": "Creator name"
  },
  "price": {
    "label": "Price"
  },
  "totalViews": {
    "label": "Total views"
  },
  "category": {
    "label": "Category"
  },
  "templateUrl": {
    "label": "Template url"
  }
}
```

## About this Actor

This example demonstrates how to use [Bubble Plugin Scraper](https://apify.com/crawlerbros/bubble-plugin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/bubble-plugin-scraper) to learn more, explore other use cases, and run it yourself.