# Falabella — Búsqueda en el Registro Chileno

**Use case:** 

Busca todas las empresas cuya razón social contenga "Falabella" (holding, retail, banco, seguros, etc.) y devuelve su RUT, razón social,

## Input

```json
{
  "search_terms": [
    "Falabella"
  ],
  "max_results": 100
}
```

## Output

```json
{
  "rut": {
    "label": "RUT",
    "format": "text"
  },
  "razon_social": {
    "label": "Legal Name",
    "format": "text"
  },
  "tipo": {
    "label": "Type",
    "format": "text"
  },
  "subtipo": {
    "label": "Subtype",
    "format": "object"
  },
  "actividades": {
    "label": "Economic Activities",
    "format": "array"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "date"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Rutificador Empresas Chilenas (Chilean Business scraper)](https://apify.com/datacach/rutificador-empresas-chilenas) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/rutificador-empresas-chilenas) to learn more, explore other use cases, and run it yourself.