# Canada Job Bank software jobs scraper

**Use case:** 

Extract current software developer job listings, employers, salary, location, requirements, and application details from Canada Job Bank.

## Input

```json
{
  "keywords": [
    "software developer"
  ],
  "location": "Toronto, ON",
  "searchUrls": [],
  "maxItems": 10,
  "includeExternalJobs": false,
  "directApplyOnly": false,
  "remoteOnly": false,
  "lmiaStatus": "any",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jobBankNumber": {
    "label": "Job Bank #",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "workLocation": {
    "label": "Work location",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "array"
  },
  "directApply": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "lmiaRequested": {
    "label": "LMIA requested",
    "format": "boolean"
  },
  "lmiaApproved": {
    "label": "LMIA approved",
    "format": "boolean"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "validThrough": {
    "label": "Expires",
    "format": "string"
  },
  "url": {
    "label": "Posting",
    "format": "string"
  }
}
```

## About this Actor

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