# Nigeria Company Lookup by RC Number

**Use case:** 

Look up a Nigerian company by its RC number in the official CAC register. Registration number, nature of business, status and date as JSON.

## Input

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