# Balance desc Tronscan Top Accounts

**Use case:** 

Extract Tronscan Top Accounts data filtered by Balance desc. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "sort": "-balance",
  "maxItems": 10
}
```

## Output

```json
{
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "balance": {
    "label": "🔹 balance",
    "format": "text"
  },
  "totalTransactionCount": {
    "label": "🔹 totalTransactionCount",
    "format": "text"
  },
  "accountType": {
    "label": "🔹 accountType",
    "format": "text"
  },
  "tag": {
    "label": "🔹 tag",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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