ORSR Scraper - Slovakia Business Register Company Data
Pricing
from $7.00 / 1,000 result scrapeds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
- Go to this actor's page on the Apify Store.
- Click Try for free to open the actor in Apify Console.
- Enter a company name (e.g.,
Slovnaft) or an 8-digit IČO identification number (e.g.,35763469). - Set the maximum number of results you need (default: 10).
- Click Start and wait for the run to finish (usually under a minute for a handful of results).
- 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
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Search 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. |
ico | String | No | Search by the 8-digit Slovak company identification number (IČO). Returns one detailed record. |
matchAnywhere | Boolean | No | If true, matches the search query anywhere inside the company name (substring search) instead of only at the start. Default: false. |
includeHistoricalNames | Boolean | No | If true, also matches companies that have since renamed away from the searched name. Default: false (current names only). |
maxResults | Integer | No | Maximum results to return (default: 20, max: 100). Each result costs one detail-page fetch in addition to the search request. |
proxyConfiguration | Object | No | Apify 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:
| Field | Type | Example |
|---|---|---|
companyName | String | "Slovak Telekom, a.s." |
ico | String or null | "35763469" |
court | String or null | "Mestského súdu Bratislava III" |
section | String or null | "Sa" |
insertNumber | String or null | "2081/B" |
legalForm | String or null | "Akciová spoločnosť" |
registrationDate | String or null | "01.04.1999" |
street | String or null | "Bajkalská 28" |
city | String or null | "Bratislava" |
postalCode | String or null | "817 62" |
country | String | "Slovakia" |
businessActivities | Array | List of registered business activities |
statutoryBodyType | String or null | "predstavenstvo" or "konatelia" |
statutoryBodyMembers | Array | See below |
signingRules | String or null | Rules for signing on behalf of the company |
supervisoryBoard | Array | Supervisory board members, same shape as statutoryBodyMembers |
procurationHolders | Array | Procuration holders, same shape as statutoryBodyMembers |
procurationRules | String or null | Procuration signing rules |
shareCapital | Number or null | 864113000 |
shareCapitalCurrency | String or null | "EUR" |
shareCapitalRaw | String or null | Raw share-capital text incl. paid-up amount |
shareholders | Array | See below |
legalPredecessors | Array | Predecessor companies from mergers, when applicable |
participants | Array | Participant companies from demergers/spin-offs, when applicable |
status | String | "active", "in_liquidation", or "deregistered" |
dissolutionLegalReason | String or null | Populated once a company has been dissolved |
liquidationInfo | String or null | Liquidation dates/liquidator, when in liquidation |
deregistrationDate | String or null | Presence means the company no longer legally exists |
deregistrationReason | String or null | e.g. "dobrovoľný výmaz" |
legalFactsRecent | Array of strings | Most recent entries from the register's append-only legal-facts log, newest first |
legalFactsTotalCount | Integer | Total legal-facts entries on file (legalFactsRecent is a capped subset of the 15 most recent) |
url | String | URL of the company's official register extract |
scrapedAt | String | ISO timestamp |
Each entry in statutoryBodyMembers, supervisoryBoard, and procurationHolders has:
| Field | Type | Example |
|---|---|---|
name | String | "Armin Sumesgutner" |
role | String or null | "Predseda predstavenstva" |
dateOfBirth | String or null | "05.06.1970" |
functionSince | String or null | "29.04.2025" |
Each entry in shareholders has:
| Field | Type | Example |
|---|---|---|
name | String | "Deutsche Telekom Europe B.V." |
ico | String or null | "33298220" |
address | String 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.". SetmatchAnywhere: truefor 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. legalFactsRecentis capped at 15 entries: long-established companies can accumulate 50+ legal-facts log entries over decades.legalFactsTotalCounttells 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, andderegistrationReasonpopulated 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
maxResultscompanies): 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 isSUCCEEDEDbefore relying on the cost figure.
Related Scrapers
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 Ownerskrz-scraper— Poland's National Debtors Register (insolvency/restructuring proceedings)krs-scraper— Poland's National Court Registerhandelsregister-scraper— Germany's commercial registerinfogreffe-scraper— France's official company registerregistro-imprese-scraper— Italy's business registerregistro-mercantil-scraper— Spain's mercantile registerkvk-scraper— Netherlands Chamber of Commerce registercompanies-house-scraper— UK Companies Housekbo-enrichment— Belgium's Crossroads Bank for Enterprises
Legal
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.