# Ethereum Birdeye Trending Token

**Use case:** 

Extract Birdeye Trending Token data filtered by Ethereum. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chain": "ethereum",
  "sortBy": "v24hUSD",
  "sortType": "desc",
  "maxItems": 10
}
```

## Output

```json
{
  "address": {
    "label": "🆔 Address",
    "format": "text"
  },
  "symbol": {
    "label": "💠 Symbol",
    "format": "text"
  },
  "name": {
    "label": "📝 Name",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "text"
  },
  "volume24hUsd": {
    "label": "📊 Volume 24h",
    "format": "text"
  },
  "liquidity": {
    "label": "💧 Liquidity",
    "format": "text"
  },
  "marketCap": {
    "label": "🏦 Market Cap",
    "format": "text"
  },
  "chain": {
    "label": "⛓️ Chain",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Birdeye Trending Token Scraper](https://apify.com/parseforge/birdeye-token-trending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/birdeye-token-trending-scraper) to learn more, explore other use cases, and run it yourself.