# RUES NIT 890900608 Company Registry Lookup Scraper

**Use case:** 

Search Colombian NIT 890900608 in the RUES registry for legal name, status and chamber data for compliance and screening.

## Input

```json
{
  "maxItems": 20,
  "withDetails": true,
  "searchTerms": [
    "890900608"
  ],
  "status": [
    "ACTIVA"
  ]
}
```

## Output

```json
{
  "razonSocial": {
    "label": "Legal Name",
    "format": "text"
  },
  "nit": {
    "label": "NIT",
    "format": "text"
  },
  "estado": {
    "label": "Status",
    "format": "text"
  },
  "tipoEntidad": {
    "label": "Entity Type",
    "format": "text"
  },
  "organizacionJuridica": {
    "label": "Legal Organization",
    "format": "text"
  },
  "camara": {
    "label": "Chamber",
    "format": "text"
  },
  "matricula": {
    "label": "Registration No.",
    "format": "text"
  },
  "fechaMatricula": {
    "label": "Registration Date",
    "format": "text"
  },
  "municipio": {
    "label": "Municipality",
    "format": "text"
  },
  "departamento": {
    "label": "Department",
    "format": "text"
  },
  "ciiu": {
    "label": "CIIU Code",
    "format": "text"
  },
  "motivoCancelacion": {
    "label": "Cancellation Reason",
    "format": "text"
  },
  "fechaActualizacion": {
    "label": "Last Updated",
    "format": "text"
  },
  "urlVentaCertificados": {
    "label": "Certificate Purchase URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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