# Fast Canada remote jobs from Himalayas

**Use case:** 

Return a fast bounded list of Canada-related remote job URLs using basic rows when full detail pages are not required.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://himalayas.app/jobs?search=sales"
    }
  ],
  "searchQuery": "sales",
  "country": "canada",
  "maxItems": 10,
  "includeDetails": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applicationUrl": {
    "label": "Application URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "remoteRegion": {
    "label": "Remote region",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "categoryTags": {
    "label": "Category tags",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary period",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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