# Audit Inactive Legal Entities in US and GB

**Use case:** 

Run an audit on inactive legal entities in the US and GB, retrieving key LEI data up to 300 records in a CSV/JSON format.

## Input

```json
{
  "countries": [
    "US",
    "GB"
  ],
  "entityStatus": "INACTIVE",
  "entityCategory": "",
  "maxRecords": 300
}
```

## Output

```json
{
  "lei": {
    "label": "Lei"
  },
  "legalName": {
    "label": "Legal name"
  },
  "category": {
    "label": "Category"
  },
  "status": {
    "label": "Status"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "legalAddressCity": {
    "label": "Legal address city"
  },
  "legalAddressCountry": {
    "label": "Legal address country"
  },
  "lastUpdateDate": {
    "label": "Last update date"
  }
}
```

## About this Actor

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