# Defillama Stablecoins sample export

**Use case:** 

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

## Input

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

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "chains": {
    "label": "Chains",
    "format": "text"
  },
  "pegtype": {
    "label": "Pegtype",
    "format": "text"
  },
  "gecko_id": {
    "label": "Gecko Id",
    "format": "text"
  },
  "pricesource": {
    "label": "Pricesource",
    "format": "number"
  },
  "pegmechanism": {
    "label": "Pegmechanism",
    "format": "text"
  },
  "peggedusd": {
    "label": "Peggedusd",
    "format": "text"
  },
  "circulatingprevday_peggedusd": {
    "label": "Circulatingprevday Peggedusd",
    "format": "text"
  },
  "circulatingprevweek_peggedusd": {
    "label": "Circulatingprevweek Peggedusd",
    "format": "text"
  },
  "circulatingprevmonth_peggedusd": {
    "label": "Circulatingprevmonth Peggedusd",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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