# CBOE US Options Daily Volume Full Export

**Use case:** 

Full Export of CBOE US Options Daily Volume. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "date": "2024-06-28",
  "maxItems": 500
}
```

## Output

```json
{
  "symbol": {
    "label": "🔣 Symbol",
    "format": "text"
  },
  "exchange": {
    "label": "🏛️ Exchange",
    "format": "text"
  },
  "total_volume": {
    "label": "📊 Total Volume",
    "format": "text"
  },
  "call_volume": {
    "label": "📈 Call Volume",
    "format": "text"
  },
  "put_volume": {
    "label": "📉 Put Volume",
    "format": "text"
  },
  "put_call_ratio": {
    "label": "⚖️ P/C Ratio",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CBOE US Options Daily Volume Scraper](https://apify.com/parseforge/cboe-options-volume-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cboe-options-volume-scraper) to learn more, explore other use cases, and run it yourself.