# EU Financial License (MFSA, CySEC, FINMA) — Full Export

**Use case:** 

Scrape the full eu financial license (mfsa, cysec, finma) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract eu financial license (mfsa, cysec, finma) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "regulators": [
    "CySEC",
    "FINMA"
  ],
  "licenseType": "",
  "firmName": "",
  "includeRevoked": true,
  "maxItems": 200
}
```

## Output

```json
{
  "source_regulator": {
    "label": "Source Regulator",
    "format": "string"
  },
  "registry_number": {
    "label": "Registry Number",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "license_status": {
    "label": "License Status",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Financial License Scraper (MFSA, CySEC, FINMA)](https://apify.com/jungle_synthesizer/mfsa-cysec-finma-eu-financial-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/mfsa-cysec-finma-eu-financial-license-scraper) to learn more, explore other use cases, and run it yourself.