# GLEIF LEI Record Extractor

**Use case:** 

Extract GLEIF records for exact LEI codes with legal name, status, address, and renewal fields.

## Input

```json
{
  "queries": [
    "529900T8BM49AURSDO55",
    "5493001KJTIIGC8Y1R12"
  ],
  "maxResultsPerQuery": 10,
  "countryCodes": [],
  "onlyActive": false,
  "onlyConforming": false,
  "includeRelationships": true,
  "requestDelayMs": 20
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "queryType": {
    "label": "Query type"
  },
  "rank": {
    "label": "Rank"
  },
  "lei": {
    "label": "LEI"
  },
  "legalName": {
    "label": "Legal name"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "entityStatus": {
    "label": "Entity status"
  },
  "registrationStatus": {
    "label": "Registration status"
  },
  "conformityFlag": {
    "label": "Conformity"
  },
  "registeredAs": {
    "label": "Registry ID"
  },
  "nextRenewalDate": {
    "label": "Next renewal"
  },
  "gleifUrl": {
    "label": "GLEIF URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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