# Defillama Yields Pools sample export

**Use case:** 

Run a ready-made Defillama Yields Pools example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: defillama-yields-poo

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "count": {
    "label": "Count",
    "format": "number"
  },
  "mu": {
    "label": "Mu",
    "format": "text"
  },
  "apy": {
    "label": "Apy",
    "format": "text"
  },
  "pool": {
    "label": "Pool",
    "format": "text"
  },
  "chain": {
    "label": "Chain",
    "format": "text"
  },
  "sigma": {
    "label": "Sigma",
    "format": "text"
  },
  "ilrisk": {
    "label": "Ilrisk",
    "format": "text"
  },
  "tvlusd": {
    "label": "Tvlusd",
    "format": "text"
  },
  "apybase": {
    "label": "Apybase",
    "format": "text"
  },
  "outlier": {
    "label": "Outlier",
    "format": "text"
  },
  "project": {
    "label": "Project",
    "format": "text"
  },
  "apypct1d": {
    "label": "Apypct1D",
    "format": "text"
  },
  "apypct7d": {
    "label": "Apypct7D",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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