# Production export: cybersecurity engineer

**Use case:** 

Glassdoor Scraper configured for production export around “cybersecurity engineer”. The saved input exposes queries, scrapeType, maxResults, country,...

## Input

```json
{
  "queries": [
    "cybersecurity engineer"
  ],
  "scrapeType": "salaries",
  "maxResults": 50,
  "country": "au",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "salary_estimate": {
    "label": "Salary",
    "format": "text"
  },
  "description_snippet": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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