# Production export: cybersecurity engineer

**Use case:** 

Reed.co.uk Scraper configured for production export around “cybersecurity engineer”. The saved input exposes queries, maxResults, proxyConfiguration,...

## Input

```json
{
  "queries": [
    "cybersecurity engineer"
  ],
  "location": "Sydney",
  "maxResults": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## 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"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Reed.co.uk Scraper - UK Jobs, Salary & Descriptions](https://apify.com/thirdwatch/reed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/reed-jobs-scraper) to learn more, explore other use cases, and run it yourself.