# Belgium EBA Credit Institutions Register | EU Bank Registry

**Use case:** 

Extract EBA Credit Institutions Register | EU Bank Registry data filtered by Belgium. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "country": "BE",
  "legalName": "bank"
}
```

## Output

```json
{
  "lei": {
    "label": "🔑 LEI",
    "format": "text"
  },
  "legalName": {
    "label": "🏦 Legal Name",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "postalCode": {
    "label": "📮 Postcode",
    "format": "text"
  },
  "addressLines": {
    "label": "🏠 Address",
    "format": "text"
  },
  "jurisdiction": {
    "label": "⚖️ Jurisdiction",
    "format": "text"
  },
  "category": {
    "label": "📁 Category",
    "format": "text"
  },
  "legalFormId": {
    "label": "📝 Legal Form",
    "format": "text"
  },
  "registeredAs": {
    "label": "📋 Registered As",
    "format": "text"
  },
  "registrationAuthority": {
    "label": "🏛️ Authority",
    "format": "text"
  },
  "bic": {
    "label": "🏦 BIC",
    "format": "text"
  },
  "status": {
    "label": "🟢 Status",
    "format": "text"
  },
  "registrationStatus": {
    "label": "📌 Reg Status",
    "format": "text"
  },
  "managingLou": {
    "label": "🏢 Managing LOU",
    "format": "text"
  },
  "creationDate": {
    "label": "📅 Created",
    "format": "text"
  },
  "initialRegistrationDate": {
    "label": "📥 First Registered",
    "format": "text"
  },
  "lastUpdateDate": {
    "label": "🕒 Updated",
    "format": "text"
  },
  "nextRenewalDate": {
    "label": "🔄 Next Renewal",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EBA Credit Institutions Register Scraper | EU Bank Registry](https://apify.com/parseforge/european-eba-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/european-eba-register-scraper) to learn more, explore other use cases, and run it yourself.