# SEPA-only / Partial members IBAN Structure & ISO Country

**Use case:** 

Extract IBAN Structure & ISO Country Codes data filtered by SEPA-only / Partial members. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "sepa"
}
```

## Output

```json
{
  "countryName": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Alpha-2",
    "format": "text"
  },
  "alpha3Code": {
    "label": "Alpha-3",
    "format": "text"
  },
  "numericCode": {
    "label": "Numeric",
    "format": "text"
  },
  "sepaMember": {
    "label": "SEPA",
    "format": "boolean"
  },
  "ibanLength": {
    "label": "IBAN Length",
    "format": "number"
  },
  "ibanExample": {
    "label": "IBAN Example",
    "format": "text"
  },
  "accountCheck": {
    "label": "Account Check",
    "format": "boolean"
  },
  "branchCheck": {
    "label": "Branch",
    "format": "boolean"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [IBAN Structure & ISO Country Codes Scraper](https://apify.com/parseforge/iban-com-bank-codes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/iban-com-bank-codes-scraper) to learn more, explore other use cases, and run it yourself.