# Rank CoinMarketCap Crypto Prices & Market Data

**Use case:** 

Extract CoinMarketCap Crypto Prices & Market Data data filtered by Rank. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortBy": "rank",
  "sortOrder": "desc",
  "cryptoType": "all",
  "convertCurrency": "USD"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "percentChange24h": {
    "label": "24h %",
    "format": "number"
  },
  "percentChange7d": {
    "label": "7d %",
    "format": "number"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "number"
  },
  "volume24h": {
    "label": "Volume 24h",
    "format": "number"
  },
  "circulatingSupply": {
    "label": "Circulating Supply",
    "format": "number"
  },
  "dominance": {
    "label": "Dominance %",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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