# Remote tech hiring market monitor

**Use case:** 

Monitor multiple Seek tech hiring searches with recent-date filters and full job details for recurring talent market analysis.

## Input

```json
{
  "keywords": [
    "software engineer",
    "data engineer",
    "product manager"
  ],
  "location": "Australia",
  "workType": "",
  "dateRange": "14",
  "maxResults": 150,
  "fetchJobDetails": true
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "listingDate": {
    "label": "Listed",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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