# All Centrifuge Pools

**Use case:** 

Extract Centrifuge Pools data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "status": "all"
}
```

## Output

```json
{
  "poolId": {
    "label": "🆔 Pool ID",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "assetClass": {
    "label": "🏛️ Asset Class",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "valueLocked": {
    "label": "💎 Value Locked",
    "format": "number"
  },
  "apy": {
    "label": "📈 APY",
    "format": "number"
  },
  "nav": {
    "label": "📐 NAV",
    "format": "number"
  },
  "tranches": {
    "label": "🧱 Tranches",
    "format": "number"
  },
  "issuer": {
    "label": "🏢 Issuer",
    "format": "text"
  },
  "status": {
    "label": "📌 Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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