openapi-companylisted
Install: claude install-skill openapi/openapi-skills
# Openapi Company data
Base URL: `https://company.openapi.com` — company master data from official registers (Chamber of Commerce, CRIF, INPS and more).
Authentication: `Authorization: Bearer <token>` with `company.openapi.com` scopes — see the `openapi-auth` skill.
## Italian companies (by VAT or tax code)
| Endpoint | Returns |
|---|---|
| `GET /IT-start/{vatCode_taxCode_or_id}` | Basic data (cheap, start here) |
| `GET /IT-advanced/{vatCode_taxCode_or_id}` | Advanced data |
| `GET /IT-full/{vatCode_or_taxCode}` | Everything (most expensive) |
| `GET /IT-search` | Search by name/filters |
| `GET /IT-shareholders/…` / `GET /IT-ubo/…` | Shareholders / ultimate beneficial owners |
| `GET /IT-aml/…` | Anti-money-laundering data |
| `GET /IT-pec/…` / `GET /IT-sdicode/…` | Certified e-mail / SDI invoicing code |
| `GET /IT-address/…`, `/IT-name/…`, `/IT-closed/…`, `/IT-vatgroup/…`, `/IT-splitpayment/…`, `/IT-pa/…` | Address, name, activity cessation, VAT group, split payment, public administration |
| `GET /IT-legalforms` | Italian legal forms list |
| `GET /IT-check_id/{id}` | Status of an async request |
POST variants of `/IT-full`, `/IT-aml`, `/IT-marketing`, `/IT-stakeholders` run asynchronously: pass a `callback` URL or poll `GET /IT-check_id/{id}`.
## Other countries
- Dedicated start/advanced pairs: `FR` (also `/FR-search`), `DE`, `ES`, `PT`, `GB`, `BE`, `AT`, `CH`, `PL` — e.g. `GET /FR-start/{siret_siren_or_vat}`.
- Worldwide: `GET /WW-start/{country}/{id}`, `GET /