# All GLEIF Global Legal Entity Identifier (LEI)

**Use case:** 

Extract GLEIF Global Legal Entity Identifier (LEI) data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "Apple",
  "lei": "",
  "country": "",
  "registrationStatus": ""
}
```

## Output

```json
{
  "lei": {
    "label": "LEI",
    "format": "text"
  },
  "legalName": {
    "label": "Legal Name",
    "format": "text"
  },
  "registrationStatus": {
    "label": "Reg Status",
    "format": "text"
  },
  "entityStatus": {
    "label": "Entity Status",
    "format": "text"
  },
  "legalJurisdiction": {
    "label": "Country",
    "format": "text"
  },
  "legalForm": {
    "label": "Form",
    "format": "text"
  },
  "headquartersCity": {
    "label": "City",
    "format": "text"
  },
  "headquartersCountry": {
    "label": "HQ Country",
    "format": "text"
  },
  "initialRegistrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "gleifUrl": {
    "label": "GLEIF URL",
    "format": "link"
  }
}
```

## About this Actor

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