What it returns
For a given tax ID (RUT in Chile), the API returns:- Legal company name (
razon_social) - Active status (
activo) — whether the company is registered and in good standing - Start of activities date
- Primary economic activity description
- Registered address
Supported countries
| Country | Identifier | Source |
|---|---|---|
| Chile 🇨🇱 | RUT (e.g. 76354771-K) | SII (Servicio de Impuestos Internos) |
Request
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
identifier | string | ✅ | Company tax ID. For Chile: RUT with or without dash. |
country | string | ✅ | ISO 3166-1 alpha-2 country code. Currently: CL. |
Response
Response fields
| Field | Type | Description |
|---|---|---|
rut | string | Normalized RUT with verification digit |
razon_social | string | Official legal company name |
activo | boolean | true if the company has active tax registration |
inicio_actividades | string | ISO date of first tax activity |
actividad_economica | string | Primary economic activity per tax registry |
direccion | string | Registered address |
source | string | Data source (sii for Chile) |
timestamp | string | ISO 8601 timestamp of the response |
Error responses
| Status | Code | Description |
|---|---|---|
404 | — | Company not found in registry |
400 | — | Invalid or malformed identifier |
403 | — | Missing API key or module not included in plan |
Pricing
| Plan | Price | Includes |
|---|---|---|
| KYB | $29/month | 500 verifications |
| Overage | — | $0.08 per extra verification |
API Reference
Full request/response schema with interactive examples.