Singapore Company Data — ACRA UEN Registry (2.1M)
Pricing
$4.00 / 1,000 company records
Singapore Company Data — ACRA UEN Registry (2.1M)
Official Singaporean entity data from ACRA's UEN register: UEN, entity name, type, status, issue date and registered address.
Pricing
$4.00 / 1,000 company records
Rating
0.0
(0)
Developer
Berkan Kaplan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Singapore Company Data — ACRA UEN Registry
Official Singaporean entity data from ACRA's Unique Entity Number register — the complete file, 2.1 million entities covering local companies, businesses, LLPs and public bodies: UEN, entity name, type, status, issue date and registered address.
Free · No API key · Official source · Same schema across every country in this series
What data do you get?
| Field | Description |
|---|---|
companyName | Registered legal name |
registrationNumber | UEN — the register's own identifier |
taxNumber | VAT / tax identifier where published |
status | Normalized to active / inactive / dissolved / unknown |
statusRaw | The register's own wording, untranslated |
legalForm | Legal form as registered |
incorporatedOn / dissolvedOn | ISO dates |
address, city, postalCode | Registered address |
industry, industryCode | Activity classification where published |
employees, capital | Where the register publishes them |
officers[] | Directors / partners where published |
sourceUrl | Link to the company's page on the register |
Country-specific fields on top of the shared schema: issuingAgency, isAcraEntity, isLocalCompany.
Input
| Field | Type | Default | Description |
|---|---|---|---|
queries | array | — | UEN numbers (201929065K) or entity names (Shopee). |
maxResultsPerQuery | integer | 5 | For name searches, how many matching companies to return. |
includeRaw | boolean | false | Attach the register's untouched response under raw. |
requestDelayMs | integer | 200 | Politeness delay against a public register. |
proxyConfiguration | object | none | Optional — data.gov.sg is a public open-data service. |
{"queries": ["201929065K","Shopee","Sea Group"],"maxResultsPerQuery": 5}
Example output
{"country": "SG","registry": "ACRA — Unique Entity Number (UEN) register","companyName": "SHOPEE INTERNATIONAL VI PRIVATE LIMITED","registrationNumber": "201929065K","taxNumber": "201929065K","status": "active","statusRaw": "Registered","legalForm": "Local Company","incorporatedOn": "2019-09-03","address": "BENCOOLEN STREET, 189648, Singapore","issuingAgency": "ACRA","isAcraEntity": true,"sourceUrl": "https://www.bizfile.gov.sg/"}
What can you use it for?
- Lead enrichment — resolve Singapore company names to UENs, entity types and registered addresses.
- Entity filtering —
isAcraEntityseparates ACRA-registered businesses from societies, charities and government bodies that also hold UENs.
Frequently asked questions
Is this Singaporean company registry scraper free?
The data source is free and needs no API key — you pay only for the Apify compute the run uses.
Do I need an API key or an account with the registry?
No. ACRA publishes the full UEN register as an open dataset on data.gov.sg.
Can I search by company name, or only by UEN?
Both. A UEN is an exact lookup; anything else runs a full-text name search across 2.1 million entities.
How current is the data?
Every run queries the source live, so results are as current as the register itself.
Can I export the results to CSV, Excel or JSON?
Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.
Can I combine this with other countries in one dataset?
Yes — that is why it exists. Every actor in this series emits the same core schema, so results from different countries concatenate into one table with no remapping.
Is scraping this data legal?
This actor reads a public register that the Singaporean authorities publish deliberately for public inspection. Company records are public by design; where a record names a person (a director, owner or partner), that is personal data and your use of it falls under GDPR or the local equivalent — handle it accordingly.
Does this include directors or financials?
No. ACRA charges for those through BizFile. The free open-data release covers entity identity — name, UEN, type, status, date and address — which is what this actor returns.
Notes and limits
- The UEN register is broader than a company register. It also covers societies, charities and government bodies, whose UENs are issued by other agencies —
issuingAgencyandisAcraEntitylet you filter to ACRA-registered businesses only. - About 1.47m of the 2.1m records are
Deregistered; only ~633k are currentlyRegistered. Filter onstatusif you want live entities. - ACRA's own BizFile portal charges for company searches; this actor reads the same identity data from the free open-data release. Directors and financials are not in that release.
- Queries that match nothing are still pushed as
{ query, error }, so a partial run is never silent.
Other country registries in this series
Norway · Finland · Denmark · Iceland · Poland · Slovakia · Slovenia · Latvia · Estonia · Czechia · France · UK · Israel · Taiwan · Singapore · Vietnam · Brazil · Colombia · Peru · USA — plus EU VAT Validation (VIES) covering all 27 member states.