# Scrape remote jobs across Germany on StepStone

**Use case:** 

Extract remote and home office job listings from StepStone.de across Germany. Ideal for monitoring flexible work opportunities and remote hiring trends.

## Input

```json
{
  "searchUrls": [
    "https://www.stepstone.de/jobs/home-office/in-deutschland"
  ],
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "datePosted": {
    "label": "Date posted",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "workFromHome": {
    "label": "Work from home",
    "format": "string"
  },
  "url": {
    "label": "Job URL path",
    "format": "string"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "string"
  },
  "companyLogoUrl": {
    "label": "Company logo URL",
    "format": "string"
  },
  "textSnippet": {
    "label": "Description snippet",
    "format": "string"
  },
  "labels": {
    "label": "Labels",
    "format": "array"
  },
  "section": {
    "label": "Section",
    "format": "string"
  },
  "isTopJob": {
    "label": "Top job",
    "format": "boolean"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "isHighlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "isAnonymous": {
    "label": "Anonymous listing",
    "format": "boolean"
  },
  "companyId": {
    "label": "Company ID",
    "format": "integer"
  },
  "id": {
    "label": "Job ID",
    "format": "integer"
  },
  "harmonisedId": {
    "label": "Harmonised ID",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "string"
  }
}
```

## About this Actor

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