# DappRadar dApp Rankings Latest Results

**Use case:** 

Latest Results of DappRadar dApp Rankings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "rank": {
    "label": "#️⃣ Rank",
    "format": "number"
  },
  "chains": {
    "label": "⛓ Chains",
    "format": "text"
  },
  "balance": {
    "label": "💰 Balance",
    "format": "number"
  },
  "tokenPrice": {
    "label": "💲 Token",
    "format": "number"
  },
  "tokenChange": {
    "label": "📈 Change",
    "format": "text"
  },
  "volume": {
    "label": "💎 Volume",
    "format": "number"
  },
  "volumeChange": {
    "label": "📈 Vol Change",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DappRadar dApp Rankings Scraper](https://apify.com/parseforge/dappradar-rankings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dappradar-rankings-scraper) to learn more, explore other use cases, and run it yourself.