# Search the index GLEIF LEI Records Standard Export

**Use case:** 

Standard Export of GLEIF LEI Records for Search the index. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "mode": "search",
  "query": "google",
  "fetchRelationships": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "companyNumber": {
    "label": "Number",
    "format": "text"
  },
  "leiCode": {
    "label": "LEI",
    "format": "text"
  },
  "jurisdictionCode": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "currentStatus": {
    "label": "Status",
    "format": "text"
  },
  "registrationStatus": {
    "label": "Reg. Status",
    "format": "text"
  },
  "entityCategory": {
    "label": "Category",
    "format": "text"
  },
  "legalFormCode": {
    "label": "Legal form code"
  },
  "incorporationDate": {
    "label": "Incorporated",
    "format": "date"
  },
  "lastUpdateDate": {
    "label": "Last Updated",
    "format": "date"
  },
  "nextRenewalDate": {
    "label": "Next renewal date"
  },
  "registeredAddressInFull": {
    "label": "Registered Address",
    "format": "text"
  },
  "headquartersAddressInFull": {
    "label": "Headquarters",
    "format": "text"
  },
  "previousNames": {
    "label": "Previous names"
  },
  "otherNames": {
    "label": "Other names"
  },
  "bicCodes": {
    "label": "Bic codes"
  },
  "isinCodes": {
    "label": "Isin codes"
  },
  "spGlobalIds": {
    "label": "Sp global ids"
  },
  "directParentName": {
    "label": "Direct Parent",
    "format": "text"
  },
  "ultimateParentName": {
    "label": "Ultimate Parent",
    "format": "text"
  },
  "registryUrl": {
    "label": "Record URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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