# ESMA MiFID Trading Venues Latest Results

**Use case:** 

Latest Results of ESMA MiFID Trading Venues. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "*",
  "maxItems": 25
}
```

## Output

```json
{
  "mic_code": {
    "label": "🏛️ MIC",
    "format": "text"
  },
  "venue_name": {
    "label": "📛 Venue Name",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "competent_authority": {
    "label": "⚖️ Competent Authority",
    "format": "text"
  },
  "lei": {
    "label": "🆔 LEI",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESMA MiFID Trading Venues Scraper](https://apify.com/parseforge/esma-mifid-trading-venues-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/esma-mifid-trading-venues-scraper) to learn more, explore other use cases, and run it yourself.