ToolAssay

Search authoritative company registries by company name to resolve candidate leg

Search authoritative company registries by company name to resolve candidate legal entities and registration identifiers. Currently supports the United Kingdom (GB) and Norway (NO), with expanding jurisdiction coverage. Results are public-register evidence, not a KYC or KYB compliance determination.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
913 msmedian answer time
$0.005listed price per call
$0.005price 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://www.celerapi.com/v1/company/search

CategoryCompany and compliance
Provider hostwww.celerapi.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days12 from 8 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 913 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "GB",
    "q": "Monzo Bank"
  },
  "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"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "country": {
              "default": "GB",
              "description": "ISO alpha-2 country hint; omission defaults to GB.",
              "enum": [
                "GB",
                "NO"
              ],
              "type": "string"
            },
            "jurisdiction": {
              "description": "Optional sub-jurisdiction hint.",
              "pattern": "^[A-Za-z0-9-]{2,32}$",
              "type": "string"
            },
            "q": {
              "description": "Company or business name to search in the selected authoritative company registry.",
              "maxLength": 200,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "q"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "complete": {
              "type": "boolean"
            },
            "data": {
              "items": {
                "properties": {
                  "available_capabilities": {
                    "items": {
                      "enum": [
                        "profile",
                        "officers",
                        "owners",
                        "filings",
                        "insolvency"
                      ]
                    },
                    "type": "array",
                    "uniqueItems": true
                  },
                  "company_number": {
                    "type": "string"
                  },
                  "company_status": {
                    "type": "string"
                  },
                  "company_type": {
                    "type": "string"
                  },
                  "country": {
                    "pattern": "^[A-Z]{2}$",
                    "type": "string"
                  },
                  "dissolution_date": {
                    "format": "date",
                    "type": "string"
                  },
                  "entity_id": {
                    "example": "gb:companies-house:09446231",
                    "type": "string"
                  },
                  "entity_type": {
                    "type": "string"
                  },
                  "incorporation_date": {
                    "format": "date",
                    "type": "string"
                  },
                  "jurisdiction": {
                    "type": "string"
                  },
                  "legal_name": {
                    "type": "string"
                  },
                  "local_identifiers": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "type": "object"
                  },
                  "match_type": {
                    "enum": [
                      "exact",
                      "prefix",
                      "fuzzy",
                      "provider_ranked",
                      "unknown"
                    ]
                  },
                  "registered_address": {
                    "additionalProperties": false,
                    "properties": {
                      "address_line_1": {
                        "type": "string"
                      },
                      "address_line_2": {
                        "type": "string"
                      },
                      "care_of": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "locality": {
                        "type": "string"
                      },
                      "po_box": {
                        "type": "string"
                      },
                      "postal_code": {
                        "type": "string"
                      },
                      "premises": {
                        "type": "string"
                      },
                      "region": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "registered_office_address": {
                    "additionalProperties": false,
                    "properties": {
                      "address_line_1": {
                        "type": "string"
                      },
                      "address_line_2": {
                        "type": "string"
                      },
                      "care_of": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "locality": {
                        "type": "string"
                      },
                      "po_box": {
                        "type": "string"
                      },
                      "postal_code": {
                        "type": "string"
                      },
                      "premises": {
                        "type": "string"
                      },
                      "region": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "registration_number": {
                    "type": "string"
                  },
                  "source": {
              

This page as JSON