# Any DeFiLlama Stablecoins

**Use case:** 

Extract DeFiLlama Stablecoins data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "pegType": "peggedUSD"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Id",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "symbol": {
    "label": "🪙 Symbol",
    "format": "text"
  },
  "pegType": {
    "label": "⚖️ Peg Type",
    "format": "text"
  },
  "pegMechanism": {
    "label": "🔧 Mechanism",
    "format": "text"
  },
  "circulating": {
    "label": "💰 Circulating",
    "format": "number"
  },
  "price": {
    "label": "💵 Price",
    "format": "number"
  },
  "chains": {
    "label": "⛓️ Chains",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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