# PEPE pool search on GeckoTerminal

**Use case:** 

Search GeckoTerminal pools for PEPE and export matching pool names, networks, DEXes, prices, liquidity, and volume.

## Input

```json
{
  "mode": "searchPools",
  "network": "solana",
  "searchQuery": "PEPE",
  "tokenAddresses": [],
  "poolAddress": "",
  "ohlcvTimeframe": "day",
  "ohlcvAggregate": 1,
  "ohlcvLimit": 10,
  "maxResults": 20,
  "maxPages": 1
}
```

## Output

```json
{
  "poolName": {
    "label": "Pool",
    "format": "text"
  },
  "baseTokenSymbol": {
    "label": "Base Token",
    "format": "text"
  },
  "network": {
    "label": "Network",
    "format": "text"
  },
  "dex": {
    "label": "DEX",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "priceChange24h": {
    "label": "24h Change %",
    "format": "number"
  },
  "volume24h": {
    "label": "24h Volume",
    "format": "number"
  },
  "liquidityUsd": {
    "label": "Liquidity (USD)",
    "format": "number"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "number"
  },
  "fdv": {
    "label": "FDV",
    "format": "number"
  },
  "buys24h": {
    "label": "24h Buys",
    "format": "number"
  },
  "sells24h": {
    "label": "24h Sells",
    "format": "number"
  },
  "poolAddress": {
    "label": "Pool Address",
    "format": "text"
  },
  "geckoTerminalUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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