# Extract healthcare job listings from StepStone

**Use case:** 

Collect public healthcare-related job listings for market research.

## Input

```json
{
  "query": "nurse",
  "location": "Germany",
  "startUrls": [
    {
      "url": "https://www.stepstone.de/jobs/software-engineer/in-berlin"
    }
  ],
  "maxItems": 10,
  "radius": 100,
  "postedWithin": "any",
  "maxPages": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "requirements": {
    "label": "Requirements",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "companyLogo": {
    "label": "Company logo",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "sourceLocation": {
    "label": "Source location",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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