# Find jobs in Malta on JobHound

**Use case:** 

Scrape job listings from JobHound across Malta. Structured Maltese job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "accountant",
  "contractType": "",
  "workMode": "",
  "fetchDetails": false,
  "skipReposts": false,
  "daysOld": 0,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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