# Monitor Trending Tokens on DexScreener

**Use case:** 

Collect boosted and trending DexScreener tokens for market monitoring, watchlists, liquidity analysis, and crypto research dashboards.

## Input

```json
{
  "mode": "trending",
  "searchQueries": [],
  "tokenAddresses": [],
  "chain": "solana",
  "pairAddresses": [],
  "maxResults": 50
}
```

## Output

```json
{
  "tokenName": {
    "label": "Token Name",
    "format": "text"
  },
  "tokenSymbol": {
    "label": "Symbol",
    "format": "text"
  },
  "chainId": {
    "label": "Chain",
    "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"
  },
  "dexId": {
    "label": "DEX",
    "format": "text"
  },
  "pairAddress": {
    "label": "Pair Address",
    "format": "text"
  },
  "url": {
    "label": "DexScreener URL",
    "format": "link"
  }
}
```

## About this Actor

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