Služby Zamestnanosti Scraper — Slovakia National Job Listings
Pricing
from $1.20 / 1,000 result scrapeds
Služby Zamestnanosti Scraper — Slovakia National Job Listings
Scrape job listings from sluzbyzamestnanosti.gov.sk, Slovakia's national public employment service portal (run by ÚPSVaR, the Central Office of Labour, Social Affairs and Family). Search by job title and get employer, location, salary and direct links.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Služby Zamestnanosti Scraper
Extract job listings from sluzbyzamestnanosti.gov.sk, Slovakia's national public employment service portal, run by ÚPSVaR (the Central Office of Labour, Social Affairs and Family). The portal aggregates vacancies posted directly by labour offices across the country alongside listings employers post themselves, giving broad national coverage in one place.
No login. No cookies. No browser automation. The actor reads the same server-rendered listing pages a visitor's browser would.
What this actor does
Given a search keyword, this actor collects every matching job listing from sluzbyzamestnanosti.gov.sk and returns one row per listing with:
- Job title
- Hiring employer
- Location (district / municipality)
- Base gross salary and period, where published
- Listing source (labour office vs. self-posted by employer)
- Last-updated indicator
- The listing's unique ID and direct URL
Why use it
- National labour market research — track vacancy volume and salary levels across Slovakia by role or region.
- Recruitment intelligence — see which employers are actively hiring and where.
- Public-sector data journalism — this is the same dataset ÚPSVaR itself publishes, structured for analysis.
- Aggregators and job boards — feed Slovak listings into your own product.
How to scrape Služby Zamestnanosti data
- Open the actor and set a Search Query (for example
vodič,kuchár,predavačorprogramátor). Leave it empty to pull all current listings. Slovak keywords work best. - Set Max Results to how many listings you want.
- Leave the proxy on the default automatic setting and click Start.
The actor pages through the listings (20 per page) until it reaches your Max Results or runs out of listings, then writes everything to the dataset. You can export the result as JSON, CSV or Excel.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Job title / profession to search for. Slovak keywords work best. Default: vodič. |
maxResults | integer | Maximum number of listings to return. Default: 100. |
proxyConfiguration | object | Apify proxy settings. Default: automatic (no anti-bot on this site). |
Example input
{"searchQuery": "kuchár","maxResults": 100,"proxyConfiguration": {"useApifyProxy": true}}
Output
Each dataset item looks like this:
{"jobTitle": "Vodič (muž/žena)","employer": "SIBAstav, s.r.o.","location": "Považská Bystrica - Považská Bystrica","minSalary": 1600,"currency": "EUR","salaryPeriod": "mesačne","source": "úrad PSVR","updatedText": "aktualizované dnes","jobId": "468f3f21-0ef2-46ff-8f75-52ad46c4e4c6","url": "https://www.sluzbyzamestnanosti.gov.sk/pracovne-ponuky/468f3f21-0ef2-46ff-8f75-52ad46c4e4c6","scrapedAt": "2026-08-11T09:42:56.709Z"}
Output fields
| Field | Type | Description |
|---|---|---|
jobTitle | string | Title of the job listing |
employer | string | Name of the hiring company |
location | string | District/municipality of the workplace |
minSalary | number | Base gross salary, if published |
currency | string | Salary currency (EUR) |
salaryPeriod | string | Salary period as published (e.g. mesačne = monthly) |
source | string | Listing source: úrad PSVR (labour office) or Portál SZ (employer self-posted) |
updatedText | string | Human-readable last-updated text as published |
jobId | string | Unique sluzbyzamestnanosti.gov.sk listing UUID |
url | string | Full job listing URL |
scrapedAt | string | ISO 8601 timestamp of collection |
Cost estimate
This actor parses lightweight server-rendered HTML and no browser, so runs are cheap and fast. One request returns up to 20 listings, so even a few thousand jobs cost only a moderate number of requests. Exact cost depends on your Apify plan and proxy usage. Usage is only charged after a run finishes with status SUCCEEDED — a failed or aborted run doesn't bill for partial results.
Limitations
- Salary is not always published. Some listings omit a base salary figure entirely —
minSalary/currency/salaryPeriodwill be empty for those. - Location is published as a free-text district string (e.g. "Považská Bystrica - Považská Bystrica") rather than structured city/region fields, matching how ÚPSVaR itself presents it.
- Full job descriptions, requirements and application instructions are on the individual listing page, not included in the default output — use the
urlfield to link to the full listing.
Related scrapers
Building a European jobs dataset? These sibling actors follow the same clean-data approach:
- Jobs.ac.uk Scraper — UK's academic and research jobs board
- Academics.de Scraper — Germany's academic jobs board
- KarieraWFinansach.pl Scraper — Poland's finance-sector jobs board
- AcademicTransfer Scraper — Netherlands' national academic jobs platform
- AMS Scraper — Austria's national public employment service
Disclaimer
This actor collects publicly available data from sluzbyzamestnanosti.gov.sk for legitimate research and aggregation use. Respect the site's terms of service and applicable data protection law when using the output.