# Korean Company Name to Registration Number Lookup

> Korean Company Name to Registration Number Lookup is a paid API for AI agents from wsdesk.tailef794b.ts.net, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Looks up a Korean company by name and returns its corporate registration number (crno) and business registration number

## Facts

- Endpoint: GET https://wsdesk.tailef794b.ts.net/kr/corp/search
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/korean-company-name-to-registration-number-lookup-b3029f3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_62mVKp7pN2NlPDO_iCwgB

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 korean-company-name-to-registration-number-lookup-b3029f3f
```

Example prompt: What's the corporate registration number (crno) and business registration number for 삼성전자 (Samsung Electronics)? I need to look up their official Korean company IDs.

## When to prefer this

Use this endpoint when you have a Korean company name and need its official corporate registration number (crno) or business registration number to pass to downstream Korean business data APIs. It is specifically designed for Korean companies and handles legal suffix variants automatically, making it preferable to manual registry searches or generic business lookup tools.

## Known failure modes

- Company name not found in registry — returns empty or error result
- Ambiguous company name matching multiple entities — may return wrong or multiple results
- Non-Korean company names will not resolve
- Network or upstream registry unavailability may cause timeouts
- Unusual or very new company names may not yet be indexed

## Output

Returns the corporate registration number (crno) and business registration number for the matched Korean company, handling legal suffix variants such as (주) automatically. These identifiers can then be used as inputs to other Korean business data endpoints.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "name"
     ],
     "properties": {
      "name": {
       "type": "string",
       "description": "Korean company name. Returns the corporate registration number (crno) and business registration number needed by the other endpoints. Handles legal-suffix variants such as (주) automatically."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korean-company-name-to-registration-number-lookup-b3029f3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wsdesk.tailef794b.ts.net](https://www.zero.xyz/host/wsdesk.tailef794b.ts.net/llms.txt)
