ToolAssay

One-call verification of a European company

One-call verification of a European company: official registry existence and status, insolvency signals, VAT (VIES), LEI (GLEIF), sanctions screening (EU/OFAC/UN/UK/FR), EORI and domain age, condensed into a pass/review/fail verdict with per-check source, timestamp and an explicit coverage map. Query: country=FR (FR, UK, IE, NO, FI, SK, PL, CZ, CH) and id=552032534 (national registry number). Factual verification, not a credit score. Buyers are never charged on failure.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
925 msmedian answer time
$0.1listed price per call
$0.1price 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://data.greeneris.io/v1/eu/company-check

CategoryCompany and compliance
Provider hostdata.greeneris.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days52 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 925 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "FR",
    "id": "552032534"
  },
  "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": {
            "country": {
              "description": "Country of the registry to check against",
              "enum": [
                "FR",
                "UK",
                "IE",
                "NO",
                "FI",
                "SK",
                "PL",
                "CZ",
                "CH"
              ],
              "type": "string"
            },
            "domain": {
              "description": "Company website domain for age and MX signals",
              "type": "string"
            },
            "eori": {
              "description": "EORI customs number to validate",
              "type": "string"
            },
            "id": {
              "description": "National registry id: SIREN/SIRET (FR), company number (UK/IE), orgnr (NO), y-tunnus (FI), ICO (SK/CZ), NIP (PL), UID CHE-... (CH)",
              "type": "string"
            },
            "legal_entities_only": {
              "default": true,
              "description": "false = include minimized facts for individual entrepreneurs",
              "type": "boolean"
            },
            "lei": {
              "description": "Known 20-char LEI to verify",
              "type": "string"
            },
            "vat": {
              "description": "VAT number to check when not derivable (IE, SK)",
              "type": "string"
            }
          },
          "required": [
            "country",
            "id"
          ],
          "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