# GlobalAPI Singapore Company Search

> GlobalAPI Singapore Company Search is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Search Singapore's company registry by name to retrieve matching registered company records

## Facts

- Endpoint: GET https://globalapi.dev/sg/company/search/%7Bname%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-singapore-company-search-8a97a2ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kX5yFdCoYadCm2viRoZez

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 globalapi-singapore-company-search-8a97a2ce
```

Example prompt: Can you search the Singapore company registry for 'Grab Holdings' and tell me what registered companies come up?

## When to prefer this

Use this endpoint when you need to search the Singapore company registry specifically — for due diligence, verifying a counterparty's incorporation, or checking whether a business name is registered in Singapore. Prefer this over generic web search when you need structured, authoritative registry data. At $0.01 USDC per call with no subscription required, it is ideal for on-demand agent workflows.

## Known failure modes

- No companies found matching the name — empty result set returned
- Invalid or missing name parameter — API returns 400 or similar error
- Payment failure via x402 protocol — 402 response if USDC payment not completed
- Rate limits or transient server errors — 5xx responses
- Partial or fuzzy name matches may return unexpected results

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

A list of Singapore-registered companies matching the provided name query, likely including company names, registration numbers, and basic incorporation details from the Singapore registry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-singapore-company-search-8a97a2ce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
