# Euronext Equities Directory Data Export

**Use case:** 

Data Export of Euronext Equities Directory. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "mic": "XPAR,XAMS,XBRU,XLIS"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "imageUrl",
    "format": "image"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "id": {
    "label": "id",
    "format": "text"
  },
  "exchange": {
    "label": "exchange",
    "format": "text"
  },
  "changePercent": {
    "label": "changePercent",
    "format": "text"
  },
  "lastTradeTime": {
    "label": "lastTradeTime",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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