# Singapore Company Registry Search

> Singapore Company Registry Search is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Looks up a Singapore company by its UEN (Unique Entity Number) from the national company registry

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/sg/company/197200078R
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/singapore-company-registry-search-85008042
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WOpkey0B4FdRJNo0gzPAd

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability singapore-company-registry-search-85008042
```

Example prompt: Can you look up the Singapore company with UEN 197200078R and tell me its registered name, status, and incorporation details?

## When to prefer this

Use this endpoint when you need to verify or retrieve official corporate registry information for a Singapore-registered entity by its UEN. Ideal for KYC/due diligence workflows, supplier verification, or business research focused on Singapore companies. Prefer this over generic web search when you need authoritative, structured registry data.

## Known failure modes

- Invalid or malformed UEN returns 404 or error response
- UEN not found in registry returns empty or 404
- Payment of $0.01 USDC not provided causes 402 Payment Required
- Rate limiting or service downtime returns 5xx error
- UEN belongs to a foreign entity not registered in Singapore

## How this service works

Company registry search

## Output

Returns structured company registry data for the given Singapore UEN, including company name, registration status (active/struck off/etc.), incorporation date, registered address, and business activity codes as recorded by ACRA Singapore.

## Example request

```json
{
 "uen": "197200078R"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/singapore-company-registry-search-85008042/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
