Slovenia Company Data — AJPES Business Register
Pricing
$4.00 / 1,000 company records
Slovenia Company Data — AJPES Business Register
Official Slovenian company data from the Business Register of Slovenia (AJPES): registration number, legal organisational form, registering authority and full registered address.
Pricing
$4.00 / 1,000 company records
Rating
0.0
(0)
Developer
Berkan Kaplan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Slovenia Company Registry Scraper (AJPES PRS)
Official Slovenian company data from the Business Register of Slovenia maintained by AJPES — the complete extract, ~294,000 entities — covering registration number (matična številka), legal organisational form, registering authority and full registered address.
Free · No API key · Official source · Same schema across every country in this series
What data do you get?
| Field | Description |
|---|---|
companyName | Registered legal name |
registrationNumber | Registration number (matična številka) — the register's own identifier |
taxNumber | VAT / tax identifier where published |
status | Normalized to active / inactive / dissolved / unknown |
statusRaw | The register's own wording, untranslated |
legalForm | Legal form as registered |
incorporatedOn / dissolvedOn | ISO dates |
address, city, postalCode | Registered address |
industry, industryCode | Activity classification where published |
employees, capital | Where the register publishes them |
officers[] | Directors / partners where published |
sourceUrl | Link to the company's page on the register |
Country-specific fields on top of the shared schema: isBranch, isSoleTrader, registeringAuthority, spatialUnitId.
Input
| Field | Type | Default | Description |
|---|---|---|---|
queries | array | — | Slovenian registration numbers (matična številka, e.g. 5025796000) or company names (Petrol). |
maxResultsPerQuery | integer | 5 | For name searches, how many matching companies to return. |
includeRaw | boolean | false | Attach the register's untouched response under raw. |
requestDelayMs | integer | 200 | Politeness delay against a public register. |
proxyConfiguration | object | none | Optional — podatki.gov.si is a public open-data service. |
{"queries": ["5025796000","Petrol","Krka"],"maxResultsPerQuery": 5}
Example output
{"country": "SI","registry": "Poslovni register Slovenije (AJPES)","companyName": "PETROL, Slovenska energetska družba, d.d., Ljubljana","registrationNumber": "5025796000","status": "active","statusRaw": "V registru (in the register)","legalForm": "Delniška družba","address": "Dunajska cesta 50, 1000, Ljubljana, SLOVENIJA","isBranch": false,"registeringAuthority": "AJPES, izpostava Ljubljana","sourceUrl": "https://www.ajpes.si/prs/podjetjeSRG.asp?maticna=5025796000"}
What can you use it for?
- Lead enrichment — resolve Slovenian company names to registration numbers and registered addresses.
- Entity-type filtering —
isBranchandisSoleTraderseparate real companies from branches and sole traders.
Frequently asked questions
Is this Slovenian company registry scraper free?
The data source is free and needs no API key — you pay only for the Apify compute the run uses.
Do I need an API key or an account with the registry?
No. AJPES publishes the complete Business Register of Slovenia as an open dataset on podatki.gov.si.
Can I search by company name, or only by Registration number (matična številka)?
Both. A matična številka is an exact lookup; anything else runs a full-text search.
How current is the data?
Every run queries the source live, so results are as current as the register itself.
Can I export the results to CSV, Excel or JSON?
Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.
Can I combine this with other countries in one dataset?
Yes — that is why it exists. Every actor in this series emits the same core schema, so results from different countries concatenate into one table with no remapping.
Is scraping this data legal?
This actor reads a public register that the Slovenian authorities publish deliberately for public inspection. Company records are public by design; where a record names a person (a director, owner or partner), that is personal data and your use of it falls under GDPR or the local equivalent — handle it accordingly.
Why is every result "active"?
The published AJPES extract contains currently registered entities only and carries no status column, so status is always active. Dissolved companies simply are not in the file — that is stated rather than inferred.
Notes and limits
- The published extract contains currently registered entities only. AJPES includes no status column, so
statusis alwaysactive— that is stated rather than inferred, and dissolved companies simply are not in the file. - Branches (
Poslovna enota) and sole traders (s.p.) sit alongside companies;isBranchandisSoleTradertell them apart. A branch's registration number is the parent's with a different suffix. - Name search is full-text across every column, so a query can also match a settlement or street name. Filter on
companyNameif you need exact matches. - Queries that match nothing are still pushed as
{ query, error }, so a partial run is never silent.
Other country registries in this series
Norway · Finland · Denmark · Iceland · Poland · Slovakia · Slovenia · Latvia · Estonia · Czechia · France · UK · Israel · Taiwan · Singapore · Vietnam · Brazil · Colombia · Peru · USA — plus EU VAT Validation (VIES) covering all 27 member states.