# Eluta software engineer jobs in Toronto dataset

**Use case:** 

Extract current software engineer listings in Toronto from Eluta with employer, location, summary, salary, posting age, and source links.

## Input

```json
{
  "searchTerms": [
    "software engineer"
  ],
  "location": "Toronto, ON",
  "maxItems": 10,
  "maxPages": 3
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedAge": {
    "label": "Posted age",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Eluta job",
    "format": "string"
  },
  "sourceJobUrl": {
    "label": "Source job",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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