# 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).

Searches Singapore's company registry for companies matching a given query string, returning matching company records

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/sg/company/search/DBS
- 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-5ab29ba7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wvQ2Ngy4SSxpIU7qfSpu5

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-5ab29ba7
```

Example prompt: Can you search the Singapore company registry for 'DBS' and show me the matching registered companies?

## When to prefer this

Use this endpoint when you need to search Singapore's official company registry by company name or partial name. Ideal for verifying whether a company is registered in Singapore, finding company registration numbers, or looking up companies similar to 'DBS'. Prefer this over generic web search when authoritative registry data is needed.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions
- No results found for the search query returns empty list
- Invalid or overly broad search query may return too many or no results
- Network timeout if registry backend is slow (maxTimeoutSeconds: 60)
- Payment amount insufficient returns payment error

## How this service works

Company registry search

## Output

A list of companies matching the search query from the Singapore company registry, including registration details such as company names and identifiers for each matching result.

## Example request

```json
{
 "corpNumber": "123456789"
}
```

## 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-5ab29ba7/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)
