# StepStone jobs in Austria, Belgium and the Netherlands

**Use case:** 

Scrape StepStone listings outside Germany: stepstone.at, stepstone.be and stepstone.nl in one run. Roughly 8,000 jobs in Austria, 8,400 in Belgium and 800 in the Netherlands, each with benefits, skills, the full description and the hiring company's sector, size, address and open roles. Salary estimates are a German feature and are not published on these three sites.

## Input

```json
{
  "keyword": "software engineer",
  "location": "Berlin",
  "country": "de",
  "radius": 30,
  "exactMatchesOnly": false,
  "startUrls": [
    {
      "url": "https://www.stepstone.at/jobs/in-oesterreich"
    },
    {
      "url": "https://www.stepstone.be/vacatures/in-belgie"
    },
    {
      "url": "https://www.stepstone.nl/vacatures/in-nederland"
    }
  ],
  "maxItems": 300
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary estimate"
  },
  "isRemote": {
    "label": "Home office"
  },
  "workType": {
    "label": "Working hours"
  },
  "contractType": {
    "label": "Contract"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "industry": {
    "label": "Industry"
  },
  "matchType": {
    "label": "Match"
  },
  "benefits": {
    "label": "Benefits"
  },
  "skills": {
    "label": "Skills mentioned"
  },
  "badges": {
    "label": "Listing flags"
  },
  "isDirectApply": {
    "label": "Apply on StepStone"
  },
  "contactEmails": {
    "label": "Contact emails"
  },
  "contactPhones": {
    "label": "Contact phones"
  },
  "postedAt": {
    "label": "Published"
  },
  "expiresAt": {
    "label": "Online until"
  },
  "isOnline": {
    "label": "Still online"
  },
  "language": {
    "label": "Ad language"
  },
  "site": {
    "label": "StepStone site"
  },
  "country": {
    "label": "Country"
  },
  "addressLocality": {
    "label": "City"
  },
  "addressCountry": {
    "label": "Country"
  },
  "streetAddress": {
    "label": "Street"
  },
  "postalCode": {
    "label": "Postcode"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "descriptionHtml": {
    "label": "Description (HTML)"
  },
  "descriptionSections": {
    "label": "Description sections"
  },
  "images": {
    "label": "Images"
  },
  "videos": {
    "label": "Videos"
  },
  "headerImages": {
    "label": "Header images"
  },
  "backgroundImageUrl": {
    "label": "Background image"
  },
  "url": {
    "label": "Job page"
  },
  "id": {
    "label": "Job ID"
  },
  "globalId": {
    "label": "Global job ID"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [StepStone.de Job Scraper - Germany Salary & Company Data](https://apify.com/clearpath/stepstone-de-job-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/stepstone-de-job-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/stepstone-de-job-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
