# Find engineering jobs in Germany

**Use case:** 

Engineering roles in Germany across 7,368 company job boards, matched on a resolved country rather than text. Swap in any country. No cookies, no company list.

## Input

```json
{
  "mode": "jobs",
  "title": [
    "engineer"
  ],
  "countries": [
    "Germany"
  ],
  "withSalaryOnly": false,
  "maxResults": 200,
  "enteringNewDepartments": false,
  "shrinkingOnly": false,
  "withContactOnly": false,
  "includeStaffingAgencies": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "workArrangement": {
    "label": "Work arrangement",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Apply URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobs Search API: 236,000 Roles, No Cookies, No Company List](https://apify.com/glitchbound/ats-jobs-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/ats-jobs-search) to learn more, explore other use cases, and run it yourself.