# Stepstone Berlin software engineer jobs scraper

**Use case:** 

Scrape Stepstone software engineer listings in Berlin with company, salary, remote status, employment type, posting date, and job URLs.

## Input

```json
{
  "keywords": [
    "Software Engineer",
    "Backend Entwickler"
  ],
  "location": "Berlin",
  "radiusKm": 30,
  "maxResults": 100,
  "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.