# Active Entity LEI Data Export for Switzerland

**Use case:** 

Retrieve legal entity identifier data for active entities in Switzerland. Export results in CSV or JSON format.

## Input

```json
{
  "countries": [
    "CH"
  ],
  "entityStatus": "ACTIVE",
  "entityCategory": "",
  "maxRecords": 300
}
```

## Output

```json
{
  "lei": {
    "label": "Lei"
  },
  "legalName": {
    "label": "Legal name"
  },
  "category": {
    "label": "Category"
  },
  "status": {
    "label": "Status"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "legalAddressCity": {
    "label": "Legal address city"
  },
  "legalAddressCountry": {
    "label": "Legal address country"
  },
  "lastUpdateDate": {
    "label": "Last update date"
  }
}
```

## About this Actor

This example demonstrates how to use [GLEIF LEI Scraper](https://apify.com/logiover/gleif-lei-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/gleif-lei-scraper) to learn more, explore other use cases, and run it yourself.