# Find Remote Engineering Jobs Hamburg Area

**Use case:** 

Discover engineering roles allowing remote work within a 50km radius of Hamburg for talent scouting or career planning. This enables companies to broaden their 

## Input

```json
{
  "search": "Ingenieur",
  "location": "Hamburg",
  "radius": 50,
  "contractType": "permanent",
  "workingTime": "homework",
  "publishedSince": 14,
  "maxItems": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "publishedDate": {
    "label": "Posted",
    "format": "string"
  },
  "portalUrl": {
    "label": "Portal",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Arbeitsagentur (German Job Board) Scraper](https://apify.com/crawlerbros/arbeitsagentur-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/arbeitsagentur-scraper) to learn more, explore other use cases, and run it yourself.