πΈπ¬ Singapore ACRA / BizFile+ Company Lookup
Pricing
from $50.00 / 1,000 companies
πΈπ¬ Singapore ACRA / BizFile+ Company Lookup
Bulk Singapore company lookups via the public ACRA dataset (data.gov.sg). Returns UEN, entity name, type, status, registration date, primary SSIC code/description, and address. Free public data, structured for B2B prospecting and KYC.
Pricing
from $50.00 / 1,000 companies
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
4
Monthly active users
4 days ago
Last modified
Categories
Share
πΈπ¬ Singapore ACRA Company Lookup β BizFile+ Direct, Dun & Bradstreet & InfoCredit Alternative
Look up Singapore-registered companies in the ACRA / BizFile+ registry by UEN, company name, or registration filters. Returns UEN, name, entity type, status, incorporation date, registered office, primary + secondary SSIC codes, paid-up capital, share types, and historical name changes. Built as a pay-per-record alternative to ACRA BizFile+ direct (SGD-priced one-shot lookups), Dun & Bradstreet, InfoCredit, Experian, and ProbeSG for Singapore KYC, due-diligence, lead-gen, and academic research.
Why ACRA Company Lookup Beats BizFile+ Direct, D&B, InfoCredit & Experian
| Feature | NexGenData ACRA Lookup | BizFile+ direct | Dun & Bradstreet | InfoCredit | Experian (Singapore) |
|---|---|---|---|---|---|
| Cost | $0.01 / record, pay-per-result | SGD $5.50-$33 per report | $$$$ enterprise | SGD $$$/report | SGD $$$$ enterprise |
| Bulk lookup | Yes β UEN list / name list | One-at-a-time + payment per | Plan-gated | Plan-gated | Plan-gated |
| Filters | SSIC + entity type + status | None (single lookup) | Yes (plan-gated) | Yes (plan-gated) | Yes (plan-gated) |
| Bulk export | JSON / CSV / Excel | PDF / per-lookup | Plan-gated CSV | PDF (plan-gated) | Plan-gated |
| API access | Apify REST + SDKs | None (web only) | Enterprise contract | Plan-gated | Enterprise |
| Auth required | Apify token | SingPass / CorpPass | Enterprise contract | Account + plan | Enterprise contract |
| Live ACRA refresh | Yes β direct registry | Yes (canonical) | Periodic | Periodic | Periodic |
| Monthly minimum | None | None (per-lookup) | $$$$ | SGD $$ | $$$$ |
Most Singapore KYC + lead-gen + accounting teams pick this actor instead of BizFile+ direct because BizFile+ charges SGD $5.50-$33 per profile and requires SingPass / CorpPass auth β burning analyst time and racking up SGD bills on any batch use case. Cheaper than D&B / Experian for the registry-level field set and a drop-in alternative to building your own BizFile+ form-scraping bot. Live data, flat JSON, no enterprise contract.
What You Get Per Company
Each dataset item is a flat JSON record:
uenβ Unique Entity Number (9-10 char Singapore identifier)entity_name,former_names(array, historical name changes)entity_typeβ LLP / LP / private-limited / public-limited / sole-prop / etc.entity_statusβ live / cessed / struck-off / dormantincorporation_date,registration_dateregistered_office_address,postal_codeprimary_ssic_code,primary_ssic_descriptionsecondary_ssic_code,secondary_ssic_descriptionpaid_up_capital,paid_up_capital_currencyissued_share_capital,share_typesaccounting_period_end_dateis_acra_information_complete,last_updated
Use Cases
- Singapore KYC + AML β verify counterparty registration status before onboarding
- Lead generation β build B2B prospect lists filtered by SSIC, entity type, or capital
- Due diligence β pull historic name changes + status flags for compliance signals
- Accounting + audit β confirm UEN-to-entity mapping during reconciliation work
- Investors / corp-dev β map a sector (e.g. "Singapore fintech LLPs founded 2020+")
- Credit + risk β flag struck-off, cessed, or dormant entities pre-extension
- Academic research β entrepreneurship + ASEAN corporate-governance studies
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/singapore-acra-company-lookup").call(run_input={"search_mode": "by_uen","uens": ["202012345A", "201998765B"]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["uen"], item["entity_name"], item["entity_status"])
Pricing β Pay Per Record
- Actor start: $0.01
- Company record: $0.01
A 500-UEN KYC batch = $5.01. A 50K-record sector dataset = $500.01. No monthly minimum, no seats.
Related NexGenData APAC + KYC Actors
| Use case | Actor |
|---|---|
| OGD India companies registry (MCA) | ogd-india-companies-registry |
| Hong Kong companies registry | hk-companies-registry |
| India MCA companies registry | india-mca-companies |
| Singapore MAS financial institutions | sg-mas-financial-institutions |
| Singapore SGX stock screener | sgx-singapore-stock-screener |
| Singapore HDB resale-price tracker | singapore-hdb-resale-tracker |
| Singapore GeBIZ government tenders | singapore-gebiz-tenders |
| Singapore data.gov multi-dataset | sg-datagov-multi-dataset |
FAQ
Q: Source of the data? A: ACRA's BizFile+ registry β the canonical source for Singapore-registered entities.
Q: How fresh is it? A: Each run pulls the current live ACRA snapshot. Status changes typically reflect within 1 business day of filing.
Q: Can I look up by company name? A: Yes β both UEN and free-text name lookup are supported.
Q: Coverage? A: All ~600K+ live and historical Singapore-registered entities (LLPs, LPs, private + public limited, sole-props, etc.).
Q: Output formats? A: JSON, CSV, Excel via Apify dataset export. Webhooks supported on dataset write.
Q: Legal status? A: Public registry data, freely accessible from ACRA. You are the data controller for downstream use β follow PDPA / your jurisdiction's data-use rules.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing β you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests β those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link β you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console β point-and-click run
- Apify API β REST + webhooks
- Apify Python / JS SDKs β programmatic batch
- Zapier, Make.com, n8n β official integrations
- MCP β many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules β built-in cron for daily / weekly / monthly runs
- Webhooks β POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome β high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata