# Find German Python Jobs On EURES

**Use case:** 

Get structured data for find german python jobs on eures with Eures Jobs Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "keywords": [
    "python"
  ],
  "countryCodes": [
    "DE"
  ],
  "workingTimeCodes": [
    "fulltime"
  ],
  "contractTypeCodes": [
    "directhire"
  ],
  "maxResults": 2
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "employer_name": {
    "label": "Employer",
    "format": "text"
  },
  "country_codes": {
    "label": "Countries",
    "format": "array"
  },
  "location_codes": {
    "label": "Locations",
    "format": "array"
  },
  "working_time_codes": {
    "label": "Working time",
    "format": "array"
  },
  "contract_type_code": {
    "label": "Contract",
    "format": "text"
  },
  "number_of_posts": {
    "label": "Openings",
    "format": "number"
  },
  "created_at": {
    "label": "Created",
    "format": "date"
  },
  "contact_email": {
    "label": "Contact email",
    "format": "text"
  },
  "application_url": {
    "label": "Apply",
    "format": "link"
  },
  "url": {
    "label": "EURES URL",
    "format": "link"
  }
}
```

## About this Actor

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