# Search pools by query GeckoTerminal DEX Pools

**Use case:** 

Extract GeckoTerminal DEX Pools data filtered by Search pools by query. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "search",
  "searchQuery": "PEPE",
  "network": "eth",
  "maxItems": 10
}
```

## Output

```json
{
  "poolName": {
    "label": "📌 Pool",
    "format": "text"
  },
  "dexName": {
    "label": "🔁 DEX",
    "format": "text"
  },
  "network": {
    "label": "⛓ Network",
    "format": "text"
  },
  "baseTokenPriceUsd": {
    "label": "💲 Base Price USD",
    "format": "text"
  },
  "fdvUsd": {
    "label": "📊 FDV USD",
    "format": "text"
  },
  "marketCapUsd": {
    "label": "🏦 Market Cap USD",
    "format": "text"
  },
  "reserveUsd": {
    "label": "💧 Reserve USD",
    "format": "text"
  },
  "volumeUsd24h": {
    "label": "📈 Volume 24h",
    "format": "text"
  },
  "priceChange24h": {
    "label": "🔺 Change 24h %",
    "format": "text"
  },
  "buys24h": {
    "label": "🟢 Buys 24h",
    "format": "number"
  },
  "sells24h": {
    "label": "🔴 Sells 24h",
    "format": "number"
  },
  "poolAddress": {
    "label": "🔗 Pool Address",
    "format": "text"
  },
  "poolCreatedAt": {
    "label": "🕓 Created",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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