# DIA Crypto Oracle Large Caps Price Scraper

**Use case:** 

Scrape DIA oracle prices for BNB, XRP, and ADA with USD price, prior-day price, 24h volume, blockchain, and timestamp. Export to JSON or CSV.

## Input

```json
{
  "symbols": [
    "BNB",
    "XRP",
    "ADA"
  ],
  "maxItems": 5
}
```

## Output

```json
{
  "symbol": {
    "label": "🏷 Symbol",
    "format": "text"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "blockchain": {
    "label": "⛓ Blockchain",
    "format": "text"
  },
  "address": {
    "label": "🔑 Address",
    "format": "text"
  },
  "priceUsd": {
    "label": "💲 Price USD",
    "format": "number"
  },
  "priceYesterdayUsd": {
    "label": "📉 Prior Day USD",
    "format": "number"
  },
  "volumeYesterdayUsd": {
    "label": "📊 24h Volume USD",
    "format": "number"
  },
  "source": {
    "label": "🛰 Source",
    "format": "text"
  },
  "time": {
    "label": "📅 Quote Time",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DIA Crypto Price Oracle Scraper](https://apify.com/parseforge/dia-crypto-oracle-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dia-crypto-oracle-scraper) to learn more, explore other use cases, and run it yourself.