# Scrape Software Engineer Jobs in Berlin from StepStone

**Use case:** 

Every Berlin software engineer opening on StepStone.de, returned with company, salary, posted date and the direct apply link for recruiters and sourcing teams.

## Input

```json
{
  "keywords": "software engineer",
  "location": "Berlin",
  "site": "de",
  "maxItems": 100,
  "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.