# Stepstone data analyst hiring monitor

**Use case:** 

Monitor Stepstone data analyst openings across Germany for salary signals, remote options, employers, and fresh job URLs.

## Input

```json
{
  "keywords": [
    "Data Analyst",
    "Business Intelligence Analyst",
    "Datenanalyst"
  ],
  "location": "",
  "radiusKm": 0,
  "maxResults": 300,
  "maxRequestRetries": 4
}
```

## 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.