# Extract Top 200 Crypto Market Cap Data

**Use case:** 

Gather market capitalization data for the top 200 cryptocurrencies to analyze market dominance and potential growth areas. This insight supports portfolio manag

## Input

```json
{
  "mode": "screenCrypto",
  "market": "america",
  "tickers": [],
  "searchQuery": "AAPL",
  "sortBy": "market_cap_basic_desc",
  "sectors": [],
  "maxItems": 200
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "symbol": {
    "label": "Symbol"
  },
  "exchange": {
    "label": "Exchange"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "close": {
    "label": "Close"
  },
  "changePercent": {
    "label": "Change percent"
  },
  "marketCap": {
    "label": "Market cap"
  },
  "volume": {
    "label": "Volume"
  },
  "sector": {
    "label": "Sector"
  },
  "industry": {
    "label": "Industry"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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