# Marketing Manager Jobs in Hamburg from Stepstone

**Use case:** 

Access the latest Marketing Manager job listings in Hamburg. Get detailed data including company, salary, location, and posting dates.

## Input

```json
{
  "keyword": "software engineer",
  "location": "",
  "sortBy": "date",
  "maxPagesPerSearch": 4,
  "fetchJobDetails": false,
  "searches": [
    {
      "keyword": "Marketing Manager",
      "location": "Hamburg"
    }
  ],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote Type",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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