# Aggregate Logistics Jobs in Frankfurt

**Use case:** 

Collect all logistics job openings in Frankfurt to analyze industry trends or support workforce planning. Logistics companies can identify hiring trends and rec

## Input

```json
{
  "search": "Logistik",
  "location": "Frankfurt am Main",
  "radius": 25,
  "contractType": "permanent",
  "workingTime": "all",
  "publishedSince": 3,
  "maxItems": 120
}
```

## 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.