# Scrape Workopolis software developer jobs

**Use case:** 

Collect current Workopolis software developer vacancies in Toronto with employers, compensation, dates, and descriptions.

## Input

```json
{
  "keyword": "software developer",
  "location": "Toronto, ON",
  "postedWithin": "7d",
  "startUrls": [],
  "maxItems": 25,
  "maxPages": 3,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workSetting": {
    "label": "Work setting",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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