# Verify a company's registration for KYB onboarding

**Use case:** 

Confirm a business exists across official registries by name — registration numbers, status and jurisdiction for know-your-business checks.

## Input

```json
{
  "companyName": "Danone",
  "registries": [],
  "maxPerRegistry": 5
}
```

## Output

```json
{
  "input_name": {
    "label": "Input name",
    "format": "string"
  },
  "registry": {
    "label": "Registry",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "exists": {
    "label": "Exists",
    "format": "boolean"
  },
  "matched_name": {
    "label": "Matched name",
    "format": "string"
  },
  "entity_id": {
    "label": "Entity ID",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "match_confidence": {
    "label": "Match confidence",
    "format": "number"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [KYB Company Verifier — Cross-Registry Business Verification API](https://apify.com/malonestar/kyb-company-verifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/kyb-company-verifier) to learn more, explore other use cases, and run it yourself.