# Btc 🪙 Nomics Cryptocurrency Market Data

**Use case:** 

Extract 🪙 Nomics Cryptocurrency Market Data data filtered by btc. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "vsCurrency": "btc",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "symbol": {
    "label": "🔖 Symbol",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  },
  "marketCap": {
    "label": "💰 Market Cap",
    "format": "number"
  },
  "volume24h": {
    "label": "📊 24h Volume",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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