# Remote backend developer jobs over $100K

**Use case:** 

Scrape high-paying remote backend programming jobs from We Work Remotely. Filter by salary bracket, recency, and contract type.

## Input

```json
{
  "categories": [
    "back-end-programming"
  ],
  "countries": [],
  "salaryRanges": [
    "100000"
  ],
  "engagementType": "full_time",
  "timeFilter": "",
  "maxResults": 50,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAgo": {
    "label": "Posted",
    "format": "text"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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