# Find engineering jobs with full descriptions

**Use case:** 

Scrape engineering job listings from Get-in-IT including full descriptions. Clean structured German STEM job data. Pay per result.

## Input

```json
{
  "thematicPriority": "",
  "studySubject": "",
  "state": "",
  "homeOffice": false,
  "company": "",
  "fetchDetails": true,
  "skipReposts": false,
  "startUrls": [],
  "searchQuery": "ingenieur",
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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