πŸ‡ΈπŸ‡¬ Singapore ACRA / BizFile+ Company Lookup avatar

πŸ‡ΈπŸ‡¬ Singapore ACRA / BizFile+ Company Lookup

Pricing

from $50.00 / 1,000 companies

Go to Apify Store
πŸ‡ΈπŸ‡¬ Singapore ACRA / BizFile+ Company Lookup

πŸ‡ΈπŸ‡¬ 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

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

4

Monthly active users

4 days ago

Last modified

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

FeatureNexGenData ACRA LookupBizFile+ directDun & BradstreetInfoCreditExperian (Singapore)
Cost$0.01 / record, pay-per-resultSGD $5.50-$33 per report$$$$ enterpriseSGD $$$/reportSGD $$$$ enterprise
Bulk lookupYes β€” UEN list / name listOne-at-a-time + payment perPlan-gatedPlan-gatedPlan-gated
FiltersSSIC + entity type + statusNone (single lookup)Yes (plan-gated)Yes (plan-gated)Yes (plan-gated)
Bulk exportJSON / CSV / ExcelPDF / per-lookupPlan-gated CSVPDF (plan-gated)Plan-gated
API accessApify REST + SDKsNone (web only)Enterprise contractPlan-gatedEnterprise
Auth requiredApify tokenSingPass / CorpPassEnterprise contractAccount + planEnterprise contract
Live ACRA refreshYes β€” direct registryYes (canonical)PeriodicPeriodicPeriodic
Monthly minimumNoneNone (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 / dormant
  • incorporation_date, registration_date
  • registered_office_address, postal_code
  • primary_ssic_code, primary_ssic_description
  • secondary_ssic_code, secondary_ssic_description
  • paid_up_capital, paid_up_capital_currency
  • issued_share_capital, share_types
  • accounting_period_end_date
  • is_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 ApifyClient
client = 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.

Use caseActor
OGD India companies registry (MCA)ogd-india-companies-registry
Hong Kong companies registryhk-companies-registry
India MCA companies registryindia-mca-companies
Singapore MAS financial institutionssg-mas-financial-institutions
Singapore SGX stock screenersgx-singapore-stock-screener
Singapore HDB resale-price trackersingapore-hdb-resale-tracker
Singapore GeBIZ government tenderssingapore-gebiz-tenders
Singapore data.gov multi-datasetsg-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