# Production export: cybersecurity engineer

**Use case:** 

RemoteOK Scraper configured for production export around “cybersecurity engineer”. The saved input exposes queries, maxResults, location and uses a...

## Input

```json
{
  "queries": [
    "cybersecurity engineer"
  ],
  "maxResults": 250,
  "location": "Sydney"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "text"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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