# Validiums and Optimiums L2Beat Rollups

**Use case:** 

Extract L2Beat Rollups data filtered by Validiums and Optimiums. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "tab": "validiumsAndOptimiums"
}
```

## Output

```json
{
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "tvl": {
    "label": "💎 TVL",
    "format": "number"
  },
  "stage": {
    "label": "🪜 Stage",
    "format": "text"
  },
  "type": {
    "label": "🧰 Type",
    "format": "text"
  },
  "purpose": {
    "label": "🎯 Purpose",
    "format": "text"
  },
  "daLayer": {
    "label": "📡 DA Layer",
    "format": "text"
  },
  "hostChain": {
    "label": "🌐 Host Chain",
    "format": "text"
  },
  "activityTps": {
    "label": "⚡ TPS",
    "format": "number"
  },
  "dailyOps": {
    "label": "📊 Daily Ops",
    "format": "number"
  },
  "risks": {
    "label": "⚠️ Risks",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [L2Beat Rollups Scraper](https://apify.com/parseforge/l2beat-rollups-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/l2beat-rollups-scraper) to learn more, explore other use cases, and run it yourself.