Singapore Company Search — ACRA Registry Data & UEN Lookup avatar

Singapore Company Search — ACRA Registry Data & UEN Lookup

Pricing

from $1.00 / 1,000 company records

Go to Apify Store
Singapore Company Search — ACRA Registry Data & UEN Lookup

Singapore Company Search — ACRA Registry Data & UEN Lookup

Search Singapore's ACRA company register by name or keyword, or look up records by UEN — official open data, no API key. Returns status, entity type, incorporation date, registered address, SSIC codes, and officer count

Pricing

from $1.00 / 1,000 company records

Rating

0.0

(0)

Developer

Heim AI

Heim AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Official ACRA open data — no API key, no scraping, no proxies. $1 per 1,000 companies. Search Singapore's company register by name or keyword, or look up exact records by UEN. The legal, ban-proof alternative to scraped B2B databases.

Runs out of the box: no key, no setup. Singapore's ACRA "Information on Corporate Entities" dataset is published as open data on data.gov.sg — this actor queries it directly.

What it does

ModeInputOutput
searchname or keywordSingapore companies matching the query
lookuplist of UENsExact entity records for each UEN

Each record includes: entity name, UEN, status (Live / Struck Off / …), entity type, incorporation date, registered address, SSIC activity codes, primary activity, officer count, and any former names.

Fast name search. ACRA open data is sharded by the first letter of the entity name. search checks the shard matching your query's first letter and returns in seconds when it fills your maxItems. For broad keyword queries (e.g. tech, logistics) where matches can start with any letter, enable sgFullSweep to merge results from all 27 shards (~1–2 minutes, exhaustive).

Example input

{
"mode": "search",
"query": "software",
"activeOnly": true,
"maxItems": 100
}

UEN lookup:

{
"mode": "lookup",
"uens": ["201812345K", "T09LL0001B"]
}

Example output item

{
"type": "company",
"uen": "201812345K",
"name": "EXAMPLE SOFTWARE PTE. LTD.",
"status": "Live Company",
"entityType": "Local Company",
"incorporationDate": "2018-05-14",
"address": "12 Example Street, #04-01, Example Building, Singapore 049908",
"sicCodes": ["62012"],
"primaryActivity": "DEVELOPMENT OF SOFTWARE AND APPLICATIONS",
"officersCount": 3,
"formerNames": []
}

Pricing

EventPriceWhen charged
company-result-delivered$0.001Each company record delivered — a search hit or a UEN lookup result
Actor start$0.00005Per run

That is $1 per 1,000 companies. Failed or not-found lookups are never charged, and a record is only billed after it is saved to the dataset. Set maxItems to cap spend.

Data source & fair use

The Singapore company register is public by law. Records are public-register data — use them lawfully (Singapore's PDPA applies to how you process them downstream). This actor is not affiliated with ACRA or data.gov.sg.

Field coverage: the ACRA open dataset publishes entity details, status, SSIC codes, address, and officer count — it does not publish officer names.


Found this useful? A review on the actor page helps other people find it — and tells me what to build next. Hit a problem? Open an issue and I'll fix it fast.