# Bulk Active US Bank LEI Number Lookup

**Use case:** 

Retrieve up to 500 active legal entity identifier numbers for US banks. Get essential legal name, status, and jurisdiction information.

## Input

```json
{
  "countries": [
    "US"
  ],
  "entityStatus": "ACTIVE",
  "entityCategory": "BANK",
  "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.