ToolAssay

Resolve an Irish company from its name and optional CRO number, Eircode and addr

Resolve an Irish company from its name and optional CRO number, Eircode and address. Returns explicit ambiguity and matching evidence.

Answers HTTP 503 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.002listed price per call
n/aprice 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

POST https://testnet.queryspigot.com/api/v1/resolve

CategoryCompany and compliance
Provider hosttestnet.queryspigot.com
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 no x402 terms 503 777 ms

Example input (from the provider)

{
  "body": {
    "eircode": "T12AB34",
    "name": "Example Software Ltd"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "body": {
          "additionalProperties": false,
          "anyOf": [
            {
              "required": [
                "name"
              ]
            },
            {
              "required": [
                "company_number"
              ]
            }
          ],
          "properties": {
            "address": {
              "type": "string"
            },
            "company_number": {
              "type": "string"
            },
            "eircode": {
              "type": "string"
            },
            "name": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "enum": [
            "http"
          ],
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON