# Daily monitoring: sales manager

**Use case:** 

Seek Jobs Scraper configured for daily monitoring around “sales manager”. The saved input exposes keywords, where, siteKey, scrapeDescription, maxResults...

## Input

```json
{
  "keywords": [
    "sales manager"
  ],
  "where": "All Australia",
  "siteKey": "AU-Main",
  "scrapeDescription": false,
  "maxResults": 30
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "work_type": {
    "label": "Work Type",
    "format": "text"
  },
  "work_arrangement": {
    "label": "Work Arrangement",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "listing_date": {
    "label": "Listing Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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