# US Hedge Fund LEI Lookup for KYC Compliance

**Use case:** 

Retrieve active LEI numbers for US hedge fund branches. Get structured legal entity identifier data in CSV or JSON format.

## Input

```json
{
  "countries": [
    "US"
  ],
  "entityStatus": "ACTIVE",
  "entityCategory": "BRANCH",
  "maxRecords": 400
}
```

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