# Track New Boosted Tokens on DexScreener

**Use case:** 

Monitor the latest boosted token profiles on DexScreener. Get detailed data including price, market cap, and liquidity.

## Input

```json
{
  "mode": "boostedTokens",
  "sources": [
    "latest-profiles"
  ],
  "minBoostAmount": 0,
  "includeOrders": false,
  "enrichWithPairData": true,
  "queries": [],
  "matchSymbol": "",
  "exactSymbol": "",
  "maxPairsPerQuery": 0,
  "tokenAddresses": [],
  "chainId": "",
  "maxPairsPerToken": 0,
  "pairs": [],
  "useBatch": true,
  "skipHolders": false,
  "useProxy": true,
  "proxyGroups": [
    "RESIDENTIAL"
  ],
  "onlyChains": [],
  "onlyDexes": [],
  "minLiquidityUsd": 0,
  "minVolume24hUsd": 0,
  "maxConcurrency": 6
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "chainId": {
    "label": "Chain",
    "format": "string"
  },
  "baseTokenSymbol": {
    "label": "Symbol",
    "format": "string"
  },
  "boostTotalAmount": {
    "label": "Boost spend",
    "format": "number"
  },
  "priceUsd": {
    "label": "Price USD",
    "format": "number"
  },
  "liquidityUsd": {
    "label": "Liquidity USD",
    "format": "number"
  },
  "volumeH24": {
    "label": "Volume 24h",
    "format": "number"
  },
  "priceChangeH24": {
    "label": "24h change %",
    "format": "number"
  },
  "marketCap": {
    "label": "Market cap",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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