# ItalianCompanyCheck

> ItalianCompanyCheck is a paid API for AI agents from italian-company-check-fdsbh7p2bq-oc.a.run.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Verify an Italian company by VAT number, tax code, or LEI using official and public data sources.

## Facts

- Endpoint: GET https://italian-company-check-fdsbh7p2bq-oc.a.run.app/v1/x402/check
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/italiancompanycheck-9c5154c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_viPDQh1v-FDhtyi0I5nLD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability italiancompanycheck-9c5154c3
```

Example prompt: Can you verify the Italian company with VAT number IT12345678901 and tell me if it's a legitimate, active registered business?

## When to prefer this

Use this endpoint when you need to verify or look up an Italian company specifically using official Italian data sources (Registro Imprese, Agenzia delle Entrate, etc.). Prefer this over generic European company databases when you have a partita IVA, codice fiscale, or LEI for an Italian entity and need authoritative verification for due diligence, compliance, or supplier onboarding workflows.

## Known failure modes

- Invalid or malformed VAT/tax code/LEI returns an error response
- Company not found in official registries returns a not-found result
- Network or upstream registry unavailability may cause timeouts
- Payment failure or insufficient USDC balance results in 402 Payment Required
- Identifiers from non-Italian jurisdictions will not be found

## How this service works

Italian company registry lookup, verification and KYB pre-check using official/public sources: Registro Imprese / InfoCamere HVD, VIES, GLEIF, OpenCoesione and AGCM where applicable. Search by Codice Fiscale, Partita IVA or LEI. Returns normalized identity, status, legal form, address, NACE/ATECO, source timestamps and VAT verification. For supplier verification, procurement, due diligence and compliance.

## Output

Returns official company verification data for the given Italian VAT number, tax code, or LEI — including registration status, company name, and other publicly available details sourced from official Italian business registries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "identifier"
     ],
     "properties": {
      "identifier": {
       "type": "string",
       "description": "Italian company identifier: Codice Fiscale (tax code), Partita IVA (VAT number), or Legal Entity Identifier (LEI)."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/italiancompanycheck-9c5154c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from italian-company-check-fdsbh7p2bq-oc.a.run.app](https://www.zero.xyz/host/italian-company-check-fdsbh7p2bq-oc.a.run.app/llms.txt)
