# Aave DefiLlama Protocols

**Use case:** 

Explore aave with DefiLlama Protocols Scraper - DeFi TVL and Chains. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "aave",
  "maxResults": 3
}
```

## Output

```json
{
  "protocol_id": {
    "label": "Protocol Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "primary_chain": {
    "label": "Primary Chain",
    "format": "text"
  },
  "chains": {
    "label": "Chains",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "tvl": {
    "label": "Tvl",
    "format": "number"
  },
  "change_1d": {
    "label": "Change 1D",
    "format": "text"
  },
  "change_7d": {
    "label": "Change 7D",
    "format": "text"
  },
  "market_cap": {
    "label": "Market Cap",
    "format": "number"
  },
  "logo_url": {
    "label": "Logo Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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