# Scrape engineering jobs in Germany

**Use case:** 

Extract engineering jobs from Jobvector.de across Germany. Structured German STEM job data. Pay per result.

## Input

```json
{
  "keyword": "Ingenieur",
  "location": "",
  "radius": 50,
  "maxResults": 5,
  "daysOld": 30,
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "publishDateISO": {
    "label": "Publish Date ISO",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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