# Find full-time jobs in Malta

**Use case:** 

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

## Input

```json
{
  "searchQuery": "accountant",
  "industry": 0,
  "jobType": "fullTime",
  "vacancyRef": "",
  "closesOn": "",
  "maxResults": 5,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary (raw)",
    "format": "text"
  },
  "workSchedule": {
    "label": "Work Schedule",
    "format": "text"
  },
  "closingDate": {
    "label": "Closing Date",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "isRepost": {
    "label": "Is Repost",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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