# Search Nigerian Companies by Name - CAC

**Use case:** 

Find Nigerian companies by name in the official CAC register. Get RC numbers, classification, nature of business and status as structured JSON.

## Input

```json
{
  "companyNames": [
    "DANGOTE INDUSTRIES"
  ],
  "registrationNumbers": [
    "RC 71242"
  ],
  "maxResultsPerQuery": 25,
  "nameMatchMode": "relevant",
  "statusFilter": [],
  "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.