# Posao.hr Scraper - Croatia Job Listings (`studio-amba/posao-hr-scraper`) Actor

Scrape job listings from Posao.hr, Croatia's #2 general job board with 5,600+ live vacancies. Extract job titles, employers, categories, locations, salaries, employment types and application deadlines. No login required.

- **URL**: https://apify.com/studio-amba/posao-hr-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/platform/actors/running/actors-in-store#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

### What does Posao.hr Scraper do?

**Posao.hr Scraper** extracts job listings from [Posao.hr](https://www.posao.hr), Croatia's #2 general job board with 5,600+ live vacancies. It collects job titles, employers, categories, locations, salaries, employment types, and application deadlines directly from the site's own search and detail pages. No login or cookies required.

Use it on the Apify platform to get structured Croatian labour-market data via API, schedule recurring scrapes, and integrate with tools like Zapier, Make, Google Sheets, and Slack.

### How to scrape Posao.hr data

1. Go to the Posao.hr Scraper on the Apify Store.
2. Click **Try for free** to open the actor in the Apify Console.
3. Enter a Croatian search keyword (e.g. "prodavač" for salesperson, "vozač" for driver, "konobar" for waiter), or leave it empty to browse the full public job board.
4. Set the maximum number of results you want.
5. Click **Start** and wait for the run to finish.
6. Download your data as JSON, CSV, Excel, or HTML from the Output tab.

### Why use Posao.hr Scraper?

- **Recruitment and hiring** — Monitor vacancies posted on Croatia's #2 job board to understand hiring trends by industry, region, and role.
- **Salary research** — Benchmark salaries employers disclose on Posao.hr, where reported.
- **Labor market analysis** — Track which categories and locations have the most open positions, and which employers are hiring most actively.
- **Job aggregation** — Feed structured Croatian job data into a meta job board, alert system, or internal dashboard.
- **Academic and market research** — Gather structured Croatian labour-market data straight from a major public job board without manual copy-paste.

### Input

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `searchQuery` | String | No | Croatian search keyword (e.g. "prodavač" = salesperson, "vozač" = driver, "konobar" = waiter). Leave empty to browse the full job board (5,600+ live listings). |
| `maxResults` | Integer | No | Maximum number of job listings to scrape (default: 50, max: 5000). Each result costs one extra request to the job's detail page, so large values take proportionally longer. |
| `proxyConfiguration` | Object | No | Proxy settings. Posao.hr serves plain server-rendered HTML with no anti-bot challenge, so the default Apify Proxy (no groups) works reliably. |

### Output

Each result contains structured data about a single job listing. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

#### Example output

```json
{
    "jobTitle": "Prodavač/prodavačica u trgovini",
    "company": "Studenac d.o.o.",
    "location": "Split",
    "category": "Trgovina, Ugostiteljstvo i turizam",
    "contractType": "permanent employment",
    "salary": "from 900 € to 1 100 € gross",
    "postedDate": null,
    "deadline": "2026-09-01T00:00:00.000Z",
    "url": "https://www.posao.hr/oglasi/prodavac-prodavacica-u-trgovini/1234567/",
    "scrapedAt": "2026-08-10T14:22:03.101Z"
}
```

### Data fields

| Field | Type | Description |
|-------|------|-------------|
| `jobTitle` | String | Job listing title (Croatian) |
| `company` | String | Hiring employer name, `null` if not disclosed |
| `location` | String | Workplace location (Croatian city/region, or a foreign country for overseas listings) |
| `category` | String | Job category/industry, comma-separated when a listing has more than one |
| `contractType` | String | Employment type as disclosed by the employer (e.g. "permanent employment", "fixed term contract"), `null` if not stated |
| `salary` | String | Disclosed salary range as free text including currency (e.g. "from 900 € to 1 100 € gross"), `null` if not disclosed |
| `postedDate` | String | Always `null` — Posao.hr does not expose a posting/published date anywhere on the site (no `og:*` meta tags, no JSON-LD, no sidebar field), only a countdown to the application deadline |
| `deadline` | String | Application deadline (ISO 8601), `null` if not parseable |
| `url` | String | Direct URL to the job listing on Posao.hr |
| `scrapedAt` | String | ISO 8601 timestamp of when the data was collected |

### Cost estimate

This actor calls Posao.hr's plain server-rendered HTML pages directly (no browser needed), so it runs fast and cheap — roughly **0.3–0.6 compute units per 1,000 results** (one listing-page request plus one detail-page request per job). At standard Apify pricing that's well under $0.40 per 1,000 job listings. As with any Apify actor, the run's usage cost only settles once the run reports SUCCEEDED — reading a mid-run/in-progress dataset understates the eventual cost.

### Tips

- Use specific Croatian job keywords to get more relevant results and reduce run time.
- Leave `searchQuery` empty to pull the newest listings across the entire board.
- Salary and employment type are only populated when the employer chose to disclose them — don't treat a `null` as "unpaid" or "unknown type."
- Schedule recurring runs to track new vacancies daily or weekly.

### Limitations

- Salary data is not available for all listings — many employers don't disclose a figure.
- Employment type is only populated when the auto-generated meta description states it; some listings omit it.
- No posting/published date is exposed anywhere on the site — `postedDate` is always `null` by design, not a scraper bug. Use `deadline` (application deadline) for recency signals instead.
- Data is scraped from the public Posao.hr website and may change without notice.

### Integrations

Connect Posao.hr Scraper with your existing tools and workflows:

- **Google Sheets** — Export listings directly to a spreadsheet for easy filtering and sharing.
- **Slack** — Get notified when new listings matching your criteria appear.
- **Zapier / Make** — Build workflows that react to new job postings in real time.
- **Custom API** — Access all results programmatically via the Apify API in JSON format.

### FAQ and support

**Is it legal to scrape Posao.hr?** Scraping publicly available data is generally permitted under EU law. This actor only accesses public job listings that require no login, via the same pages the public site serves to any visitor.

**How often is the data updated?** The actor scrapes live data from Posao.hr each time it runs. Schedule it daily or weekly to track changes.

**Why is `postedDate` always null?** Posao.hr doesn't publish a posting date on listing or detail pages — only an application deadline. This is a site limitation, not a missing field in the scraper.

**I found a bug or have a feature request.** Open an issue in the Issues tab on the actor page. You can also request a custom scraping solution.

### Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs,
deduplication, delta detection, and delivery to your inbox, Google Sheets,
or API — maintenance included. We can also build a custom version with your
exact fields and filters, or combine multiple sources into one feed.

See [studioamba.dev/services](https://studioamba.dev/services/) or email
<hello@studioamba.dev> for a free data sample.
We maintain 300+ European web scrapers and answer within one business day.

# Actor input Schema

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

Croatian search keyword (e.g. 'prodavač' = salesperson, 'vozač' = driver, 'konobar' = waiter). Leave empty to browse the full job board (5,600+ live listings).

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

Maximum number of job listings to scrape. Each result costs one extra request to the job's detail page, so large values take proportionally longer.

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

Proxy settings. Posao.hr serves plain server-rendered HTML with no anti-bot challenge, so the default Apify Proxy (no groups) works reliably.

## Actor input object example

```json
{
  "searchQuery": "prodavač",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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": "prodavač",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/posao-hr-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": "prodavač",
    "maxResults": 20,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/posao-hr-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": "prodavač",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call studio-amba/posao-hr-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/posao-hr-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/uXa5zOVAo4RgFFWUO/builds/63qjV2CG7Lt4buEot/openapi.json
