# Singapore BCA Licensed Builders Scraper (`hipersoft/singapore-licensed-builders-scraper`) Actor

Export Singapore's BCA Licensed Builders register (~5,200 licences): company name, UEN, licence class (General Builder Class 1/2, Specialist Builder trades), class code, expiry date, address and phone. Filter by name, UEN, class or category. Public open data, no key.

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

## Pricing

from $0.004 / licence scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## Singapore BCA Licensed Builders Scraper

Export Singapore's **BCA Licensed Builders register** — around **5,200 licences** — into clean JSON, CSV or Excel. Each record has **company name, UEN, licence class, class code, expiry date, address and phone**. Powered by BCA's **open data** (data.gov.sg).

Perfect for **construction-industry lead generation, supplier due diligence, tender pre-qualification checks and market mapping**.

> This is the BCA **Licensed Builders** register (General Builder Class 1/2 and Specialist Builder licences) — the statutory licence to carry out building works — sourced from official open data.

![Singapore BCA Licensed Builders Scraper input — category, class code and keyword filters in the Apify Console](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/singapore-licensed-builders-scraper-input.png)

### What you get, per licence

- 🏗️ **Company** — name and **UEN**
- 🪪 **Licence** — class (e.g. `General Builder Class 1`, `Specialist Builder (Pre-cast Concrete Work)`), class code (`GB1`, `SB(PC)`…), category (General / Specialist), specialist trade
- 🗓️ **Expiry date** — licence validity
- 📍 **Address** — structured (block, street, unit, building, postal) + formatted
- ☎️ **Telephone**

### Filters

- **`query`** — company name or UEN contains
- **`category`** — `General Builder` or `Specialist Builder`
- **`classCode`** — exact class code, e.g. `GB1`, `GB2`, `SB(PC)`
- **`maxItems`** — cap the export (~5,200 total)

### Example input

```json
{ "category": "Specialist Builder", "classCode": "SB(PC)", "maxItems": 500 }
```

### Output

![Singapore BCA Licensed Builders Scraper output example — builder licences with UEN, class and address as structured JSON](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/singapore-licensed-builders-scraper-output.png?v=1)

```json
{
  "companyName": "WOH HUP (PRIVATE) LIMITED",
  "uen": "194000021M",
  "licenceClass": "General Builder Class 1",
  "classCode": "GB1",
  "category": "General Builder",
  "specialistTrade": null,
  "expiryDate": "2027-06-16",
  "formattedAddress": "217 UPPER BUKIT TIMAH ROAD, WOH HUP BUILDING, Singapore 588185",
  "telephone": "63858585",
  "sourceUrl": "https://data.gov.sg/collections/14/view",
  "collectedAt": "2026-07-30T12:00:00.000Z"
}
```

#### Output schema

| Field | Type | Description |
|-------|------|-------------|
| `id` | string | Stable unique identifier for the licence record. |
| `companyName` | string | Registered company name. |
| `uen` | string | Unique Entity Number (UEN) of the company. |
| `licenceClass` | string | Full licence class name (e.g. `General Builder Class 1`). |
| `classCode` | string | Short licence class code (e.g. `GB1`, `SB(PC)`). |
| `category` | string | Licence category (`General Builder` or `Specialist Builder`). |
| `specialistTrade` | string | Specialist trade, for specialist builder licences. |
| `additionalInfo` | string | Any additional licence information. |
| `expiryDate` | string | Licence expiry date. |
| `address` | object | Structured address (block, street, unit, building, postal code). |
| `formattedAddress` | string | Full address as a single string. |
| `telephone` | string | Contact phone number. |
| `sourceUrl` | string (URL) | Link to the source open dataset. |
| `collectedAt` | string (ISO date) | When this Actor collected the record. |

### FAQ

**Do I need an account or API key?**
No. Just set your filters and run — no account, login or API key required.

**What format is the output?**
Structured JSON — one record per licence — exportable as JSON, CSV, Excel or via the Apify API.

**Can I integrate this with other tools?**
The Singapore BCA Licensed Builders 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.

### Notes

Data is © BCA, published under the **Singapore Open Data Licence** (commercial reuse permitted). Use responsibly and in line with the licence terms.

# Actor input Schema

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

Match licences whose company name or UEN contains this text. Leave empty for all.

## `category` (type: `string`):

Filter by category: General Builder or Specialist Builder. Leave empty for all.

## `classCode` (type: `string`):

Exact licence class code, e.g. GB1, GB2, SB(PC). Leave empty for all.

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

Maximum licence records to return. There are ~5,200 in total.

## Actor input object example

```json
{
  "category": "",
  "maxItems": 10000
}
```

# 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": "",
    "classCode": ""
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/singapore-licensed-builders-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": "",
    "classCode": "",
}

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

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).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": "",
  "classCode": ""
}' |
apify call hipersoft/singapore-licensed-builders-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=hipersoft/singapore-licensed-builders-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

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