# Bulk LEI Lookup for Company Names

**Use case:** 

Look up Legal Entity Identifier records for company names in bulk using official GLEIF data.

## Input

```json
{
  "queries": [
    "Apple Inc",
    "Microsoft Corporation",
    "Amazon.com Inc"
  ],
  "maxResultsPerQuery": 5,
  "countryCodes": [],
  "onlyActive": true,
  "onlyConforming": false,
  "includeRelationships": false,
  "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.