# StepStone Search URL Job Extractor

**Use case:** 

Use an exact StepStone.de results URL to export current jobs, employer names, locations, and detail fields.

## Input

```json
{
  "keywords": [
    "software engineer"
  ],
  "startUrls": [
    {
      "url": "https://www.stepstone.de/jobs/software-entwickler/in-berlin"
    }
  ],
  "location": "",
  "radiusKm": 30,
  "maxItems": 5,
  "includeDetails": false,
  "maxRequestRetries": 2
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "employerWebsite": {
    "label": "Employer website",
    "format": "string"
  },
  "contactEmails": {
    "label": "Emails",
    "format": "array"
  },
  "contactPhones": {
    "label": "Phones",
    "format": "array"
  },
  "url": {
    "label": "StepStone job",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

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