Slovakia RPO Companies Scraper avatar

Slovakia RPO Companies Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Slovakia RPO Companies Scraper

Slovakia RPO Companies Scraper

Query the Slovak Register of Legal Entities by company name or ICO and pull each entity with its ICO, full name history, registered address, legal form, status, business activities, statutory bodies, and establishment dates. Built for due diligence, lead generation, and KYC.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

ParseForge Banner

🇸🇰 Slovakia RPO Companies Scraper

🚀 Pull Slovak legal entities in seconds. Search the official Register of Legal Entities (RPO) by company name or ICO and get the ICO, full name history, registered address, legal form, business activities, statutory bodies, and establishment and termination dates.

🕒 Last updated: 2026-06-05 · 📊 25 fields per record · Covers the full Slovak RPO register · Public, keyless source

The Slovakia RPO Companies Scraper queries the Register of Legal Entities (Register právnických osôb) maintained by the Statistical Office of the Slovak Republic at statistics.sk. Give it a company name (for example Eset) or an exact ICO, and it walks every matching entity, fetches the full detail record, and returns one clean row per company.

Coverage spans companies, sole traders, cooperatives, and other registered legal entities across Slovakia, including historical name changes, prior addresses, current statutory bodies and shareholders, the main SK statistical activity, and the source court register reference. Both active and terminated entities are available, controlled by a single toggle.

🎯 Target Audience💡 Primary Use Cases
Sales and lead-gen teamsBuild prospect lists of Slovak companies by name keyword
Compliance and KYC analystsVerify ICO, legal form, status, and statutory bodies
Researchers and journalistsTrack ownership, name history, and company timelines
Fintech and data teamsEnrich CRM and risk records with official register data

📋 What the Slovakia RPO Companies Scraper does

  • Searches the RPO register by company name (fullName) or by exact ico.
  • Fetches the full entity detail for every search hit.
  • Returns identification (ICO, current name, full name history).
  • Returns the registered address plus street, building number, postal code, and municipality.
  • Returns legal form, current status, establishment and termination dates.
  • Returns the main statistical activity, the list of registered business activities, statutory bodies, and shareholders.
  • Includes the source court register, registration office, and registration number.
  • Lets you cap results and filter to active entities only.

🎬 Full Demo (🚧 Coming soon)

⚙️ Input

FieldKeyTypeDescription
Company NamefullNamestringSearch term matched against entity names. Example Eset.
ICO (Company ID)icostringExact 8 digit Slovak company ID. Example 35895420.
Only Active EntitiesonlyActivebooleanWhen on, terminated entities are excluded. Default true.
Max ItemsmaxItemsintegerCap on number of entities. Free plan is limited to 10.

Search by name:

{
"fullName": "Eset",
"onlyActive": true,
"maxItems": 10
}

Look up a single company by ICO:

{
"ico": "35895420",
"onlyActive": false,
"maxItems": 10
}

⚠️ Good to Know: Provide either a name or an ICO. Name search can return many entities (a search for Eset matches over a hundred), so set maxItems to control volume. Register text is in Slovak, exactly as published by the source.

📊 Output

FieldKeyDescription
🆔 ICOicoSlovak company identification number
📌 Company NamefullNameCurrent registered name
📊 StatusstatusActive or Terminated
⚖️ Legal FormlegalFormLegal form name (Slovak)
🏷️ Legal Form CodelegalFormCodeLegal form codelist code
🏭 Main ActivitymainActivityMain statistical activity
🏭 Main Activity CodemainActivityCodeActivity codelist code
📍 AddressaddressFullComposed registered address
🛣️ StreetstreetStreet name
🏠 Building NumberbuildingNumberBuilding or registration number
📮 Postal CodepostalCodePostal code
🏙️ MunicipalitymunicipalityCity or town
🌍 CountrycountryCountry of the registered seat
📅 EstablishedestablishmentEstablishment date
🛑 TerminatedterminationTermination date when applicable
🏛️ RegisterregisterNameSource register name
⚖️ Registration OfficeregistrationOfficeCourt or office of registration
🔢 Registration NumberregistrationNumberCourt register file number
📜 Name HistorynameHistoryPast and present names with valid dates
🧰 ActivitiesactivitiesList of registered business activities
👤 Statutory BodiesstatutoryBodiesDirectors with role, dates, address
🤝 ShareholdersstakeholdersShareholders with role and address
🔗 SourcesourceUrlRPO entity detail endpoint
🆔 Entity IDentityIdRPO internal entity id
🕒 ScrapedscrapedAtCollection timestamp
❌ ErrorerrorNull on success, message on failure

Real sample records from a live run:

{
"ico": "35895420",
"fullName": "DOTYKY PRÍRODY s.r.o.",
"status": "Active",
"legalForm": "Spoločnosť s ručením obmedzeným",
"mainActivity": "Veľkoobchod s ostatnými strojmi a zariadeniami",
"addressFull": "Hradská 1/a, 82107 Bratislava, Slovenská republika",
"municipality": "Bratislava",
"establishment": "2004-08-04",
"registrationNumber": "Sro/32659/B",
"statutoryBodies": [
{ "name": "Ľubomír Novák", "role": "Konateľ", "validFrom": "2006-03-31", "validTo": null }
]
}
{
"ico": "47427965",
"fullName": "Radko Rešeta, s.r.o.",
"status": "Active",
"legalForm": "Spoločnosť s ručením obmedzeným",
"mainActivity": "Ostatné pomocné obchodné činnosti i. n.",
"addressFull": "Záhradná 458/17, 972 42 Lehota pod Vtáčnikom, Slovenská republika",
"municipality": "Lehota pod Vtáčnikom",
"establishment": "2013-10-04",
"registrationNumber": "Sro/29032/R"
}
{
"ico": "36052655",
"fullName": "Atlas Futura Slovakia s.r.o.",
"status": "Active",
"legalForm": "Spoločnosť s ručením obmedzeným",
"mainActivity": "Ostatné pomocné činnosti v doprave",
"addressFull": "Internátna 67, 97401 Banská Bystrica, Slovenská republika",
"municipality": "Banská Bystrica",
"establishment": "2002-02-06",
"registrationNumber": "Sro/7559/S"
}

✨ Why choose this Actor

  • Reads the official Statistical Office RPO register directly, not a third party copy.
  • Returns full name and address history, not just the current values.
  • Includes statutory bodies and shareholders for ownership mapping.
  • Search by free text or by exact ICO for precise lookups.
  • Clean, flat records ready for a CRM, a database, or a spreadsheet.

📈 How it compares to alternatives

ApproachCoverageEffortStructure
Manual RPO website lookupsOne entity at a timeHighCopy and paste
Generic web scrapersFragile on dynamic pagesHighInconsistent
Slovakia RPO Companies ScraperFull register, batchedLowClean structured rows

🚀 How to use

  1. Create a free Apify account using this sign-up link.
  2. Open the Slovakia RPO Companies Scraper.
  3. Enter a company name or an ICO, and set onlyActive and maxItems.
  4. Click Start and watch entities collect in the run log.
  5. Browse the results table or pull them through the Apify API for your app.

💼 Business use cases

Sales and lead generation

GoalHow this helps
Build a target listSearch a keyword and collect every matching Slovak entity
Qualify prospectsFilter to active companies with onlyActive

Compliance and KYC

GoalHow this helps
Verify a counterpartyLook up an exact ICO and confirm status and legal form
Map controlRead statutory bodies and shareholders per entity

Market and competitor research

GoalHow this helps
Size a segmentGroup entities by main activity and municipality
Track changesUse name history and establishment dates over time

Data enrichment

GoalHow this helps
Clean CRM recordsAppend official ICO, address, and registration number
Standardize entitiesUse the register name and court reference as keys

🔌 Automating Slovakia RPO Companies Scraper

Connect runs and results to the tools your team already uses:

  • Make and Zapier to trigger runs and route new records.
  • Slack to post fresh matches to a channel.
  • Airbyte to sync results into a warehouse.
  • GitHub to schedule runs from a workflow.
  • Google Drive to archive each run output.

🌟 Beyond business use cases

  • Research: study company formation trends across Slovak regions.
  • Personal: check a supplier or employer before you sign.
  • Non-profit: map the legal entities behind an initiative.
  • Experimentation: prototype an entity resolution or graph project.

🤖 Ask an AI assistant

Drop the output into ChatGPT, Claude, Perplexity, or Copilot and ask it to summarize ownership, cluster by activity, or flag terminated entities.

❓ Frequently Asked Questions

What is the RPO register? The Register of Legal Entities maintained by the Statistical Office of the Slovak Republic, a central public reference for Slovak legal entities.

Do I need an API key? No. The source is a public, keyless endpoint.

Can I look up a single company? Yes. Put its 8 digit ICO in the ico field.

Does it include former names? Yes. The nameHistory field lists past and present names with their valid dates.

Can I get terminated companies? Yes. Turn off onlyActive and terminated entities are included with their termination date.

In what language is the text? Slovak, exactly as published by the register.

How many results can a name search return? A common keyword can match well over a hundred entities. Use maxItems to cap volume.

Does it return owners and directors? Yes. Statutory bodies and shareholders are included with role, dates, and address when published.

What does the status field mean? Active means no termination date is on record. Terminated means the entity has a termination date.

Is this affiliated with the Statistical Office? No. It is an independent tool that reads only publicly available register data.

🔌 Integrate with any app

Every run writes structured records you can pull through the Apify API, push to a webhook, or wire into a scheduled pipeline.

💡 Pro Tip: browse the complete ParseForge collection.

🆘 Need Help? Open our contact form

⚠️ Disclaimer: independent tool, not affiliated with the Statistical Office of the Slovak Republic. Only publicly available data is collected.