# Concentrated (CLMM) Raydium Solana Liquidity Pools

**Use case:** 

Extract Raydium Solana Liquidity Pools data filtered by Concentrated (CLMM). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "poolType": "concentrated",
  "sortField": "default",
  "sortType": "desc"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Pool",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "mintA": {
    "label": "🪙 Mint A",
    "format": "text"
  },
  "mintB": {
    "label": "🪙 Mint B",
    "format": "text"
  },
  "symbolA": {
    "label": "🏷️ Symbol A",
    "format": "text"
  },
  "symbolB": {
    "label": "🏷️ Symbol B",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "tvl": {
    "label": "💵 TVL",
    "format": "number"
  },
  "feeRate": {
    "label": "💸 Fee Rate",
    "format": "number"
  },
  "volume24h": {
    "label": "📊 Volume 24h",
    "format": "number"
  },
  "volume7d": {
    "label": "📈 Volume 7d",
    "format": "number"
  },
  "volume30d": {
    "label": "📈 Volume 30d",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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