# Find High-Paying Remote Software Developer Jobs

**Use case:** 

Identify top-tier remote software development opportunities with competitive salaries. This helps senior developers and recruiters target roles that meet specif

## Input

```json
{
  "mode": "search",
  "searchQuery": "software engineer",
  "tag": "python",
  "tags": [],
  "startUrls": [],
  "region": "worldwide",
  "minSalary": 120000,
  "salaryOnly": true,
  "maxItems": 100
}
```

## Output

```json
{
  "position": {
    "label": "Position"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "tags": {
    "label": "Tags"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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