# Chile Real Estate (Inmobiliaria) Companies Scraper

**Use case:** 

Extract Chilean real estate (inmobiliaria) companies from the RES registry with RUT, capital, legal type, tax region and dates.

## Input

```json
{
  "maxItems": 50,
  "ruts": [
    "78325512-K"
  ],
  "razonSocial": "inmobiliaria",
  "years": [
    "2024",
    "2023",
    "2022"
  ],
  "companyType": "",
  "region": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "razonSocial": {
    "label": "Company Name",
    "format": "text"
  },
  "rut": {
    "label": "RUT",
    "format": "text"
  },
  "companyType": {
    "label": "Type",
    "format": "text"
  },
  "capital": {
    "label": "Capital (CLP)",
    "format": "number"
  },
  "actuationType": {
    "label": "Act Type",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "siiApprovalDate": {
    "label": "SII Approval",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "taxComuna": {
    "label": "Tax Comuna",
    "format": "text"
  },
  "taxRegion": {
    "label": "Tax Region",
    "format": "text"
  },
  "socialComuna": {
    "label": "Social Comuna",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RES Chile Company Registry Scraper [🏷️ ON SALE 🎉]](https://apify.com/scrapers_lat/res-chile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/res-chile-scraper) to learn more, explore other use cases, and run it yourself.