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

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

Pricing

Pay per usage

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

Pay per usage

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Bulk Singapore company lookups against the public ACRA registry data. Returns UEN, entity name, type, status, registration date, primary SSIC code, and address β€” structured for B2B prospecting, KYC due diligence, and Singapore business intelligence.

Why this actor

  • Bulk lookup mode β€” pass a list of company names or UENs
  • Returns canonical Singapore corporate data: UEN, entity_name, entity_type, status, registration date, SSIC industry codes
  • No API key required β€” uses Singapore's open-data public dataset
  • Per-query error handling: failures on one query don't break the batch

Use cases

  • B2B sales: Verify Singapore prospects before outreach
  • KYC / compliance: Bulk-validate counterparty corporate registration
  • Lead enrichment: Append UEN + industry codes to your Singapore CRM
  • Competitive intelligence: Track newly-registered competitors in your SSIC category

πŸ’» Code Example β€” Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/singapore-acra-company-lookup").call(run_input={
"queries": [
"DBS",
"Grab",
"Sea Group"
]
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example β€” cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~singapore-acra-company-lookup/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"queries": ["DBS", "Grab", "Sea Group"]}'

❓ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token from Settings β†’ Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches of 5-30 results.

Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes β€” you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

πŸ’° Pricing

  • Actor Start: $0.01 per run
  • Company: $0.05 per company record

πŸ“š More From NexGenData

Visit thenextgennexus.com for:

  • πŸ“ Tutorials and how-to guides on web scraping, data extraction, and AI workflows
  • 🧰 The full catalog of 165+ actors, 18 REST APIs, and 15 MCP servers
  • πŸ“¦ Ready-made Gumroad data packs β€” business leads, real estate, salary benchmarks, stock screeners
  • πŸ“¨ The NexGenData newsletter β€” dead-tool replacements and pricing intel weekly

πŸš€ Apify Affiliate Program

New to Apify? Sign up with our referral link β€” you get free platform credits on signup, and you help fund the maintenance of this actor fleet.


Built and maintained by NexGenData β€” 165+ actors covering scraping, enrichment, MCP servers, and automation. Home: thenextgennexus.com.