# UK FCA Register | Financial Conduct Authority Firms Data

**Use case:** 

Data Export of UK FCA Register | Financial Conduct Authority Firms. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 100,
  "query": "bank"
}
```

## Output

```json
{
  "lei": {
    "label": "🔑 LEI",
    "format": "text"
  },
  "firmName": {
    "label": "🏦 Firm Name",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "text"
  },
  "addressLines": {
    "label": "🏠 Address",
    "format": "text"
  },
  "jurisdiction": {
    "label": "⚖️ Jurisdiction",
    "format": "text"
  },
  "category": {
    "label": "📁 Category",
    "format": "text"
  },
  "registeredAs": {
    "label": "📋 Registered As",
    "format": "text"
  },
  "registrationAuthority": {
    "label": "🏛️ Authority",
    "format": "text"
  },
  "bic": {
    "label": "🏦 BIC",
    "format": "text"
  },
  "entityStatus": {
    "label": "🟢 Status",
    "format": "text"
  },
  "registrationStatus": {
    "label": "📌 Reg Status",
    "format": "text"
  },
  "managingLou": {
    "label": "🏢 Managing LOU",
    "format": "text"
  },
  "creationDate": {
    "label": "📅 Created",
    "format": "text"
  },
  "lastUpdateDate": {
    "label": "🕒 Updated",
    "format": "text"
  },
  "fcaRegisterUrl": {
    "label": "🔗 FCA Lookup",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK FCA Register Scraper | Financial Conduct Authority Firms](https://apify.com/parseforge/uk-fca-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-fca-register-scraper) to learn more, explore other use cases, and run it yourself.