# DeFiLlama Protocols TVL Data Export

**Use case:** 

Data Export of DeFiLlama Protocols TVL. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "category": "Dexes"
}
```

## Output

```json
{
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "chain": {
    "label": "⛓️ Chain",
    "format": "text"
  },
  "chains": {
    "label": "⛓️ Chains",
    "format": "array"
  },
  "tvl": {
    "label": "💰 TVL",
    "format": "number"
  },
  "change_1d": {
    "label": "📈 Change 1d",
    "format": "number"
  },
  "change_7d": {
    "label": "📊 Change 7d",
    "format": "number"
  },
  "mcap": {
    "label": "🏆 Market Cap",
    "format": "number"
  },
  "symbol": {
    "label": "🪙 Token",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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