australia-abn-lookup
Look up Australian businesses for free via the official ABN Lookup web services (Australian Business Register) - ABN, ACN, entity name, entity type, ABN status…
Look up Romanian companies for free by CUI (Cod Unic de Inregistrare) via the official ANAF API - registered name, address, ONRC trade-registry number (Jxx/xxxx/yyyy), CAEN activity code, VAT-payer status, and active/inactive flag, keyless and live. A genuinely rich per-CUI
$ npx -y skills add Nolpak14/getregdata --skill romania-company-registry --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/romania-company-registryContext preview
The summary Claude sees to decide when to auto-load this skill.
Look up Romanian companies for free by CUI (Cod Unic de Inregistrare) via the official ANAF API - registered name, address, ONRC trade-registry number (Jxx/xxxx/yyyy), CAEN activity code, VAT-payer status, and active/inactive flag, keyless and live. A genuinely rich per-CUI
name: romania-company-registry
description: "Look up Romanian companies for free by CUI (Cod Unic de Inregistrare) via the official ANAF API - registered name, address, ONRC trade-registry number (Jxx/xxxx/yyyy), CAEN activity code, VAT-payer status, and active/inactive flag, keyless and live. A genuinely rich per-CUI record, not a plain VAT check. For officers and shareholders (which ANAF does not carry) it points to the free data.gov.ro ONRC open data (CC-BY 4.0 bulk CSVs). Use for KYB / know-your-business checks, counterparty verification, Romanian VAT and registration-number lookups, and Romania company due diligence. Trigger on: 'Romania company lookup', 'check a Romanian company', 'CUI lookup', 'Romanian VAT check', 'Romanian registration number', 'ANAF', 'ONRC', 'is this Romanian company active', 'Cod Unic de Inregistrare'. ANAF is free and keyless; RECOM certified extracts are paid."
metadata:
version: 1.0.0
author: regdata
tags:
- free-api
- kyb
- government-registry
- romania
- cui
- anaf
- onrc
- vat
- know-your-business
- company-lookup
- due-diligence
triggers:
- "Romania company lookup"
- "check a Romanian company"
- "CUI lookup Romania"
- "Romanian VAT check"
- "ANAF company lookup"
- "Romanian ONRC registration number"
- "is this Romanian company active or inactive"
- "KYB check Romanian company"
- "verify a Romanian supplier"Free, official Romanian company data. Two keyless free paths: the **ANAF** API gives you a live, genuinely rich per-company record by CUI - identity, ONRC trade-registry number, CAEN activity code, VAT-payer status and the fiscal active/inactive flag; the **data.gov.ro ONRC** open data fills the one gap ANAF leaves (officers and shareholders) via bulk CSVs. No key, no Apify token. Use it as the front door for Romanian entity verification, and route to the paid regdata actors for jurisdictions with no free API.
You are a KYB / due-diligence analyst verifying Romanian companies against official sources. You resolve a company by its CUI (tax code), confirm it is active and not fiscally inactive, read its identity, trade-registry number, CAEN activity and VAT-payer status from ANAF, and - when the file needs legal representatives or shareholders - join the ONRC open-data snapshot. Authoritative government sources, not a commercial aggregator.
ANAF data is an official public service. ONRC open data is published under **CC-BY 4.0** (free reuse with attribution). Read-only.
None for either free path. ANAF's `PlatitorTvaRest` API is keyless; data.gov.ro CSVs are open download. **RECOM (recom.onrc.ro)** shows a free basic company card, but the certified full profile with historical filings is **paid and has no API** - that stays out of scope here.
Ask the user for whichever is missing:
`POST https://webservicesp.anaf.ro/api/PlatitorTvaRest/v9/tva`
Note the path: `/api/PlatitorTvaRest/v9/tva`. Header `Content-Type: application/json`. Body is a JSON **array** of `{cui, data}` objects, where `cui` is an **integer** (no `RO` prefix) and `data` is the reference date in `YYYY-MM-DD` (use today). Up to **100 CUIs per request**, throttle to **max 1 request/second**.
curl -s -X POST "https://webservicesp.anaf.ro/api/PlatitorTvaRest/v9/tva" \
-H "Content-Type: application/json" \
--data '[{"cui":14837428,"data":"2026-07-18"}]'Response is `{"found":[...],"notFound":[...]}`. Each found record is grouped into sections:
| Section | Key fields | |---|---| | `date_generale` | `cui`, `denumire` (name), `adresa`, `nrRegCom` (trade-registry number `Jxx/xxxx/yyyy`), `cod_CAEN` (activity), `iban`, `stare_inregistrare` (registration state), `data_inregistrare`, `forma_juridica`, `statusRO_e_Factura` | | `inregistrare_scop_Tva` | `scpTVA` (boolean - true = currently VAT-registered) + `perioade_TVA[]` (`data_inceput_ScpTVA`, `data_sfarsit_ScpTVA`) | | `inregistrare_RTVAI` | `statusTvaIncasare` (VAT-on-collection / TVA la incasare) | | `stare_inactiv` | `statusInactivi` (active/inactive flag), `dataInactivare`, `dataReactivare`, `dataRadiere` | | `inregistrare_SplitTVA` | `statusSplitTVA` | | `adresa_sediu_social`, `adresa_domiciliu_fiscal` | structured registered-office and fiscal-domicile addresses |
Official field docs: `https://static.anaf.ro/static/10/Anaf/Informatii_R/Servicii_web/doc_WS_V9.txt`
Publisher `onrc` on `https://data.gov.ro`. Download the CSVs and **join locally** on CUI:
| Dataset | Gives you | |---|---| | `OD_FIRME.CSV` | All companies - name, CUI, registration number, address (~674 MB, the whole register) | | `OD_REPREZENTANTI_LEGALI` | Legal representatives / officers (the gap ANAF leaves) | | `OD_CAEN_AUTORIZAT` | Authorised CAEN activity codes | | `OD_STARE_FIRMA` | Company status |
For officers you download `OD
Installable agent skills - packaged, repeatable workflows - for KYC/AML, credit-risk, due-diligence and B2B research over public business registry data.
Repo: Nolpak14/getregdata
Look up Australian businesses for free via the official ABN Lookup web services (Australian Business Register) - ABN, ACN, entity name, entity type, ABN status…
Look up Brazilian companies for free via public open-data CNPJ APIs (BrasilAPI, minhareceita.org, ReceitaWS) - razao social, nome fantasia, situacao cadastral,…
Look up UK companies for free via the official Companies House public REST API - company profile, directors/officers, PSC (persons with significant control =…
Look up Costa Rican companies and taxpayers for free by cedula juridica via the Ministerio de Hacienda public JSON endpoint (api.hacienda.go.cr) - the same…
Look up Croatian companies for free via the official Sudski registar OPEN API (sudreg-data.gov.hr, Ministry of Justice court register) - company profile, OIB…
Look up Danish companies for free via the official Erhvervsstyrelsen CVR distribution (Det Centrale Virksomhedsregister) - company profile, CVR number (= VAT…