# CryptoCompare Sort Order CryptoCompare Coin List

**Use case:** 

Extract CryptoCompare Coin List data filtered by CryptoCompare Sort Order. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortBy": "sortOrder"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "symbol": {
    "label": "🔣 Symbol",
    "format": "text"
  },
  "fullName": {
    "label": "📌 Full Name",
    "format": "text"
  },
  "algorithm": {
    "label": "⚙️ Algorithm",
    "format": "text"
  },
  "proofType": {
    "label": "🛡 Proof Type",
    "format": "text"
  },
  "sortOrder": {
    "label": "🔢 Sort Order",
    "format": "number"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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