# Find jobs in Melbourne on CareerOne

**Use case:** 

Scrape job listings in Melbourne from CareerOne. Structured Australian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "accountant",
  "location": "Melbourne",
  "maxResults": 5,
  "daysOld": 7,
  "fetchDetails": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Cur.",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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