# Ethereum Morpho Blue Vaults

**Use case:** 

Extract Morpho Blue Vaults data filtered by Ethereum. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chainId": "1",
  "maxItems": 10,
  "orderBy": "TotalAssetsUsd"
}
```

## Output

```json
{
  "vaultName": {
    "label": "🏷️ Vault Name",
    "format": "text"
  },
  "asset": {
    "label": "💰 Asset",
    "format": "text"
  },
  "totalAssets": {
    "label": "💎 Total Assets",
    "format": "number"
  },
  "totalSupply": {
    "label": "📦 Total Supply",
    "format": "number"
  },
  "apy": {
    "label": "📈 APY",
    "format": "number"
  },
  "marketCount": {
    "label": "🧩 Market Count",
    "format": "number"
  },
  "curator": {
    "label": "🎨 Curator",
    "format": "text"
  },
  "fee": {
    "label": "💸 Fee",
    "format": "number"
  },
  "address": {
    "label": "🔗 Address",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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