# Bitvavo USDT Top Gainers Scraper

**Use case:** 

Find top Bitvavo USDT pairs by 24h change percent. Structured crypto gainer data for trading tools and dashboards.

## Input

```json
{
  "quoteCurrency": "USDT",
  "maxItems": 5,
  "sortBy": "changePercent"
}
```

## Output

```json
{
  "market": {
    "label": "Market",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "last": {
    "label": "Last",
    "format": "number"
  },
  "bid": {
    "label": "Bid",
    "format": "number"
  },
  "ask": {
    "label": "Ask",
    "format": "number"
  },
  "bidSize": {
    "label": "Bid Size",
    "format": "number"
  },
  "askSize": {
    "label": "Ask Size",
    "format": "number"
  },
  "open": {
    "label": "Open",
    "format": "number"
  },
  "high": {
    "label": "High",
    "format": "number"
  },
  "low": {
    "label": "Low",
    "format": "number"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  }
}
```

## About this Actor

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