# All types L2BEAT Rollup TVL

**Use case:** 

Extract L2BEAT Rollup TVL data filtered by All types. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "type": "",
  "category": "",
  "stage": "",
  "includeArchived": false
}
```

## Output

```json
{
  "name": {
    "label": "📌 Project",
    "format": "text"
  },
  "slug": {
    "label": "🔖 Slug",
    "format": "text"
  },
  "type": {
    "label": "🧱 Type",
    "format": "text"
  },
  "category": {
    "label": "🗂 Category",
    "format": "text"
  },
  "stage": {
    "label": "🏁 Stage",
    "format": "text"
  },
  "tvsTotal": {
    "label": "💰 TVS (USD)",
    "format": "number"
  },
  "tvsChange7d": {
    "label": "📈 7d Change",
    "format": "number"
  },
  "l2beatUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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