# Stepstone Munich product manager scraper

**Use case:** 

Collect Stepstone product manager jobs around Munich, including employers, locations, salary text, work-from-home flags, and listing links.

## Input

```json
{
  "keywords": [
    "Product Manager",
    "Produktmanager"
  ],
  "location": "München",
  "radiusKm": 50,
  "maxResults": 150,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "workFromHome": {
    "label": "Remote",
    "format": "boolean"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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