# Remote UX Designer Job Listings on Stepstone Germany

**Use case:** 

Find the latest remote UX Designer job postings in Germany. Get detailed information on company, salary, and location for each listing.

## Input

```json
{
  "keyword": "UX Designer Remote",
  "location": "",
  "sortBy": "date",
  "maxPagesPerSearch": 4,
  "fetchJobDetails": false,
  "searches": [
    {
      "keyword": "product manager",
      "location": "frankfurt-am-main"
    },
    {
      "keyword": "devops",
      "location": ""
    }
  ],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote Type",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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