# Monitor Remote Contract Marketing Jobs (Himalayas)

**Use case:** 

Track available remote contract marketing roles on Himalayas.app for freelance professionals or agencies seeking new projects. Stay ahead of the curve in a fast

## Input

```json
{
  "mode": "searchJobs",
  "searchQuery": "marketing specialist",
  "jobUrls": [],
  "remotePolicy": "remote",
  "employmentType": "contract",
  "maxItems": 30
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "remotePolicy": {
    "label": "Remote policy"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "jobUrl": {
    "label": "Job url"
  }
}
```

## About this Actor

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