# Remote Marketing Jobs in Germany - StepStone Scraper

**Use case:** 

Looking for remote marketing manager roles across Germany? This StepStone.de scraper returns nationwide listings flagged remote, with company and apply link.

## Input

```json
{
  "keywords": "marketing manager remote",
  "location": "",
  "site": "de",
  "maxItems": 120,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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