# Bulk LEI Lookup for EU Asset Managers

**Use case:** 

Retrieve active legal entity identifiers for asset managers in France, Germany, the Netherlands, and Luxembourg. Export up to 500 records in CSV or JSON.

## Input

```json
{
  "countries": [
    "FR",
    "DE",
    "NL",
    "LU"
  ],
  "entityStatus": "ACTIVE",
  "entityCategory": "",
  "maxRecords": 500
}
```

## 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.