# Germany Data Analyst Jobs (Last Week)

**Use case:** 

Data professionals and companies expanding into the German market can find recent Data Analyst positions posted within the last week. This provides timely insig

## Input

```json
{
  "jobRole": "Data Analyst",
  "location": "London",
  "country": "DE",
  "maxResults": 50,
  "jobType": "All",
  "datePosted": "LastWeek",
  "removeDuplicates": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Jobs Aggregator](https://apify.com/crawlerbros/uk-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/uk-jobs-aggregator) to learn more, explore other use cases, and run it yourself.