# TVL (descending) DeFiLlama Yield Pools

**Use case:** 

Extract DeFiLlama Yield Pools data filtered by TVL (descending). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortBy": "tvlUsd"
}
```

## Output

```json
{
  "pool": {
    "label": "🆔 Pool",
    "format": "text"
  },
  "project": {
    "label": "🏢 Project",
    "format": "text"
  },
  "symbol": {
    "label": "🪙 Symbol",
    "format": "text"
  },
  "chain": {
    "label": "⛓️ Chain",
    "format": "text"
  },
  "tvlUsd": {
    "label": "💰 TVL USD",
    "format": "number"
  },
  "apy": {
    "label": "📈 APY",
    "format": "number"
  },
  "apyBase": {
    "label": "⚖️ APY Base",
    "format": "number"
  },
  "apyReward": {
    "label": "🎁 APY Reward",
    "format": "number"
  },
  "stablecoin": {
    "label": "🪙 Stablecoin",
    "format": "boolean"
  },
  "ilRisk": {
    "label": "⚠️ IL Risk",
    "format": "text"
  },
  "exposure": {
    "label": "🎯 Exposure",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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