# ACRA Singapore Company Registry Scraper (`hipersoft/acra-company-scraper`) Actor

Search and export Singapore's full ACRA corporate registry: UEN, entity name, status, incorporation date, address, SSIC industry codes, officers, former names and audit firms. Filter by name, status, entity type or industry. Public open data, no setup.

- **URL**: https://apify.com/hipersoft/acra-company-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Lead generation, Other
- **Stats:** 5 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.005 / company scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## ACRA Singapore Company Registry Scraper — UEN, Status, SSIC & Officers

Search and export **Singapore's full ACRA corporate registry** into clean **JSON, CSV, Excel or XML**. Get **UEN, entity name, status, incorporation date, full address, SSIC industry codes, officer count, former names and audit firms** for the ~1.5M entities registered with ACRA. Fast and reliable, and a simple alternative to manual BizFile lookups.

![ACRA Company Scraper input — search query, status and SSIC industry in the Apify Console](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/acra-company-scraper-input.png?v=2)

### What does the ACRA Company Scraper do?

The ACRA Company Scraper crawls Singapore's official company registry and extracts a **full corporate record** for every matching entity. Filter the whole registry by search term, status, entity type or **SSIC industry** and export structured company data at scale — ideal for building lead lists, enrichment pipelines and due-diligence datasets.

### What data can you scrape from ACRA?

| Group | Fields |
| --- | --- |
| 🏢 Identity | UEN, entity name, up to 15 former names, entity type, constitution, company type |
| 📌 Status & dates | status (Live, Struck Off, In Liquidation…), registration/incorporation date, UEN issue date, annual-return date, account-due date |
| 🏭 Industry | primary & secondary **SSIC codes + descriptions** and user-described primary/secondary activities |
| 📍 Address | structured address object (block, street, unit, building, postal) plus a formatted one-line address |
| 👥 Governance | officer count and audit firms (name + UEN) |
| 🔗 Provenance | source URL and collection timestamp |

### What you get

![ACRA Company Scraper output example — company records with UEN, status and SSIC as structured JSON](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/acra-company-scraper-output.png?v=5)

#### Output schema

| Field | Type | Description |
| --- | --- | --- |
| `uen` | string | Unique Entity Number — the company's official Singapore ID |
| `entityName` | string | Registered company / entity name |
| `formerNames` | array | List of previous registered names (up to 15) |
| `issuanceAgency` | string | Agency that issued the UEN (e.g. ACRA) |
| `entityType` | string | Entity type, e.g. Local Company, Sole Proprietorship/Partnership |
| `constitution` | string | Legal constitution of the entity |
| `companyType` | string | Company type classification |
| `status` | string | Registration status, e.g. Live, Cancelled, Struck Off, In Liquidation |
| `registrationDate` | string | Incorporation / registration date |
| `uenIssueDate` | string | Date the UEN was issued |
| `address` | object | Structured address (block, street, unit, building, postal code) |
| `formattedAddress` | string | Full address rendered as a single line |
| `accountDueDate` | string | Next account filing due date |
| `annualReturnDate` | string | Annual return due date |
| `primarySsicCode` | string | Primary SSIC industry classification code |
| `primarySsicDescription` | string | Description of the primary SSIC code |
| `primaryActivity` | string | User-described primary business activity |
| `secondarySsicCode` | string | Secondary SSIC industry classification code |
| `secondarySsicDescription` | string | Description of the secondary SSIC code |
| `secondaryActivity` | string | User-described secondary business activity |
| `numberOfOfficers` | integer | Count of appointed officers on record |
| `auditFirms` | array | Audit firms on record, each with name and UEN |
| `sourceUrl` | string (URL) | Link to the underlying public dataset record |
| `collectedAt` | string (ISO date) | Timestamp when the record was collected |

### Use cases

- **B2B lead generation** — build targeted lists of live Singapore companies by industry (SSIC) or entity type.
- **KYC & due diligence** — verify UEN, status, incorporation date and officer counts before onboarding a partner.
- **Market & competitor research** — map every company in a sector and track new incorporations.
- **Data enrichment** — append UEN, address and industry codes to your existing CRM or CRM records.
- **Compliance monitoring** — watch for status changes (Struck Off, In Liquidation) across a portfolio.
- **Academic & policy research** — analyse the Singapore business landscape by industry, age and status.

### How to scrape ACRA company data

1. Click **Try for free** / add the ACRA Company Scraper to your Apify account.
2. Enter a **search query**, or leave it empty and filter by **status**, **entity type** or **SSIC industry**.
3. Set **Max companies** to cap the export (the full registry is ~1.5M entities).
4. Click **Run** and let the actor collect the records.
5. **Export** the dataset as JSON, CSV, Excel or XML, or pull it via the Apify API.

### Input

```json
{ "query": "", "status": "Live", "entityType": "Local Company", "ssic": "software", "maxItems": 5000 }
```

| Field | Type | Description |
| --- | --- | --- |
| `query` | string | Full-text search across the registry (name, keyword, UEN). Empty = filter or full registry. |
| `status` | string | Exact status filter, e.g. `Live`, `Cancelled`, `Struck Off`, `In Liquidation`. |
| `entityType` | string | Exact entity-type filter, e.g. `Local Company`, `Sole Proprietorship/ Partnership`. |
| `ssic` | string | SSIC industry filter — a code (e.g. `62010`) or a word in the description (e.g. `software`). |
| `maxItems` | integer | Maximum companies to return (default 1000; registry is ~1.5M entities). |

### Output

```json
{
  "uen": "199302785E",
  "entityName": "WINSOFT PTE LTD",
  "status": "Live",
  "entityType": "Local Company",
  "registrationDate": "1993-05-05",
  "primarySsicCode": "46511",
  "primarySsicDescription": "RETAIL & WHOLESALE OF COMPUTER SOFTWARE & HARDWARE",
  "formattedAddress": "83 SCIENCE PARK DRIVE, #03-04, THE CURIE, Singapore 118258",
  "numberOfOfficers": 10,
  "auditFirms": [{ "uen": "...", "name": "..." }],
  "sourceUrl": "https://data.gov.sg/collections/2/view",
  "collectedAt": "2026-07-30T12:00:00.000Z"
}
```

### Need more Singapore data?

- [SGX Market Data Scraper](https://apify.com/hipersoft/sgx-market-data-scraper) — live SGX-listed company prices and market data.
- [Singapore CHAS Clinics Scraper](https://apify.com/hipersoft/singapore-chas-clinics-scraper) — subsidised clinic directory.
- [Singapore Licensed Builders Scraper](https://apify.com/hipersoft/singapore-licensed-builders-scraper) — BCA-registered contractors.
- [SG Charities Scraper](https://apify.com/hipersoft/sg-charities-scraper) — registered charities and IPCs.

### FAQ

**How many companies can I scrape?**
As many as you need — the full ACRA registry is around 1.5M entities across all datasets. Use **Max companies** to cap a run.

**Do I need any setup or a login?**
No. Just add your inputs and run — no accounts or configuration required.

**How does billing work?**
You pay only per company record you get, so small filtered runs stay cheap.

**What export formats are supported?**
JSON, CSV, Excel and XML, plus direct access via the Apify API.

**Can I filter by industry?**
Yes — filter by SSIC **code** (e.g. `62010`) or a **keyword** in the industry description (e.g. `software`), matched against both primary and secondary SSIC.

**Is this only public data?**
Yes. It returns only publicly available registry data published as Singapore open data.

**Can I connect this to other tools?**
The ACRA Company Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). It works with [Make](https://apify.com/integrations/make), [Zapier](https://apify.com/integrations/zapier), [Slack](https://docs.apify.com/platform/integrations/slack), [Airbyte](https://docs.apify.com/platform/integrations/airbyte), [GitHub](https://docs.apify.com/platform/integrations/github), [Google Drive](https://docs.apify.com/platform/integrations/drive) and [many more](https://apify.com/integrations), plus the [Apify API](https://docs.apify.com/api/v2), JavaScript/Python clients and MCP. Or use [webhooks](https://docs.apify.com/platform/integrations/webhooks) to trigger an action whenever a run finishes.

### Related Actors

- [SGX Market Data Scraper](https://apify.com/hipersoft/sgx-market-data-scraper)
- [Singapore HDB Resale Flat Prices](https://apify.com/hipersoft/singapore-hdb-resale-flat-prices)
- [SG Charities Scraper](https://apify.com/hipersoft/sg-charities-scraper)
- [Singapore Pharmacy Locations Scraper](https://apify.com/hipersoft/singapore-pharmacy-locations-scraper)

### Notes

Original clean-room implementation. Returns only public data; you are responsible for compliance with ACRA's and data.gov.sg's terms. Data is © ACRA, published under the Singapore Open Data Licence. Not affiliated with ACRA.

# Actor input Schema

## `query` (type: `string`):

Full-text search across the registry (company name, keyword, UEN). Leave empty to export by filters or the whole registry.

## `status` (type: `string`):

Exact status filter, e.g. Live, Cancelled, Struck Off, In Liquidation. Leave empty for all.

## `entityType` (type: `string`):

Exact entity-type filter, e.g. "Local Company", "Sole Proprietorship/ Partnership". Leave empty for all.

## `ssic` (type: `string`):

Filter by SSIC industry — a code (e.g. 62010) or a word in the industry description (e.g. software). Matched against primary and secondary SSIC.

## `maxItems` (type: `integer`):

Maximum companies to return. The full registry is ~1.5M entities across 27 datasets.

## Actor input object example

```json
{
  "maxItems": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "",
    "status": "",
    "entityType": "",
    "ssic": "",
    "maxItems": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/acra-company-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "",
    "status": "",
    "entityType": "",
    "ssic": "",
    "maxItems": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/acra-company-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "",
  "status": "",
  "entityType": "",
  "ssic": "",
  "maxItems": 100
}' |
apify call hipersoft/acra-company-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/acra-company-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/eyxgfIl0JlQcydA8o/builds/jc6ZxsfyaDUWeBECM/openapi.json
