# Slovakia RPVS Beneficial Owners (UBO) Scraper (`regdata/slovakia-rpvs-ubo-scraper`) Actor

Search Slovakia's public beneficial-ownership register (RPVS) by IČO or company name. Returns beneficial owners with a public-official (PEP) flag, plus the authorised person. No API key.

- **URL**: https://apify.com/regdata/slovakia-rpvs-ubo-scraper.md
- **Developed by:** [getregdata](https://apify.com/regdata) (community)
- **Categories:** Lead generation, Automation, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 partner records

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Slovakia RPVS Beneficial Owners (UBO) Scraper

Resolve the **beneficial owners (UBO)** behind any Slovak public-sector partner from Slovakia's public beneficial-ownership register - the **RPVS (Register partnerov verejného sektora)** - by IČO or company name, as structured JSON. Each record gives the company identity plus its beneficial owners (konečný užívateľ výhod), each with a **public-official (PEP) flag**, and the authorised person who filed and verifies the entry.

**No login, no API key, nothing to configure** - just send an IČO or a company name.

Slovakia's RPVS is one of only **two genuinely public beneficial-ownership registers in the EU** (the other is Poland's CRBR). Every company that takes public money - contracts, subsidies, licences - must disclose its ultimate beneficial owners here. That makes it a high-value, low-noise source for KYC/KYB, UBO discovery, PEP screening, and counterparty due diligence.

### What data do you get?

One record per public-sector partner, with its beneficial owners resolved:

```json
{
  "registerNumber": 7049,
  "partnerName": "Slovak Telekom, a.s.",
  "ico": "35763469",
  "legalForm": "PravnickaOsoba",
  "isCurrentlyRegistered": true,
  "validFrom": "2017-02-01T00:00:00+01:00",
  "validTo": null,
  "beneficialOwners": [
    { "firstName": "Timotheus", "lastName": "Höttges", "fullName": "Timotheus Höttges", "type": "person", "isPublicOfficial": false, "validFrom": "2017-02-01T00:00:00+01:00", "validTo": null, "isCurrent": true }
  ],
  "beneficialOwnerCount": 20,
  "hasPublicOfficial": false,
  "authorizedPersons": [ { "name": "Malata, Pružinský, Hegedüš & Partners s. r. o.", "type": "company", "ico": "47239915" } ],
  "jurisdiction": "SK",
  "source": "RPVS - Register partnerov verejného sektora (Ministerstvo spravodlivosti SR)",
  "sourceUrl": "https://rpvs.gov.sk/",
  "retrievedAt": "2026-07-02T00:00:00.000Z"
}
```

`beneficialOwners` is an array (a company usually has several). `isPublicOfficial` per owner and `hasPublicOfficial` at the partner level are the register's own public-official flag - a first-pass PEP signal. Date of birth is redacted (`null`) in the public feed. The raw register splits each partner across several entities; this actor joins them so you get one tidy record with the full owner list, PEP flags, and validity dates already resolved.

### How much does it cost?

**Pay per result** - you are not charged for Apify platform usage, only per partner record. See the **Pricing** tab on this page for the current figure. The free Apify plan returns a small preview. No subscription, no minimum.

### Is it legal, and where does the data come from?

Data comes from the official **RPVS open-data API** at [rpvs.gov.sk](https://rpvs.gov.sk/), maintained by the Ministry of Justice of the Slovak Republic. The RPVS is a **public register open to anyone**; this actor reads the official open-data feed and logs in to nothing. Date of birth and other protected personal data are already redacted by the register in the public feed. Use the data lawfully (KYC/AML, due diligence, B2B).

### How do I use it?

Look up a company's beneficial owners by IČO:

```json
{ "searchMode": "byIco", "icoNumbers": ["35763469"] }
```

Search by company name (`{ "searchMode": "byName", "searchQuery": "Telekom" }`), or screen several IČOs keeping only currently-valid entries (`{ "searchMode": "byIco", "icoNumbers": ["35763469", "31322832"], "currentOnly": true }`).

### Input options

| Field | Type | Description |
|------|------|-------------|
| `searchMode` | string | `byIco` (default) or `byName`. |
| `icoNumbers` | array | Slovak IČO numbers (used in `byIco` mode). |
| `searchQuery` | string | Company name, contains-match (used in `byName` mode). |
| `exactMatch` | boolean | `byName`: match the name exactly. Default `false`. |
| `currentOnly` | boolean | Keep only currently-valid owners/identities. Default `false`. |
| `maxResults` | integer | Max partner records to export. Default `50`. |

### Pairs with the UBO & debtor actors (source -> screen)

This actor **sources the ultimate beneficial owners**. Chain it with a **debtor / insolvency screen** on those same people and companies:

- **[Poland CRBR](https://apify.com/regdata/crbr-beneficial-owners-scraper)** - the same public-UBO register for Poland (RPVS is its Slovak twin).
- **[Poland KRZ](https://apify.com/regdata/krz-debtor-scraper)** / **[Germany Insolvency](https://apify.com/regdata/germany-insolvency-scraper)** / **[Czech ISIR](https://apify.com/regdata/czech-isir-insolvency-scraper)** - screen the owners you surface for insolvency.

Source the beneficial owners, then check them.

### What you can do with it

- **KYC / KYB & UBO discovery** - resolve the ultimate beneficial owners behind a Slovak counterparty.
- **PEP screening** - the `isPublicOfficial` flag surfaces owners the register itself marks as public officials.
- **AML source -> screen** - feed the owners you find here into an insolvency / debtor / adverse-media check.
- **Procurement & public-money due diligence** - see who ultimately benefits from a public-sector partner.

### Run it from code

```bash
## cURL - start a run and get the dataset back
curl -X POST "https://api.apify.com/v2/acts/regdata~slovakia-rpvs-ubo-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "searchMode": "byIco", "icoNumbers": ["35763469"] }'
```

```javascript
// Node.js - apify-client
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('regdata/slovakia-rpvs-ubo-scraper').call({ searchMode: 'byIco', icoNumbers: ['35763469'] });
const { items } = await client.dataset(run.defaultDatasetId).listItems();
```

```python
## Python - apify-client
from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("regdata/slovakia-rpvs-ubo-scraper").call(run_input={"searchMode": "byIco", "icoNumbers": ["35763469"]})
items = client.dataset(run["defaultDatasetId"]).list_items().items
```

### Integrations

Runs anywhere Apify does: call it from the **REST API**, **schedule** recurring UBO checks, pipe results into **n8n / Make / Zapier**, or use it from any **MCP client** (Claude, Cursor) via [mcp.apify.com](https://mcp.apify.com).

### FAQ

**Is it legal?** Yes. The RPVS is a public register open to anyone, read via its official open-data API. Protected personal data (e.g. date of birth) is already redacted by the register. Use the data lawfully for KYC/AML and due-diligence purposes.

**Do I need an account or API key?** No. No login, no key, nothing to configure - just an Apify account.

**How complete is the coverage?** The RPVS covers every company that receives public money in Slovakia (contracts, subsidies, licences) - which is why it is a genuinely public UBO register, unlike most EU beneficial-ownership registers.

**What does the PEP flag mean?** `isPublicOfficial` / `hasPublicOfficial` is the register's own marking that an owner is a public official - a first-pass PEP signal to feed into fuller screening.

**What export formats are supported?** JSON, CSV, Excel, or XML, or read live via the API.

### Related actors

Part of a suite of official government registry actors - **no public API to build or maintain**, pay per result, nothing to configure.

| Country | Actors |
|---|---|
| Poland | [BDO](https://apify.com/regdata/bdo-waste-registry-scraper) · [CRBR](https://apify.com/regdata/crbr-beneficial-owners-scraper) · [KRS (financials)](https://apify.com/regdata/poland-krs-financial-scraper) · [EKW](https://apify.com/regdata/ekw-ksiegi-wieczyste-scraper) · [KNF](https://apify.com/regdata/knf-registry-scraper) · [KRS (board)](https://apify.com/regdata/krs-fullnames-scraper) · [KRZ](https://apify.com/regdata/krz-debtor-scraper) · [MSiG](https://apify.com/regdata/msig-scraper) · [KYB check](https://apify.com/regdata/poland-kyb-check) · [PEP (Sejm)](https://apify.com/regdata/poland-parliamentary-pep-scraper) · [REGON (sites)](https://apify.com/regdata/polish-premises-prospector) · [REGON](https://apify.com/regdata/polish-regon-scraper) · [UOKiK](https://apify.com/regdata/uokik-clauses-scraper) |
| Germany | [Insolvenzbekanntmachungen](https://apify.com/regdata/germany-insolvency-scraper) · [Handelsregister](https://apify.com/regdata/germany-handelsregister-scraper) |
| Spain | [BORME](https://apify.com/regdata/borme-corporate-acts-scraper) · [Registro Mercantil](https://apify.com/regdata/spain-company-directory-scraper) · [Registro Público Concursal](https://apify.com/regdata/spain-concursal-scraper) |
| Italy | [INI-PEC](https://apify.com/regdata/italy-pec-lookup) · [Registro Imprese](https://apify.com/regdata/italy-registro-imprese-scraper) |
| Austria | [Ediktsdatei](https://apify.com/regdata/austria-ediktsdatei-scraper) · [WKO](https://apify.com/regdata/wko-business-directory-scraper) |
| France | [Societe.com](https://apify.com/regdata/societe-com-scraper) |
| Belgium | [KBO / BCE](https://apify.com/regdata/belgium-kbo-company-scraper) |
| Czechia | [ISIR](https://apify.com/regdata/czech-isir-insolvency-scraper) |
| Slovakia | **RPVS (this actor)** |
| Cyprus | [DRCOR](https://apify.com/regdata/cyprus-drcor-company-scraper) |
| Ireland | [CRO](https://apify.com/regdata/ireland-cro-company-scraper) |
| Portugal | [Publicações MJ](https://apify.com/regdata/portugal-corporate-acts-scraper) |
| Nigeria | [CAC](https://apify.com/regdata/nigeria-cac-company-scraper) |
| Colombia | [RUES](https://apify.com/regdata/colombia-rues-company-scraper) |
| USA | [California SoS](https://apify.com/regdata/california-sos-business-scraper) · [California UCC](https://apify.com/regdata/california-ucc-lien-scraper) |
| UAE | [ADGM](https://apify.com/regdata/uae-adgm-public-register-scraper) |
| Global | [Adverse media](https://apify.com/regdata/adverse-media-screener) |

**Common combinations:** company register -> [UBO](https://apify.com/regdata/crbr-beneficial-owners-scraper) -> [insolvency/debtors](https://apify.com/regdata/krz-debtor-scraper) -> [adverse media](https://apify.com/regdata/adverse-media-screener) is the standard KYB/onboarding chain.

For Poland that whole chain is one call: [Poland KYB Risk Check](https://apify.com/regdata/poland-kyb-check) takes a NIP or KRS and returns identity, beneficial owners and insolvency - screened against the company **and every beneficial owner** - as a single verdict, billed once per completed check.

> Full suite: [apify.com/regdata](https://apify.com/regdata) · Callable from any MCP client via [mcp.apify.com](https://mcp.apify.com)

# Actor input Schema

## `searchMode` (type: `string`):

Look up by Slovak company registration number (IČO), or search by company name.

## `icoNumbers` (type: `array`):

One or more Slovak IČO registration numbers (e.g. "35763469"). Used when search mode is "By IČO".

## `searchQuery` (type: `string`):

Company name to search (contains-match on the partner's registered name). Used when search mode is "By company name".

## `exactMatch` (type: `boolean`):

Off (default): contains-search. On: match the company name exactly.

## `currentOnly` (type: `boolean`):

Off (default): include historical beneficial owners and identities. On: keep only currently-valid entries.

## `maxResults` (type: `integer`):

Maximum partner records to export across all queries.

## Actor input object example

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

# Actor output Schema

## `partners` (type: `string`):

Partner records with beneficial owners in the default dataset.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "icoNumbers": [
        "35763469"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("regdata/slovakia-rpvs-ubo-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "icoNumbers": ["35763469"] }

# Run the Actor and wait for it to finish
run = client.actor("regdata/slovakia-rpvs-ubo-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "icoNumbers": [
    "35763469"
  ]
}' |
apify call regdata/slovakia-rpvs-ubo-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=regdata/slovakia-rpvs-ubo-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/WzoIPHk6aHFOk7dPp/builds/E5oYLzNqqoKaRJ7wl/openapi.json
