# SNB Swiss National Bank Cubes Data Export

**Use case:** 

Data Export of SNB Swiss National Bank Cubes. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "cubeId": "devkua"
}
```

## Output

```json
{
  "cubeId": {
    "label": "cubeId",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "unit": {
    "label": "unit",
    "format": "text"
  },
  "lastUpdate": {
    "label": "lastUpdate",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SNB Swiss National Bank Cubes Scraper](https://apify.com/parseforge/snb-switzerland-cubes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/snb-switzerland-cubes-scraper) to learn more, explore other use cases, and run it yourself.