# Find jobs in Belgrade on Poslovi.infostud.com

**Use case:** 

Scrape job listings from Poslovi.infostud.com, Serbia's leading job board. Structured Serbian job data. Pay per result.

## Input

```json
{
  "searchQuery": "programer",
  "cityId": "",
  "categoryId": "",
  "employmentType": "",
  "workplaceType": "",
  "maxResults": 5,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poslovi Infostud.com Scraper](https://apify.com/unfenced-group/poslovi-infostud-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/poslovi-infostud-scraper) to learn more, explore other use cases, and run it yourself.