# Find remote senior tech jobs in Germany

**Use case:** 

Scrape remote senior tech roles from GermanTechJobs. Filter by experience and workplace type, get structured data. Pay per result.

## Input

```json
{
  "keyword": "engineer",
  "city": "Berlin",
  "jobType": "",
  "expLevel": "Senior",
  "workplace": "remote",
  "language": "",
  "techCategory": "DevOps",
  "technologies": "Kubernetes",
  "daysOld": 0,
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "publishDateISO": {
    "label": "Publish Date ISO",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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