# Solana Birdeye Trending Tokens

**Use case:** 

Extract detailed pricing and market info on the top 50 trending tokens on the Solana blockchain from Birdeye.so.

## Input

```json
{
  "maxResults": 50,
  "chain": "solana",
  "timeFrame": "4h",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "logo": {
    "label": "Logo",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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