# Daily Revenue DeFiLlama Fees and Revenue

**Use case:** 

Extract DeFiLlama Fees and Revenue data filtered by Daily Revenue. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "dataType": "dailyRevenue"
}
```

## Output

```json
{
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "total24h": {
    "label": "💰 24h",
    "format": "number"
  },
  "total7d": {
    "label": "📊 7d",
    "format": "number"
  },
  "total30d": {
    "label": "📈 30d",
    "format": "number"
  },
  "change_1d": {
    "label": "📈 Change 1d",
    "format": "number"
  },
  "dailyRevenue": {
    "label": "💵 Daily Revenue",
    "format": "number"
  },
  "chains": {
    "label": "⛓️ Chains",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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