# Jobware Engineering Jobs Monitor

**Use case:** 

Monitor Jobware.de software engineering jobs for German hiring signals, lead generation, CRM enrichment, and labor analysis.

## Input

```json
{
  "keywords": [
    "software engineer",
    "devops engineer",
    "data engineer"
  ],
  "location": "Berlin",
  "startUrls": [
    {
      "url": "https://www.jobware.de/jobsuche?jw_jobname=data%20analyst&jw_jobort=Berlin"
    }
  ],
  "maxItems": 300,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "employmentTypes": {
    "label": "Employment types"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "expiryAt": {
    "label": "Expires at"
  },
  "jobId": {
    "label": "Job ID"
  },
  "businessReference": {
    "label": "Business reference"
  },
  "teaser": {
    "label": "Teaser"
  },
  "description": {
    "label": "Description"
  },
  "applyUrl": {
    "label": "Apply URL"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "sourceLocation": {
    "label": "Source location"
  },
  "sourcePage": {
    "label": "Source page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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