# CySEC Active Investment Firms List

**Use case:** 

Export all active Cyprus Investment Firms (CIF) from the CySEC register — registry number, firm name, license status, and authorized services. No auth needed.

## Input

```json
{
  "sp_intended_usage": "KYC due diligence and counterparty verification for Cyprus-regulated investment firms",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "regulators": [
    "CySEC"
  ],
  "licenseType": "Investment Firm",
  "firmName": "",
  "includeRevoked": false,
  "maxItems": 100
}
```

## 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.