# Look up Singapore companies by UEN

**Use case:** 

Exact-match lookup: pass a list of UENs and get the full ACRA record: status, entity type, incorporation date, registered address, SSIC codes and officer count.

## Input

```json
{
  "mode": "lookup",
  "query": "software",
  "uens": [
    "197801696E",
    "197702727N",
    "196900255G"
  ],
  "activeOnly": true,
  "sgFullSweep": false,
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "uen": {
    "label": "UEN",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "entityType": {
    "label": "Type",
    "format": "text"
  },
  "incorporationDate": {
    "label": "Incorporated",
    "format": "date"
  },
  "primaryActivity": {
    "label": "Primary activity",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore Company Search — ACRA Registry Data & UEN Lookup](https://apify.com/kaz_kakyo/singapore-company-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/singapore-company-search) to learn more, explore other use cases, and run it yourself.