> ## Documentation Index
> Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
> Use this file to discover all available pages before exploring further.

# Datos de contribuyente

> Consulta datos públicos de un contribuyente en el SII.

**Autenticación:** Bearer JWT o API Key

| Parámetro | Tipo   | Descripción                              |
| --------- | ------ | ---------------------------------------- |
| `rut`     | string | RUT del contribuyente (ej: `76123456-7`) |

```json Response 200 theme={null}
{
  "rut": "76.123.456-7",
  "razon_social": "MI EMPRESA SPA",
  "giro": "DESARROLLO DE SOFTWARE",
  "direccion": "AV PROVIDENCIA 1234",
  "comuna": "PROVIDENCIA",
  "actividades": [ { "codigo": 620200, "descripcion": "CONSULTORIA EN INFORMATICA" } ]
}
```

| Código | Descripción                 |
| ------ | --------------------------- |
| `404`  | Contribuyente no encontrado |
| `503`  | SII no disponible           |
