# TON Jettons Full Export

**Use case:** 

Full Export of TON Jettons. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "symbolFilter": "USDT",
  "maxItems": 500
}
```

## Output

```json
{
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "symbol": {
    "label": "🔹 symbol",
    "format": "text"
  },
  "decimals": {
    "label": "🔹 decimals",
    "format": "text"
  },
  "image": {
    "label": "🔹 image",
    "format": "text"
  },
  "total_supply": {
    "label": "🔹 total_supply",
    "format": "text"
  },
  "holders_count": {
    "label": "🔹 holders_count",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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