# Poslovi Infostud Scraper - Serbian Job Board (`studio-amba/poslovi-infostud-scraper`) Actor

Scrape job listings from Poslovi Infostud (poslovi.infostud.com), Serbia's largest job board with 3,700+ active postings. Search by keyword, location, and category. Extract job titles, companies, salaries, locations, descriptions, and requirements. No login or cookies needed.

- **URL**: https://apify.com/studio-amba/poslovi-infostud-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 1 total users, 0 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 Poslovi Infostud Scraper do?

**Poslovi Infostud Scraper** extracts job listings from [poslovi.infostud.com](https://poslovi.infostud.com), Serbia's largest and most popular job board with over 3,700 active job postings. The scraper collects structured data including job titles, companies, salaries, locations, descriptions, requirements, and more.

Run it on the Apify platform to get **API access**, **scheduled runs**, **webhook integrations**, and **automatic proxy rotation** -- all without writing a single line of code.

**No login or cookies required.** The scraper works with publicly available job listings only.

### How to scrape Poslovi Infostud data

Scraping job listings from Poslovi Infostud is straightforward:

1. Go to the [Poslovi Infostud Scraper](https://apify.com/studio-amba/poslovi-infostud-scraper) page on Apify Store.
2. Click **Try for free** to open the actor in the Apify Console.
3. Enter your **search query** (e.g. "developer", "programer", "inzenjer") and optionally a **location** (e.g. "Beograd", "Novi Sad").
4. Set **Max Results** to control how many listings to scrape.
5. Enable **Include Full Details** if you need full job descriptions and requirements (slower, visits each listing page).
6. Click **Start** and wait for the results.
7. Download your data in **JSON**, **CSV**, **Excel**, or any other supported format.

#### Tips for better results

- Use Serbian keywords for broader results (e.g. "programer" instead of "developer").
- Leave location empty to search across all of Serbia.
- Set a lower `maxResults` (10-50) for quick test runs.

### Input

| Field | Type | Description | Default |
|-------|------|-------------|---------|
| `searchQuery` | String | Job search keyword | `posao` |
| `location` | String | City name (e.g. Beograd, Novi Sad) | All Serbia |
| `maxResults` | Integer | Maximum job listings to scrape | `100` |
| `includeDetails` | Boolean | Visit detail pages for full descriptions | `false` |
| `proxyConfiguration` | Object | Proxy settings | Residential |

#### Example input

```json
{
    "searchQuery": "developer",
    "location": "Beograd",
    "maxResults": 50,
    "includeDetails": true
}
```

### Output

The scraper produces a dataset of job listings. You can download the dataset in various formats such as **JSON**, **HTML**, **CSV**, or **Excel**.

#### Example output

```json
{
    "jobTitle": "Supervizor IT Infrastrukture",
    "company": "Tarkett d.o.o.",
    "location": "Backa Palanka | Hibrid",
    "salary": "neto 900 - 1.600 EUR (mesecno)",
    "jobType": "puno radno vreme",
    "category": "IT / IT Architect",
    "postedDate": "24.06.2026",
    "deadline": "08.07.2026",
    "jobDescription": "Planiranje i koordinisanje rada zaposlenih u timu...",
    "requirements": "TCP/IP, DNS, DHCP, VPN protokoli; Windows Server...",
    "url": "https://poslovi.infostud.com/posao/supervizor-it-infrastrukture/tarkett-doo/737586",
    "sourceId": "737586",
    "scrapedAt": "2026-06-09T12:00:00.000Z"
}
```

### Data fields

| Field | Type | Description |
|-------|------|-------------|
| `jobTitle` | String | Job position title |
| `company` | String | Hiring company name |
| `location` | String | City, may include work arrangement (Hibrid, Remote) |
| `salary` | String | Salary range when displayed (neto/bruto, EUR/RSD) |
| `jobType` | String | Work type: puno radno vreme, shift info, etc. |
| `category` | String | Job sector/category (available with `includeDetails`) |
| `postedDate` | String | Publication date (dd.mm.yyyy) |
| `deadline` | String | Application deadline (available with `includeDetails`) |
| `jobDescription` | String | Full description (available with `includeDetails`) |
| `requirements` | String | Qualifications and requirements (available with `includeDetails`) |
| `url` | String | Direct link to the listing on Poslovi Infostud |
| `sourceId` | String | Infostud internal job listing ID |
| `scrapedAt` | String | ISO 8601 timestamp of data collection |

### How much does it cost to scrape Poslovi Infostud?

The cost depends on the number of listings scraped and whether you enable detail page visits.

- **Search results only** (`includeDetails: false`): Very fast. ~100 listings cost around $0.10-0.20 in platform usage.
- **With full details** (`includeDetails: true`): Each listing requires a separate page visit. ~100 listings cost around $0.50-1.00 in platform usage.

Apify provides a **free tier** with $5 of monthly platform credits -- enough to scrape hundreds of job listings for free.

### Advanced options

#### Proxy configuration

The scraper uses **residential proxies** by default for reliable access. You can change proxy settings in the Advanced section:

- **Residential proxies** (recommended): Most reliable, avoids blocks.
- **Datacenter proxies**: Faster and cheaper, but may get blocked.
- **No proxy**: Works for small test runs, not recommended for production.

#### Optimizing performance

- Disable `includeDetails` when you only need basic listing data (title, company, location, date).
- Use lower `maxResults` for targeted searches.
- Schedule regular runs to build a historical dataset of Serbian job market data.

#### Integration options

The scraped data can be integrated with your tools via:

- **Apify API** -- Access results programmatically from any language.
- **Webhooks** -- Get notified when a run completes.
- **Integrations** -- Connect to Google Sheets, Slack, Zapier, Make, and more.

### Frequently asked questions

#### Is it legal to scrape Poslovi Infostud?

This scraper collects publicly available job listing data that anyone can view by visiting the website. No login, authentication, or cookies are used. Always review and comply with the website's Terms of Service before scraping.

#### Can I scrape jobs in English?

Poslovi Infostud is primarily a Serbian-language job board. Most listings are in Serbian, though some IT and international positions may be posted in English. Use English keywords like "developer" or "engineer" to find those listings.

#### Why are some fields empty?

Not all job listings include salary information or detailed descriptions. The `salary` field is only populated when the employer chooses to display it. Enable `includeDetails` for the richest data extraction including full descriptions and requirements.

#### How often should I run the scraper?

New jobs are posted daily on Poslovi Infostud. For job market monitoring, a daily or weekly schedule works well. Use Apify's built-in scheduling to automate your data collection.

#### Something is not working -- how can I get help?

Open an issue in the **Issues** tab on this actor's Apify Store page. Include details about your input configuration and any error messages. We also offer custom scraping solutions -- reach out if you need something tailored.

# Actor input Schema

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

Job search keyword (e.g. 'developer', 'programer', 'inzenjer'). Supports Serbian and English. Defaults to 'posao' if empty.

## `location` (type: `string`):

City name (e.g. 'Beograd', 'Novi Sad', 'Nis'). Leave empty for all Serbia.

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

Maximum number of job listings to scrape.

## `includeDetails` (type: `boolean`):

Visit each job detail page to extract full description and requirements. Slower but provides richer data.

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

Proxy settings. Residential proxies recommended to avoid blocking.

## Actor input object example

```json
{
  "searchQuery": "developer",
  "maxResults": 20,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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": "developer",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/poslovi-infostud-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": "developer",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

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

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/poslovi-infostud-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/5W87PWGKVSSvqvjWI/builds/k3O561fFtDm0x7hwX/openapi.json
