# Bitcoin CoinPaprika Market

**Use case:** 

Explore bitcoin with CoinPaprika Market Scraper - Crypto Prices and Caps. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "bitcoin",
  "maxResults": 3
}
```

## Output

```json
{
  "coin_id": {
    "label": "Coin Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "circulating_supply": {
    "label": "Circulating Supply",
    "format": "number"
  },
  "total_supply": {
    "label": "Total Supply",
    "format": "number"
  },
  "max_supply": {
    "label": "Max Supply",
    "format": "number"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "text"
  },
  "price_usd": {
    "label": "Price Usd",
    "format": "number"
  },
  "volume_24h": {
    "label": "Volume 24H",
    "format": "number"
  },
  "market_cap_usd": {
    "label": "Market Cap Usd",
    "format": "number"
  },
  "percent_change_24h": {
    "label": "Percent Change 24H",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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