# Find Active Nigerian Companies - CAC

**Use case:** 

Search the official Nigerian CAC register and keep only ACTIVE entities. Dissolved and struck-off companies are filtered out automatically.

## Input

```json
{
  "companyNames": [
    "GUARANTY TRUST"
  ],
  "registrationNumbers": [
    "RC 71242"
  ],
  "maxResultsPerQuery": 25,
  "nameMatchMode": "relevant",
  "statusFilter": [
    "ACTIVE"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "lookupStatus": {
    "label": "Result",
    "format": "text"
  },
  "approvedName": {
    "label": "Entity",
    "format": "text"
  },
  "registrationNumberFormatted": {
    "label": "Reg. No.",
    "format": "text"
  },
  "classificationLabel": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "natureOfBusiness": {
    "label": "Nature of Business",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Nigeria Company Registry Scraper - CAC](https://apify.com/regdata/nigeria-cac-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/nigeria-cac-company-scraper) to learn more, explore other use cases, and run it yourself.