# Scrape IT jobs in Australia

**Use case:** 

Extract IT jobs from CareerOne across Australia. Structured Australian tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "software",
  "location": "Sydney",
  "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.