# Customer Service Jobs in Auckland on SEEK NZ

**Use case:** 

Find and export job listings for customer service positions in Auckland. Access a dataset with up to 200 relevant job entries.

## Input

```json
{
  "keywords": [
    "customer service"
  ],
  "location": "Auckland",
  "country": "NZ",
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "workType": {
    "label": "Work type",
    "format": "string"
  },
  "listingDateDisplay": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEEK Jobs Scraper – Scrape seek.com.au (AU/NZ)](https://apify.com/logiover/seek-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/seek-jobs-scraper) to learn more, explore other use cases, and run it yourself.