# Customer Service Jobs In Australia

**Use case:** 

Customer Service vacancies on SEEK Australia (seek.com.au), matched by the site's own search rather than a word scan of the advert. Every row carries the employer, the location, the pay range where one is published, the apply link and the full advert text.

## Input

```json
{
  "query": "customer service",
  "markets": [
    "AU-Main"
  ],
  "where": "",
  "salaryMin": 0,
  "salaryMax": 0,
  "postedWithinDays": 0,
  "remoteOnly": false,
  "withSalaryOnly": false,
  "workTypes": [],
  "classifications": [],
  "keywords": [],
  "excludeKeywords": [],
  "locationContains": "",
  "companies": [],
  "excludeCompanies": [],
  "withDescriptionOnly": false,
  "includeDescription": true,
  "descriptionFormat": "text",
  "compactOutput": false,
  "excludeEmptyFields": false,
  "newestFirst": true,
  "onlyNew": false,
  "emitUnchanged": false,
  "maxItems": 1000
}
```

## Output

```json
{
  "title": {
    "label": "title",
    "format": "string"
  },
  "company": {
    "label": "company",
    "format": "string"
  },
  "location": {
    "label": "location",
    "format": "string"
  },
  "location_suburb": {
    "label": "location_suburb",
    "format": "string"
  },
  "location_city": {
    "label": "location_city",
    "format": "string"
  },
  "location_state": {
    "label": "location_state",
    "format": "string"
  },
  "location_postcode": {
    "label": "location_postcode",
    "format": "string"
  },
  "country_code": {
    "label": "country_code",
    "format": "string"
  },
  "market": {
    "label": "market",
    "format": "string"
  },
  "work_types": {
    "label": "work_types",
    "format": "array"
  },
  "work_arrangement": {
    "label": "work_arrangement",
    "format": "string"
  },
  "salary_label": {
    "label": "salary_label",
    "format": "string"
  },
  "salary_min": {
    "label": "salary_min",
    "format": "integer"
  },
  "salary_max": {
    "label": "salary_max",
    "format": "integer"
  },
  "salary_currency": {
    "label": "salary_currency",
    "format": "string"
  },
  "salary_period": {
    "label": "salary_period",
    "format": "string"
  },
  "classification": {
    "label": "classification",
    "format": "string"
  },
  "sub_classification": {
    "label": "sub_classification",
    "format": "string"
  },
  "teaser": {
    "label": "teaser",
    "format": "string"
  },
  "bullet_points": {
    "label": "bullet_points",
    "format": "array"
  },
  "description_text": {
    "label": "description_text",
    "format": "string"
  },
  "contact_emails": {
    "label": "contact_emails",
    "format": "array"
  },
  "contact_phones": {
    "label": "contact_phones",
    "format": "array"
  },
  "contact_urls": {
    "label": "contact_urls",
    "format": "array"
  },
  "listed_at": {
    "label": "listed_at",
    "format": "string"
  },
  "posted_days_ago": {
    "label": "posted_days_ago",
    "format": "integer"
  },
  "expires_at": {
    "label": "expires_at",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  },
  "company_logo": {
    "label": "company_logo",
    "format": "string"
  },
  "change_type": {
    "label": "change_type",
    "format": "string"
  },
  "is_featured": {
    "label": "is_featured",
    "format": "boolean"
  },
  "is_external": {
    "label": "is_external",
    "format": "boolean"
  },
  "is_expired": {
    "label": "is_expired",
    "format": "boolean"
  },
  "job_id": {
    "label": "job_id",
    "format": "string"
  },
  "scraped_at": {
    "label": "scraped_at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEEK, JobStreet Malaysia, Singapore & JobsDB Hong Kong Jobs](https://apify.com/snow_leo_data/seek-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/snow_leo_data/seek-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/snow_leo_data/seek-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
