getregdata
RegistryNigeria · CAC

Nigeria CAC Company Register API

Company, business-name and trustees identity, classification and status from the Nigerian CAC register. You get clean, structured records with the source registry attached - keyed off the RC number identifier.

Run CAC on Apify Install the skills
What you get
  • Structured JSON, not HTML or PDFs
  • Source registry attached to every record
  • Read live at query time - current filings
  • Queried by RC number or company name
python · regdata/nigeria-cac-company-scraper
from apify_client import ApifyClient

client = ApifyClient("apify_api_xxxxx")
run = client.actor("regdata/nigeria-cac-company-scraper").call(
    run_input={"query": "example"}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
Serves these use cases
KYC onboarding
FAQ
Does CAC have an API?

CAC (Nigeria) does not offer a clean public API for programmatic queries. getregdata reads the official source directly and returns structured JSON, keyed off the RC number identifier - so you get API-like access without an official endpoint.

How do I get CAC data programmatically?

Install the getregdata agent skills or MCP server, or run the regdata/nigeria-cac-company-scraper actor on Apify. Query by RC number or company name and receive structured, source-attributed records. It is free to install; you pay per result on Apify.

What data does CAC return?

Company, business-name and trustees identity, classification and status from the Nigerian CAC register.

Related guides
6AMLD Compliance: Automate Beneficial Owner Checks by July 2027 3 min → Automated KYC Onboarding: Screen Polish Companies in 3 API Calls 5 min → Automating Polish UBO Checks: How to Query CRBR Without an Official API 5 min → Kompany / Moody's KYB API Alternative for CEE Primary-Source Data 3 min →