# Active Colombian Companies - RUES

**Use case:** 

Search the official Colombian RUES register and keep only ACTIVA entities. Cancelled registrations are filtered out automatically.

## Input

```json
{
  "companyNames": [
    "EXITO"
  ],
  "nits": [
    "890903938"
  ],
  "register": "RM",
  "maxResultsPerQuery": 25,
  "statusFilter": [
    "ACTIVA"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "lookupStatus": {
    "label": "Result",
    "format": "text"
  },
  "razonSocial": {
    "label": "Company",
    "format": "text"
  },
  "matricula": {
    "label": "Matrícula",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "chamber": {
    "label": "Chamber",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "lastRenewedYear": {
    "label": "Last Renewed",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Colombia Company Registry Scraper - RUES](https://apify.com/regdata/colombia-rues-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/colombia-rues-company-scraper) to learn more, explore other use cases, and run it yourself.