# DeFi Protocols TVL and Yields on Ethereum

**Use case:** 

Extract TVL and yield data for DeFi protocols on Ethereum.

## Input

```json
{
  "maxProtocols": 30,
  "mode": "protocols",
  "category": "Dexes",
  "chain": "Ethereum",
  "minTvl": 100000,
  "sort": "tvl"
}
```

## Output

```json
{
  "name": {
    "label": "Protocol"
  },
  "category": {
    "label": "Category"
  },
  "chains": {
    "label": "Chains"
  },
  "tvl": {
    "label": "TVL (USD)"
  },
  "change1d": {
    "label": "1d %"
  },
  "change7d": {
    "label": "7d %"
  },
  "staking": {
    "label": "Staked (USD)"
  },
  "mcap": {
    "label": "Market Cap"
  },
  "mcaptvl": {
    "label": "Mcap/TVL"
  },
  "symbol": {
    "label": "Token"
  },
  "oracles": {
    "label": "Oracles"
  },
  "url": {
    "label": "Website"
  }
}
```

## About this Actor

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