# Chile AML RUT Cross-Check for Risk Alerts

**Use case:** 

Cross-check the Chilean RUTs behind flagged high-value transactions before funds are released. Built for fraud and AML analysts responding to alerts.

## Input

```json
{
  "search_type": "rut",
  "search_terms": [
    "16.123.456-7",
    "11.222.333-4"
  ],
  "user_email": "aml-alerts@banco.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.