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、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| 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.