# Finance Job Listings from CareerOne

**Use case:** 

Extract 200 detailed finance job postings from CareerOne. Get comprehensive data including titles, companies, and descriptions.

## Input

```json
{
  "startUrl": "https://www.careerone.com.au/jobs/in-australia/software",
  "keyword": "finance",
  "location": "australia",
  "results_wanted": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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