# Production export: digital marketing

**Use case:** 

LinkedIn Company Employees Scraper & New Hire Monitor configured for production export around “digital marketing”. The saved input exposes queries, mode,...

## Input

```json
{
  "queries": [
    "digital marketing"
  ],
  "mode": "basic",
  "jobTitle": "",
  "location": "",
  "maxResults": 250,
  "monitorMode": "all",
  "monitorStoreName": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "currentTitle": {
    "label": "Current title",
    "format": "text"
  },
  "currentCompany": {
    "label": "Current company",
    "format": "text"
  },
  "sourceCompany": {
    "label": "Search company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "resultMode": {
    "label": "Mode",
    "format": "text"
  },
  "changeType": {
    "label": "Monitor change",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Observed at",
    "format": "date"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Employees Scraper & New Hire Monitor](https://apify.com/thirdwatch/linkedin-company-employees-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-company-employees-scraper) to learn more, explore other use cases, and run it yourself.