# Exact LEI record extractor

**Use case:** 

Fetch exact LEI codes from GLEIF and export official legal entity data for compliance and onboarding workflows.

## Input

```json
{
  "queries": [
    "Apple",
    "Stripe"
  ],
  "leiCodes": [
    "549300MGN03W4U2NK749",
    "HWUPKR0MPOU8FGXBT394"
  ],
  "maxResultsPerQuery": 20,
  "countryCodes": [],
  "registrationStatuses": [
    "ISSUED"
  ],
  "includeRelationships": true,
  "rawOutput": false,
  "requestDelayMs": 150
}
```

## Output

```json
{
  "input": {
    "label": "Input"
  },
  "queryType": {
    "label": "Query type"
  },
  "lei": {
    "label": "LEI"
  },
  "legalName": {
    "label": "Legal name"
  },
  "entityStatus": {
    "label": "Entity status"
  },
  "registrationStatus": {
    "label": "Registration status"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "country": {
    "label": "Country"
  },
  "legalAddress": {
    "label": "Legal address"
  },
  "headquartersAddress": {
    "label": "Headquarters address"
  },
  "registeredAs": {
    "label": "Registered as"
  },
  "lastUpdateDate": {
    "label": "Last update"
  },
  "nextRenewalDate": {
    "label": "Next renewal"
  },
  "managingLou": {
    "label": "Managing LOU"
  },
  "directParentLei": {
    "label": "Direct parent LEI"
  },
  "ultimateParentLei": {
    "label": "Ultimate parent LEI"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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