# Search Singapore Companies

**Use case:** 

Search Singapore Companies with ACRA registry data with keyword, name and UEN lookup

## Input

```json
{
  "mode": "search",
  "query": "marine engineering",
  "activeOnly": true,
  "sgFullSweep": false,
  "maxItems": 20
}
```

## 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.