# StepStone Jobs API for DACH-Benelux Markets

**Use case:** 

Collect StepStone listings from Germany, Austria, Belgium and the Netherlands with employer, industry, job type and validity dates.

## Input

```json
{
  "max_results": 50,
  "keyword": "Software Engineer",
  "country": "Netherlands"
}
```

## Output

```json
{
  "company_logo": {
    "label": "Company Logo",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "job_function": {
    "label": "Job Function",
    "format": "string"
  },
  "is_remote": {
    "label": "Remote Work",
    "format": "boolean"
  },
  "work_mode": {
    "label": "Work Mode",
    "format": "string"
  },
  "job_type": {
    "label": "Job Type",
    "format": "string"
  },
  "job_level": {
    "label": "Job Level",
    "format": "string"
  },
  "experience_range": {
    "label": "Experience Range",
    "format": "string"
  },
  "skills": {
    "label": "Required Skills",
    "format": "string"
  },
  "salary_minimum": {
    "label": "Minimum Salary",
    "format": "number"
  },
  "salary_maximum": {
    "label": "Maximum Salary",
    "format": "number"
  },
  "salary_currency": {
    "label": "Salary Currency",
    "format": "string"
  },
  "salary_period": {
    "label": "Salary Period",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "valid_through": {
    "label": "Valid Through",
    "format": "string"
  },
  "applicant_count": {
    "label": "Applicant Count",
    "format": "integer"
  },
  "easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "vacancy_count": {
    "label": "Vacancy Count",
    "format": "integer"
  },
  "platform_url": {
    "label": "Platform URL",
    "format": "string"
  },
  "official_url": {
    "label": "Official URL",
    "format": "string"
  },
  "company_rating": {
    "label": "Company Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "string"
  },
  "company_industry": {
    "label": "Company Industry",
    "format": "string"
  },
  "company_type": {
    "label": "Company Type",
    "format": "string"
  },
  "company_founded": {
    "label": "Year Founded",
    "format": "integer"
  },
  "company_revenue": {
    "label": "Company Revenue",
    "format": "string"
  },
  "company_url": {
    "label": "Company URL",
    "format": "string"
  },
  "company_website": {
    "label": "Company Website",
    "format": "string"
  },
  "company_addresses": {
    "label": "Company Addresses",
    "format": "string"
  },
  "company_description": {
    "label": "Company Description",
    "format": "string"
  },
  "emails": {
    "label": "Contact Emails",
    "format": "array"
  },
  "phones": {
    "label": "Contact Phones",
    "format": "array"
  },
  "social_links": {
    "label": "Social Media Links",
    "format": "object"
  },
  "listing_type": {
    "label": "Listing Type",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
