# Stepstone Job Listings Scraper for Admin Positions

**Use case:** 

Extract job data for admin positions from Stepstone. Get detailed listings, including company names, locations, and descriptions.

## Input

```json
{
  "startUrl": "https://www.stepstone.de/jobs/verwaltung",
  "keyword": "admin",
  "category": "verwaltung",
  "datePosted": "",
  "collectDetails": true,
  "maxItems": 100,
  "maxPages": 5,
  "dedupe": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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