# Extract Part-time Sales Jobs Germany-wide

**Use case:** 

Gather all part-time sales job listings across Germany for market research or lead generation. This data is invaluable for HR agencies specializing in flexible 

## Input

```json
{
  "search": "Vertriebsmitarbeiter",
  "location": "",
  "radius": 25,
  "contractType": "all",
  "workingTime": "part-time",
  "publishedSince": 28,
  "maxItems": 150
}
```

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