# Chile Name to RUT Lookup, Lead Enrichment

**Use case:** 

Resolve Chilean prospects captured by name only into RUT, commune, and address data. Helps sales ops and CRM teams complete and clean contact records.

## Input

```json
{
  "search_type": "name",
  "search_terms": [
    "Juan Perez"
  ],
  "user_email": "datos@empresa.cl"
}
```

## Output

```json
{
  "rut": {
    "label": "RUT",
    "format": "string"
  },
  "nombre": {
    "label": "Name",
    "format": "string"
  },
  "sexo": {
    "label": "Gender",
    "format": "string"
  },
  "direccion": {
    "label": "Address",
    "format": "string"
  },
  "ciudad_comuna": {
    "label": "City_or_state",
    "format": "string"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "string"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Rutificador Chile API - Buscar RUT por Nombre  | RUT Lookup](https://apify.com/datacach/rutificador) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/rutificador) to learn more, explore other use cases, and run it yourself.