# Eluta.ca Scraper by Keyword

**Use case:** 

Scrape Eluta.ca listings by keyword or search term. Ready-to-run, structured JSON export.

## Input

```json
{
  "query": "software engineer",
  "country": "CA",
  "location": "Toronto",
  "maxResults": 25,
  "maxPages": 5,
  "includeDetails": true,
  "includeRunMetadata": false,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "URL",
    "format": "link"
  },
  "contentQuality": {
    "label": "Quality",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "extractedEmails": {
    "label": "Emails",
    "format": "array"
  },
  "extractedPhones": {
    "label": "Phones",
    "format": "array"
  },
  "extractedUrls": {
    "label": "URLs",
    "format": "array"
  },
  "socialProfiles": {
    "label": "Social",
    "format": "object"
  }
}
```

## About this Actor

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