# Scrape jobs in Australia on Jora

**Use case:** 

Extract job listings in Australia from Jora. Structured job data with titles and companies. No subscription, pay per result.

## Input

```json
{
  "country": "au",
  "searchQuery": "developer",
  "location": "Sydney",
  "jobType": "Full time",
  "postedWithin": "",
  "sortBy": "relevance",
  "fetchPanel": true,
  "maxPages": 10,
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  }
}
```

## About this Actor

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