# MojeDelo.com Scraper — Slovenian Job Listings & Salaries (`studio-amba/mojedelo-scraper`) Actor

Scrape job offers from MojeDelo.com, Slovenia's #1 general job board. Search by keyword or region and extract job titles, companies, locations, categories, employment type, full descriptions and application links. No login required.

- **URL**: https://apify.com/studio-amba/mojedelo-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## MojeDelo.com Scraper — Slovenian Job Listings & Salaries

Scrape job offers from [MojeDelo.com](https://www.mojedelo.com), Slovenia's #1 general job board, straight into JSON, CSV or Excel. Search by keyword or region and get job titles, companies, locations, categories, employment type, experience and education requirements, full descriptions and application links. No login, no cookies, no browser rendering needed.

### What does MojeDelo.com Scraper do?

MojeDelo.com is Slovenia's leading career portal, covering every sector — from IT and finance to manufacturing, retail, hospitality and healthcare — across all 12 of Slovenia's statistical regions. This actor collects those offers and returns clean, structured data:

- Job title, company name and logo
- City, region and combined location
- Employment type, work time, work mode, required experience and education level
- Job category (and every category tagged on multi-category offers)
- Salary range, when the employer discloses one
- Full job description as HTML
- Published and expiry dates, canonical offer URL, and the external apply URL when the employer uses an outside ATS

### Why use MojeDelo.com Scraper?

- **Slovenian job market research** — track hiring demand across regions and sectors in a market most European job scrapers skip entirely.
- **Recruitment and sourcing** — monitor which companies are hiring for which roles, at what experience level, in which region.
- **Lead generation** — companies actively hiring are companies actively spending. Company name and apply URL are included on every offer.
- **Job aggregation** — feed fresh Slovenian vacancies into your own job board, newsletter or CRM.
- **Coverage other actors miss** — Slovenia had zero general-job-board actors on the Apify Store before this one.

### How to scrape MojeDelo.com data

1. Open the actor and set a **Search Query** keyword (e.g. `programer`, `prodaja`, `voznik`) or leave it empty to browse the newest offers.
2. Optionally pick a **Region** (one of Slovenia's 12 statistical regions, e.g. Osrednjeslovenska for Ljubljana, Podravska for Maribor, Savinjska for Celje).
3. Set **Max Results** and run. Results land in the dataset, ready to export as JSON, CSV, Excel or via API.
4. Leave every field empty and the actor still works: it browses the newest offers across every region and category.

That's it. A run of 100 offers with detail fetching enabled typically finishes in under a minute — MojeDelo.com talks to its own public JSON API, so there's no page rendering involved.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `searchQuery` | string | Free-text keyword matched against job titles. Empty = browse newest offers. |
| `region` | string | One of Slovenia's 12 statistical regions, or empty for all of Slovenia. Matches every region an offer is published in — for remote/nationwide roles that can be all 12, not just the employer's town. |
| `maxResults` | integer | Maximum offers to scrape. Default: `100` |
| `fetchDetails` | boolean | Fetch each offer's detail endpoint for full HTML description, employment type, work time/mode, experience, education and expiry date. Default: `true` |
| `proxyConfiguration` | object | Proxy settings. The default automatic Apify proxy is sufficient — MojeDelo.com's API has no anti-bot protection. |

#### Example input

```json
{
    "searchQuery": "prodaja",
    "region": "Osrednjeslovenska",
    "maxResults": 100
}
```

### Output

Each dataset item is one job offer:

| Field | Type | Example |
|-------|------|---------|
| `jobTitle` | string | `Prodajalec na prodajnem mestu v osrednjeslovenski regiji (m/ž)` |
| `company` | string | `Petrol d.d.` |
| `companyLogoUrl` | string | Company logo URL |
| `city` | string | `Ljubljana z okolico` |
| `region` | string | `Osrednjeslovenska` |
| `location` | string | `Ljubljana z okolico, Osrednjeslovenska` |
| `employmentType` | string | `Redno, nedoločen d. č.` (permanent, indefinite) |
| `workTime` | string | `Polni delovni čas` (full time) |
| `workMode` | string | Remote/hybrid arrangement, when published |
| `experienceLevel` | string | `0 do 1 leto` |
| `educationLevel` | string | Required education, as published |
| `category` | string | `Prodaja, Nabava, Podporne službe` |
| `categories` | array | `["Prodaja, Nabava, Podporne službe"]` |
| `salaryMin` / `salaryMax` | number | `null` on most offers (see Limitations) |
| `salaryCurrency` | string | `EUR`, when a salary is published |
| `descriptionHtml` | string | Full job description as HTML (with `fetchDetails`) |
| `applyUrl` | string | External apply URL, when the employer uses an outside ATS |
| `publishedAt` | string | `2026-08-31T22:00:00.000Z` |
| `expiresAt` | string | `2026-09-30T21:59:59.999Z` (with `fetchDetails`) |
| `jobId` | string | `282409` |
| `url` | string | `https://www.mojedelo.com/oglas/...` |
| `scrapedAt` | string | ISO timestamp of the scrape |

#### Example output

```json
{
    "jobTitle": "Prodajalec na prodajnem mestu v osrednjeslovenski regiji (m/ž)",
    "company": "Petrol d.d.",
    "companyLogoUrl": "https://api.mojedelo.com/uploaded-files/private/png/2025/8/19/5de8c7b3-08d5-43df-a24e-c09529cdfcdf.png",
    "city": "Ljubljana z okolico",
    "region": "Osrednjeslovenska",
    "location": "Ljubljana z okolico, Osrednjeslovenska",
    "employmentType": "Redno, nedoločen d. č.",
    "workTime": "Polni delovni čas",
    "experienceLevel": "0 do 1 leto",
    "category": "Prodaja, Nabava, Podporne službe",
    "applyUrl": "https://petrol.my.salesforce-sites.com/pdm?k=3md&id=a0NQA000000TIJJ",
    "publishedAt": "2026-08-31T22:00:00.000Z",
    "expiresAt": "2026-09-30T21:59:59.999Z",
    "jobId": "282409",
    "url": "https://www.mojedelo.com/oglas/prodajalec-na-prodajnem-mestu-v-osrednjeslovenski-regiji-m-z/11080e70-4734-4711-81d3-9e51d5f645e8",
    "scrapedAt": "2026-09-12T14:22:09.541Z"
}
```

### How much does it cost to scrape MojeDelo.com?

Pay-per-event pricing: a small fee per run start plus a fee per result. A typical 100-offer run with detail fetching enabled costs a few cents. The actor talks to MojeDelo.com's own JSON API instead of rendering pages in a browser, so compute usage stays minimal even on larger runs.

Usage cost only settles once a run reports **SUCCEEDED** — reading the dataset mid-run will undercount what you'll actually be charged.

### Tips

- Leave `searchQuery` empty and `region` empty to see the newest offers across the whole country, sorted newest first.
- Set `fetchDetails` to `false` when you only need title, company, location and category: the run gets faster and cheaper because it skips the per-offer detail fetch.
- Combine a keyword with a region to track a specific sector in a specific part of Slovenia (e.g. `programer` + `Osrednjeslovenska` for Ljubljana-area IT roles).
- Offers are returned newest first, so a small daily run with your filter is enough to track new postings.

### Limitations

- Salary is rarely published on MojeDelo.com offers — most employers in Slovenia do not yet disclose a range, so `salaryMin`/`salaryMax` are `null` on the large majority of offers. The field is included and populated whenever the employer does publish one.
- The `region` filter matches every region tag on an offer, which for remote/nationwide postings can be all 12 regions at once — it is not strictly the employer's town.
- Full description, exact employment type, work time/mode, experience, education and expiry date require `fetchDetails: true` (one extra request per offer).

### FAQ and support

- **Is it legal?** This actor scrapes only publicly available job listings. It does not collect personal data and does not require login. Always review the target site's terms of service and applicable law before using scraped data commercially.
- **Found a bug?** Open an issue in the [Issues tab](https://console.apify.com/actors) — we reply within one business day.
- **Need a schema change?** Request it in the Issues tab; most field additions ship within a week.

### Support and maintenance

This Actor is actively maintained by [Studio Amba](https://apify.com/studio-amba). We monitor health daily and fix breaking changes within 24 hours.

### About Studio Amba

We build reliable, production-grade scrapers for European websites. Our actors share a common core:

- **No cookies, no login** — public data only, no account management headaches
- **Fast APIs over headless browsers** where possible — lower cost, higher throughput
- **Proactive health monitoring** — we watch every actor 24/7 and ship fixes before you notice

### Related Scrapers

- [ESS Slovenia (ZRSZ) Scraper](https://apify.com/studio-amba/ess-gov-si-scraper) — Slovenia's national public employment service, the companion board to MojeDelo.com's private-sector listings
- [Kariera.gr Scraper](https://apify.com/studio-amba/kariera-gr-scraper) — Greece's general job board
- [RocketJobs.pl Scraper](https://apify.com/studio-amba/rocketjobs-pl-scraper) — Poland's non-tech job board
- [EU Vacancy Feed](https://apify.com/studio-amba/eu-vacancy-feed) — runs this board alongside up to 49 other European job boards (general boards, public employment services, and sector boards), merges everything into one deduplicated feed, and flags vacancies posted on more than one board at once.

### Changelog

See commit history in the [GitHub repo](https://github.com/studio-amba/actors) for a full changelog of bug fixes and schema changes.

# Actor input Schema

## `searchQuery` (type: `string`):

Free-text keyword to search job titles (e.g. 'programer', 'prodaja', 'voznik'). Leave empty to browse the newest offers across all of MojeDelo.com.

## `region` (type: `string`):

Filter by one of Slovenia's 12 statistical regions, matching MojeDelo's own region filter. Note: this matches every region an offer is published in, which for remote/nationwide roles can be all 12 — it is not strictly the employer's town. Leave as 'All regions' to search the whole country.

## `maxResults` (type: `integer`):

Maximum number of job offers to scrape.

## `fetchDetails` (type: `boolean`):

Fetch each offer's detail endpoint for the full HTML job description, employment type, work time/mode, experience level, education level and expiry date. Disable for a faster, listing-only run (title, company, location, category are always included either way).

## `proxyConfiguration` (type: `object`):

Proxy settings. MojeDelo.com's API has no anti-bot protection (verified live), so the default automatic Apify proxy works fine — no residential proxy needed.

## Actor input object example

```json
{
  "searchQuery": "prodaja",
  "region": "",
  "maxResults": 5,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "prodaja",
    "maxResults": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/mojedelo-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "prodaja",
    "maxResults": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/mojedelo-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "prodaja",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call studio-amba/mojedelo-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/mojedelo-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/xWHcbSLzXBeo33ldQ/builds/xKPvbfXGkm46fngRN/openapi.json
