# Ethereum Aave V3 Markets

**Use case:** 

Extract Aave V3 Markets data filtered by Ethereum. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "market": "proto_mainnet_v3"
}
```

## Output

```json
{
  "symbol": {
    "label": "🔤 Symbol",
    "format": "text"
  },
  "market": {
    "label": "🏪 Market",
    "format": "text"
  },
  "totalSupply": {
    "label": "📦 Total Supply",
    "format": "number"
  },
  "supplyApy": {
    "label": "📈 Supply APY",
    "format": "number"
  },
  "borrowApy": {
    "label": "📉 Borrow APY",
    "format": "number"
  },
  "utilization": {
    "label": "⚙️ Utilization",
    "format": "number"
  },
  "ltv": {
    "label": "💱 LTV",
    "format": "number"
  },
  "liquidationThreshold": {
    "label": "🛑 Liquidation Threshold",
    "format": "number"
  },
  "reserveFactor": {
    "label": "💼 Reserve Factor",
    "format": "number"
  },
  "availableLiquidity": {
    "label": "💧 Available Liquidity",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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