# Scrape IT jobs on KeepMePosted

**Use case:** 

Extract IT jobs from KeepMePosted across Malta. Structured Maltese tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "software",
  "category": "",
  "jobBasis": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Basis",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "expiresAt": {
    "label": "Apply by",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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