# Remote DevOps and sysadmin jobs worldwide

**Use case:** 

Scrape remote DevOps, sysadmin, and infrastructure engineering jobs from We Work Remotely. Filter by salary, contract type, and recency.

## Input

```json
{
  "categories": [
    "devops-and-sysadmin"
  ],
  "countries": [],
  "salaryRanges": [],
  "engagementType": "full_time",
  "timeFilter": "14d",
  "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.