# Find full-time German jobs

**Use case:** 

Scrape full-time job listings from Stepstone.de across Germany. Filter by contract type, get structured data. Pay per result.

## Input

```json
{
  "searchQuery": "ingenieur",
  "searchQueries": [],
  "location": "Berlin",
  "radius": 40,
  "sortBy": "relevance",
  "contractType": "FULL_TIME",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "workSchedule": {
    "label": "Work Schedule",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "labels": {
    "label": "Labels",
    "format": "text"
  },
  "workFromHome": {
    "label": "Remote",
    "format": "text"
  },
  "isRepost": {
    "label": "Repost",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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