# Find IT jobs in Belgrade

**Use case:** 

Scrape IT job listings in Belgrade from HelloWorld.rs. Structured Serbian tech job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "programer",
  "location": "Beograd",
  "tag": "",
  "category": "",
  "workType": "",
  "daysOld": "",
  "seniority": "Senior",
  "maxResults": 5,
  "proxyConfiguration": "",
  "startUrls": [],
  "fetchDetails": false
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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