# Find High-Paying Remote Developer Jobs on Himalayas

**Use case:** 

Discover top-tier remote developer positions with a minimum salary of $120,000, specifically targeting full-time roles. This helps job seekers and recruiters qu

## Input

```json
{
  "mode": "searchJobs",
  "searchQuery": "software engineer",
  "jobUrls": [],
  "remotePolicy": "remote",
  "employmentType": "full-time",
  "minSalary": 120000,
  "maxItems": 50
}
```

## 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.