ToolAssay

Italian company registry lookup, verification and KYB pre-check using official/p

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
878 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://italian-company-check-fdsbh7p2bq-oc.a.run.app/v1/x402/check

CategoryCompany and compliance
Provider hostitalian-company-check-fdsbh7p2bq-oc.a.run.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days9 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 878 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "identifier": "00743110157"
  },
  "type": "http"
}

Promised output schema (from the provider)

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

This page as JSON