# Ethereum Curve Finance Pools

**Use case:** 

Extract Curve Finance Pools data filtered by Ethereum. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chain": "ethereum",
  "registry": "all",
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "tokens": {
    "label": "🔹 tokens",
    "format": "text"
  },
  "virtualPrice": {
    "label": "🔹 virtualPrice",
    "format": "text"
  },
  "volumeUsd": {
    "label": "🔹 volumeUsd",
    "format": "text"
  },
  "tvlUsd": {
    "label": "🔹 tvlUsd",
    "format": "text"
  },
  "apy": {
    "label": "🔹 apy",
    "format": "text"
  },
  "poolType": {
    "label": "🔹 poolType",
    "format": "text"
  },
  "gauge": {
    "label": "🔹 gauge",
    "format": "text"
  },
  "fee": {
    "label": "🔹 fee",
    "format": "text"
  },
  "chain": {
    "label": "🔹 chain",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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