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
| Category | Company and compliance |
|---|---|
| Provider host | testnet.queryspigot.com |
| Networks | eip155:84532 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 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"
}