mirrored listing x402 eip155:8453

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

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.

Do you run italian-company-check-fdsbh7p2bq-oc.a.run.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
9
calls / 30d
2
unique payers
2026-09-17
updated

Provider

italian-company-check-fdsbh7p2bq-oc.a.run.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xe514653402f0cac581f6bc740cde52c130bf60e8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "identifier": "00743110157"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "check_status": "complete",
          "company": {
            "ateco_code": null,
            "country": "IT",
            "legal_form": null,
            "lei": null,
            "municipality": null,
            "nace_code": null,
            "name": null,
            "postal_code": null,
            "province": null,
            "registered_address": null,
            "registration_date": null,
            "status": null,
            "tax_code": "00743110157",
            "vat_number": null
          },
          "enrichments": {},
          "identifier": "00743110157",
          "source_statuses": {
            "registro_imprese_hvd": {
              "configured": true,
              "success": true
            }
          },
          "verifications": {}
        },
        "type": "json"
      }
    },
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://italian-company-check-fdsbh7p2bq-oc.a.run.app/v1/x402/check"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://italian-company-check-fdsbh7p2bq-oc.a.run.app/v1/x402/check");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://italian-company-check-fdsbh7p2bq-oc.a.run.app/v1/x402/check")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7322.json, and this resource appears in /discovery/resources and /discovery/search.