ORSR Scraper - Slovakia Business Register Company Data avatar

ORSR Scraper - Slovakia Business Register Company Data

Pricing

from $7.00 / 1,000 result scrapeds

Go to Apify Store
ORSR Scraper - Slovakia Business Register Company Data

ORSR Scraper - Slovakia Business Register Company Data

Extract official company data from Slovakia's Obchodny register SR (orsr.sk). Get company name, ICO, legal form, registered address, registration date, statutory body officers, share capital, and dissolution/liquidation status. Search by company name or ICO. No login required.

Pricing

from $7.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

ORSR Scraper

Extract official company data from Slovakia's Obchodný register SR (orsr.sk), the Slovak Ministry of Justice business register. Returns the company's legal identity (name, IČO, legal form, registered seat), registration date, statutory body officers, supervisory board, procuration holders, share capital, shareholders, and dissolution/liquidation status. No login or cookies required.

How to scrape orsr.sk data

  1. Go to this actor's page on the Apify Store.
  2. Click Try for free to open the actor in Apify Console.
  3. Enter a company name (e.g., Slovnaft) or an 8-digit IČO identification number (e.g., 35763469).
  4. Set the maximum number of results you need (default: 10).
  5. Click Start and wait for the run to finish (usually under a minute for a handful of results).
  6. Download your data as JSON, CSV, Excel, or connect it to your workflow via the Apify API.

Why use this actor?

Obchodný register SR is the official Slovak government business register maintained by the Ministry of Justice, covering every company registered with one of Slovakia's 8 registry courts. It is Slovakia's implementation of the EU Business Registers Interconnection System (BRIS) — the same category of legal-disclosure register as Germany's Handelsregister or Poland's KRS. This actor gives you programmatic access to that register without manual searches on the government portal.

Use cases:

  • KYB / KYC checks: Verify a Slovak counterparty's legal identity, registered address, and officers before onboarding them.
  • Due diligence: Confirm share capital, ownership, and dissolution/liquidation status before a business deal or investment.
  • Compliance monitoring: Track officer changes or a company entering liquidation.
  • Lead generation: Find statutory body members (directors) and shareholders for B2B outreach.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch companies by name (e.g., Slovnaft). Matches names starting with this text by default. Ignored if ico is provided. Defaults to Slovnaft if no other criteria given.
icoStringNoSearch by the 8-digit Slovak company identification number (IČO). Returns one detailed record.
matchAnywhereBooleanNoIf true, matches the search query anywhere inside the company name (substring search) instead of only at the start. Default: false.
includeHistoricalNamesBooleanNoIf true, also matches companies that have since renamed away from the searched name. Default: false (current names only).
maxResultsIntegerNoMaximum results to return (default: 20, max: 100). Each result costs one detail-page fetch in addition to the search request.
proxyConfigurationObjectNoApify proxy settings. orsr.sk has no anti-bot and no geo-lock — the default automatic proxy pool works fine.

Provide either searchQuery or ico. If neither is given, the actor searches for Slovnaft and returns the first batch of matches.

Example input

{
"searchQuery": "Slovnaft",
"maxResults": 10,
"proxyConfiguration": {
"useApifyProxy": true
}
}

IČO lookup

{
"ico": "35763469"
}

Output

Each result contains the following fields:

FieldTypeExample
companyNameString"Slovak Telekom, a.s."
icoString or null"35763469"
courtString or null"Mestského súdu Bratislava III"
sectionString or null"Sa"
insertNumberString or null"2081/B"
legalFormString or null"Akciová spoločnosť"
registrationDateString or null"01.04.1999"
streetString or null"Bajkalská 28"
cityString or null"Bratislava"
postalCodeString or null"817 62"
countryString"Slovakia"
businessActivitiesArrayList of registered business activities
statutoryBodyTypeString or null"predstavenstvo" or "konatelia"
statutoryBodyMembersArraySee below
signingRulesString or nullRules for signing on behalf of the company
supervisoryBoardArraySupervisory board members, same shape as statutoryBodyMembers
procurationHoldersArrayProcuration holders, same shape as statutoryBodyMembers
procurationRulesString or nullProcuration signing rules
shareCapitalNumber or null864113000
shareCapitalCurrencyString or null"EUR"
shareCapitalRawString or nullRaw share-capital text incl. paid-up amount
shareholdersArraySee below
legalPredecessorsArrayPredecessor companies from mergers, when applicable
participantsArrayParticipant companies from demergers/spin-offs, when applicable
statusString"active", "in_liquidation", or "deregistered"
dissolutionLegalReasonString or nullPopulated once a company has been dissolved
liquidationInfoString or nullLiquidation dates/liquidator, when in liquidation
deregistrationDateString or nullPresence means the company no longer legally exists
deregistrationReasonString or nulle.g. "dobrovoľný výmaz"
legalFactsRecentArray of stringsMost recent entries from the register's append-only legal-facts log, newest first
legalFactsTotalCountIntegerTotal legal-facts entries on file (legalFactsRecent is a capped subset of the 15 most recent)
urlStringURL of the company's official register extract
scrapedAtStringISO timestamp

Each entry in statutoryBodyMembers, supervisoryBoard, and procurationHolders has:

FieldTypeExample
nameString"Armin Sumesgutner"
roleString or null"Predseda predstavenstva"
dateOfBirthString or null"05.06.1970"
functionSinceString or null"29.04.2025"

Each entry in shareholders has:

FieldTypeExample
nameString"Deutsche Telekom Europe B.V."
icoString or null"33298220"
addressString or null"Stationsplein 8K, Maastricht 6221BT, Holandské kráľovstvo"

Example output

{
"companyName": "Slovnaft Mobility Services, s. r. o.",
"ico": "51632187",
"court": "Mestského súdu Bratislava III",
"section": "Sro",
"insertNumber": "127285/B",
"legalForm": "Spoločnosť s ručením obmedzeným",
"registrationDate": "28.03.2018",
"street": "Vlčie hrdlo 1",
"city": "Bratislava - mestská časť Ružinov",
"postalCode": "821 07",
"country": "Slovakia",
"businessActivities": [
"kúpa tovaru na účely jeho predaja konečnému spotrebiteľovi (maloobchod) alebo iným prevádzkovateľom živnosti (veľkoobchod)",
"sprostredkovateľská činnosť v oblasti obchodu"
],
"statutoryBodyType": "konatelia",
"statutoryBodyMembers": [
{ "name": "Mgr. Marián Ružič", "role": null, "dateOfBirth": "25.01.1976", "functionSince": "01.01.2019" },
{ "name": "Ing. Dana Galková", "role": null, "dateOfBirth": "08.09.1969", "functionSince": "12.11.2022" }
],
"signingRules": "V mene spoločnosti konajú konatelia vždy spoločne...",
"supervisoryBoard": [],
"procurationHolders": [],
"procurationRules": null,
"shareCapital": 2350000,
"shareCapitalCurrency": "EUR",
"shareCapitalRaw": "2 350 000 EUR Rozsah splatenia: 2 350 000 EUR",
"shareholders": [
{ "name": "SLOVNAFT, a. s.", "ico": "31322832", "address": "Vlčie hrdlo 1, Bratislava - mestská časť Ružinov 824 12" }
],
"legalPredecessors": [],
"participants": [],
"status": "active",
"dissolutionLegalReason": null,
"liquidationInfo": null,
"deregistrationDate": null,
"deregistrationReason": null,
"legalFactsRecent": [
"Obchodná spoločnosť bola založená zakladateľskou listinou zo dňa 14.3.2018..."
],
"legalFactsTotalCount": 4,
"url": "https://www.orsr.sk/vypis.asp?ID=426789&SID=2&P=0",
"scrapedAt": "2026-08-22T14:32:30.169Z"
}

Important notes

  • Name search matches from the start by default: searchQuery: "Slovnaft" matches "Slovnaft, a.s." but not "Bratislavská Slovnaft s.r.o.". Set matchAnywhere: true for substring matching anywhere in the name.
  • Current names only by default: a company that has since renamed away from your search term won't match unless includeHistoricalNames: true.
  • Search results are paginated at 20 per page server-side: the actor follows pagination automatically up to maxResults.
  • legalFactsRecent is capped at 15 entries: long-established companies can accumulate 50+ legal-facts log entries over decades. legalFactsTotalCount tells you the true total; the field returns the 15 most recent, newest first.
  • A dissolved company's data is still returned: search for a company that no longer exists and you'll get its final record with status: "deregistered", deregistrationDate, and deregistrationReason populated instead of an error.
  • Data source: This actor scrapes the official orsr.sk register maintained by Slovakia's Ministry of Justice. No login or account required.

Data coverage

The register covers every entity registered with one of Slovakia's 8 registry courts (Bratislava III, Banská Bystrica, Košice, Nitra, Prešov, Trenčín, Trnava, Žilina), including:

  • Spoločnosť s ručením obmedzeným (s.r.o.) — limited liability companies
  • Akciová spoločnosť (a.s.) — joint-stock companies
  • Verejná obchodná spoločnosť / Komanditná spoločnosť — general and limited partnerships
  • Družstvo — cooperatives
  • Branches of foreign companies and other registered legal forms

Integrations

Connect this actor with other tools in your stack:

  • Apify API: Fetch results programmatically in any language.
  • Webhooks: Get notified when a run completes.
  • Zapier / Make: Automate KYB workflows with ORSR data.
  • Google Sheets: Export directly to spreadsheets.
  • Slack / Email: Send alerts when a specific company's status changes.

Cost estimation

  • Direct IČO lookup (1 company): 2 HTTP requests (search + detail page), minimal compute.
  • Name search (up to maxResults companies): 1 search request per 20 results, plus 1 detail-page request per company.
  • Typical run of 10 results: Under $0.05 in Apify platform compute.
  • Cost per result: on the NICHE pricing tier this actor bills a fixed amount per scraped company record, plus a flat per-run start fee — see the actor's Pricing tab on the Apify Store for the current rate.
  • Usage cost only settles after the run reports SUCCEEDED. If you read the dataset from a run that is still RUNNING, the usage total shown at that point is not final — check back once the run status is SUCCEEDED before relying on the cost figure.

Studio AMBA maintains a full cluster of European company-registry actors with a consistent record shape for cross-country KYB workflows:

  • crbr-scraper — Poland's Central Register of Beneficial Owners
  • krz-scraper — Poland's National Debtors Register (insolvency/restructuring proceedings)
  • krs-scraper — Poland's National Court Register
  • handelsregister-scraper — Germany's commercial register
  • infogreffe-scraper — France's official company register
  • registro-imprese-scraper — Italy's business register
  • registro-mercantil-scraper — Spain's mercantile register
  • kvk-scraper — Netherlands Chamber of Commerce register
  • companies-house-scraper — UK Companies House
  • kbo-enrichment — Belgium's Crossroads Bank for Enterprises

This actor accesses publicly available data from Slovakia's official Obchodný register SR portal (orsr.sk), maintained by the Ministry of Justice under Slovakia's EU Business Registers Interconnection System (BRIS) obligations. Users are responsible for ensuring their use of the data complies with applicable data protection regulations.