# MEV Boost Relays Data Export

**Use case:** 

Data Export of MEV Boost Relays. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100
}
```

## Output

```json
{
  "relayName": {
    "label": "🔹 relayName",
    "format": "text"
  },
  "blocksProposed": {
    "label": "🔹 blocksProposed",
    "format": "text"
  },
  "marketShare": {
    "label": "🔹 marketShare",
    "format": "text"
  },
  "totalValue": {
    "label": "🔹 totalValue",
    "format": "text"
  },
  "averageBid": {
    "label": "🔹 averageBid",
    "format": "text"
  },
  "maxBid": {
    "label": "🔹 maxBid",
    "format": "text"
  },
  "censorshipFlag": {
    "label": "🔹 censorshipFlag",
    "format": "text"
  },
  "registeredValidators": {
    "label": "🔹 registeredValidators",
    "format": "text"
  },
  "lastBlock": {
    "label": "🔹 lastBlock",
    "format": "text"
  },
  "ofacCompliant": {
    "label": "🔹 ofacCompliant",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MEV Boost Relays Scraper](https://apify.com/parseforge/mevboost-relays-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mevboost-relays-scraper) to learn more, explore other use cases, and run it yourself.