# Token Coinpaprika Coins List

**Use case:** 

Extract Coinpaprika Coins List data filtered by Token. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "coinType": "token"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Id",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "symbol": {
    "label": "🪙 Symbol",
    "format": "text"
  },
  "rank": {
    "label": "🏆 Rank",
    "format": "number"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "isActive": {
    "label": "🟢 Active",
    "format": "boolean"
  },
  "isNew": {
    "label": "🆕 New",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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