# Look Up Slovak Beneficial Owners by Company Name

**Use case:** 

Find the beneficial owners behind a Slovak company by name - who controls it and who benefits - for KYC, onboarding and counterparty due diligence.

## Input

```json
{
  "searchMode": "byName",
  "icoNumbers": [
    "35763469"
  ],
  "searchQuery": "Telekom",
  "exactMatch": false,
  "currentOnly": false,
  "maxResults": 50
}
```

## Output

```json
{
  "partnerName": {
    "label": "Partner",
    "format": "string"
  },
  "ico": {
    "label": "IČO",
    "format": "string"
  },
  "partnerType": {
    "label": "Type",
    "format": "string"
  },
  "beneficialOwnerCount": {
    "label": "UBOs",
    "format": "integer"
  },
  "hasPublicOfficial": {
    "label": "Has PEP",
    "format": "boolean"
  },
  "isCurrentlyRegistered": {
    "label": "Current",
    "format": "boolean"
  },
  "matchedQuery": {
    "label": "Matched",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Slovakia RPVS Beneficial Owners (UBO) Scraper](https://apify.com/regdata/slovakia-rpvs-ubo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/slovakia-rpvs-ubo-scraper) to learn more, explore other use cases, and run it yourself.