Singapore MAS Financial Institutions Directory Scraper
Scrape the MAS Financial Institutions Directory in Singapore. Extract every regulated bank, insurer, capital markets firm and fund manager with licence types, regulated activities, Chairman, CEO, website, phone and address. Export to JSON, CSV or Excel. No login or API key.
{ "name": "DBS DIGITAL EXCHANGE PTE. LTD.", "licenceTypes": [{"type":"Recognised Market Operator","activ…, "regulatedActivities": [], "ceo": "LIM WEE KIAN", "keyPersonnel": [{"role":"Chief Executive Officer","name":"L…, "website": "http://www.dbs.com.sg/corporate/solutions/capi…", "phone": "+65 68783040", "address": "12 MARINA BOULEVARD, LEVEL 40, DBS ASIA CENTRA…", "postalCode": "018982" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Name | Licence Types | Regulated Activities | Ceo |
|---|---|---|---|
| DBS DIGITAL EXCHANGE PTE. LTD. | [{"type":"Recognised Market Opera… | [] | LIM WEE KIAN |
| DBS GROUP HOLDINGS LTD | [{"type":"Financial Holding Compa… | ["Banking"] | Tan Su Shan |
| DBS TRUSTEE LIMITED | [{"type":"Approved CIS Trustee","… | [] | |
| DBS BANK LTD. | [{"type":"Designated Payment Syst… | ["NETS Electronic Fund Transfers … | TAN SU SHAN CARRIE |
{ "name": "DBS DIGITAL EXCHANGE PTE. LTD.", "licenceTypes": [{"type":"Recognised Market Operator","activ…, "regulatedActivities": [], "ceo": "LIM WEE KIAN", "keyPersonnel": [{"role":"Chief Executive Officer","name":"L…, "website": "http://www.dbs.com.sg/corporate/solutions/capi…", "phone": "+65 68783040", "address": "12 MARINA BOULEVARD, LEVEL 40, DBS ASIA CENTRA…", "postalCode": "018982" }
よくある質問
Where does the data come from?
The official MAS Financial Institutions Directory (FID), published by the Monetary Authority of Singapore. It is the authoritative public register of the financial institutions MAS regulates.
Does it need a login or API key?
No. It reads the public directory with no account and no key.
Can I get the whole directory?
Yes. Leave `searchQuery` empty and set a high `maxItems` to enumerate the full register, page by page.
What does licenceTypes contain?
Each licence the institution holds, along with the regulated activities listed under it. A single institution often holds several licences (for example a bank that is also an Exempt Financial Adviser).
How fresh is it?
Each record carries the `lastUpdated` date shown by MAS, so you always know how current an entry is.