# Colombia Company Lookup by Matrícula - RUES

**Use case:** 

Look up a Colombian registration by its matrícula in the official RUES register. Name, chamber, legal form and status as JSON.

## Input

```json
{
  "companyNames": [
    "BANCOLOMBIA"
  ],
  "nits": [
    "890903938"
  ],
  "matriculas": [
    "8396404"
  ],
  "register": "RM",
  "maxResultsPerQuery": 100,
  "statusFilter": [],
  "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.