# Singapore MAS Fund Management Firms

**Use case:** 

Export MAS-regulated fund management companies in Singapore from the Financial Institutions Directory, with licence types, CEO and address.

## Input

```json
{
  "maxItems": 200,
  "withDetails": true,
  "searchQuery": "fund management"
}
```

## Output

```json
{
  "name": {
    "label": "Institution",
    "format": "text"
  },
  "licenceTypes": {
    "label": "Licence Types",
    "format": "array"
  },
  "regulatedActivities": {
    "label": "Regulated Activities",
    "format": "array"
  },
  "chairman": {
    "label": "Chairman",
    "format": "text"
  },
  "ceo": {
    "label": "CEO",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore MAS Financial Institutions Directory Scraper](https://apify.com/scrapers_lat/singapore-mas-financial-institutions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-mas-financial-institutions-scraper) to learn more, explore other use cases, and run it yourself.