# Singapore Software Firms SSIC 62010

**Use case:** 

Look up Singapore ACRA company records for software firms under SSIC code 62010 with UEN, entity status, registration date and address for KYB checks.

## Input

```json
{
  "searchQuery": "",
  "nameInitial": "Auto",
  "scanAllInitials": true,
  "entityStatus": "",
  "entityType": "",
  "ssicCode": "62010",
  "maxItems": 50
}
```

## Output

```json
{
  "uen": {
    "label": "UEN"
  },
  "entityName": {
    "label": "Entity Name"
  },
  "entityStatus": {
    "label": "Status"
  },
  "entityType": {
    "label": "Type"
  },
  "registrationIncorporationDate": {
    "label": "Incorporated"
  },
  "primarySsicCode": {
    "label": "SSIC"
  },
  "primarySsicDescription": {
    "label": "Industry"
  },
  "noOfOfficers": {
    "label": "Officers"
  },
  "address": {
    "label": "Registered Address"
  },
  "postalCode": {
    "label": "Postal Code"
  }
}
```

## About this Actor

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