# Marketing Jobs In Germany: What Quietly Closed

**Use case:** 

Catch marketing and growth listings in Germany that were pulled mid-search to identify shifts in commercial strategy.

## Input

```json
{
  "queries": [
    {
      "keywords": "marketing manager",
      "location": "Germany"
    }
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "jobId": {
    "label": "jobId",
    "format": "string"
  },
  "title": {
    "label": "title",
    "format": "string"
  },
  "companyName": {
    "label": "companyName",
    "format": "string"
  },
  "location": {
    "label": "location",
    "format": "string"
  },
  "postedText": {
    "label": "postedText",
    "format": "string"
  },
  "status": {
    "label": "status",
    "format": "string"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs - New, Changed And Quietly Closed Roles](https://apify.com/reapx/linkedin-jobs-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/linkedin-jobs-monitor) to learn more, explore other use cases, and run it yourself.