# Scrape home-office tech jobs in Germany

**Use case:** 

Scrape remote and home-office tech jobs from Get-in-IT. Structured German STEM job data for remote candidates. Pay per result.

## Input

```json
{
  "thematicPriority": "",
  "studySubject": "",
  "state": "",
  "homeOffice": true,
  "company": "",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "searchQuery": "informatik",
  "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.