# Germany Python Jobs in Berlin

**Use case:** 

Monitor recent federal Python vacancies around Berlin with full details.

## Input

```json
{
  "keywords": [
    "Python"
  ],
  "locations": [
    "Berlin"
  ],
  "radiusKm": 50,
  "offerType": "1",
  "workSchedules": [],
  "postedWithinDays": 14,
  "includeTemporaryAgencies": false,
  "includeDetails": true,
  "maxResultsPerSearch": 5,
  "maxPagesPerSearch": 5
}
```

## Output

```json
{
  "employer_logo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "home_office_possible": {
    "label": "Home office",
    "format": "boolean"
  },
  "full_time": {
    "label": "Full-time",
    "format": "boolean"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "entry_date": {
    "label": "Start date",
    "format": "date"
  },
  "contact_emails": {
    "label": "Emails",
    "format": "array"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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