# Find full-time jobs in Malta

**Use case:** 

Scrape full-time job listings from Konnekt.com.mt. Filter by job type, get structured Maltese job data. Pay per result.

## Input

```json
{
  "searchQuery": "accountant",
  "jobFocus": "",
  "jobType": "full-time",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "contractType": {
    "label": "Type",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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