# LEI renewals due in the next 30 days (UK)

**Use case:** 

Active UK LEIs whose renewal date falls in the next 30 days, from the Global LEI Index: renewal reminders and KYB refresh lists. No API key.

## Input

```json
{
  "leis": [
    "HWUPKR0MPOU8FGXBT394",
    "7ZW8QJWVPR4P1J1KQY45",
    "213800WSGIIZCXF1P572",
    "2138002P5RNKC5W2JZ46",
    "969500KMUQ2B6CBAF162"
  ],
  "country": "GB",
  "status": "ISSUED",
  "renewalDueFrom": "2026-09-27",
  "renewalDueTo": "2026-10-27",
  "includeParents": false,
  "maxItems": 5000,
  "incremental": false,
  "stateKey": "default",
  "allowStateFallback": false,
  "preview": false
}
```

## Output

```json
{
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "lei": {
    "label": "LEI",
    "format": "string"
  },
  "registrationStatus": {
    "label": "LEI status",
    "format": "string"
  },
  "entityStatus": {
    "label": "Entity",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "legalFormText": {
    "label": "Legal form",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "registeredAs": {
    "label": "Register no.",
    "format": "string"
  },
  "registerId": {
    "label": "Register (RA)",
    "format": "string"
  },
  "registerUrl": {
    "label": "Register page",
    "format": "string"
  },
  "nextRenewalDate": {
    "label": "Renewal due",
    "format": "string"
  },
  "bic": {
    "label": "BIC",
    "format": "string"
  },
  "successorLei": {
    "label": "Successor LEI",
    "format": "string"
  },
  "ultimateParentLei": {
    "label": "Ultimate parent LEI",
    "format": "string"
  },
  "searchUrl": {
    "label": "GLEIF search",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LEI Lookup & Changes — Legal Entity Identifier Data, No API Key](https://apify.com/rein8/lei-legal-entity-lookup.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rein8/lei-legal-entity-lookup.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/rein8/lei-legal-entity-lookup.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
