# Seek AU/NZ Keyword & URL Job Search

**Use case:** 

Scrape SEEK AU/NZ job listings at scale with descriptions, companies, salaries, locations, classifications and dates by keyword, location or filters.

## Input

```json
{
  "region": "AU",
  "keywords": "software engineer",
  "location": "Sydney",
  "classification": [],
  "workType": [],
  "salaryMin": 100000,
  "salaryMax": 200000,
  "daterange": 7,
  "sortmode": "ListedDate",
  "urls": [],
  "includeFullDescription": true,
  "maxItems": 200,
  "maxTimeSec": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locationLabel": {
    "label": "Location",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "listingDateDisplay": {
    "label": "Listed",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [$0.7💰 Seek AU/NZ Keyword & URL Job Search](https://apify.com/abotapi/seek-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/seek-scraper) to learn more, explore other use cases, and run it yourself.