# Drift Protocol Markets Full Export

**Use case:** 

Full Export of Drift Protocol Markets. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "symbolFilter": "SOL-PERP"
}
```

## Output

```json
{
  "symbol": {
    "label": "🎯 Symbol",
    "format": "text"
  },
  "base_volume": {
    "label": "📦 Base Volume",
    "format": "text"
  },
  "quote_volume": {
    "label": "💵 Quote Volume",
    "format": "text"
  },
  "last_price": {
    "label": "💲 Last Price",
    "format": "text"
  },
  "open_interest": {
    "label": "📊 Open Interest",
    "format": "text"
  },
  "funding_rate": {
    "label": "💰 Funding Rate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Drift Protocol Markets Scraper](https://apify.com/parseforge/drift-protocol-markets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/drift-protocol-markets-scraper) to learn more, explore other use cases, and run it yourself.