# UX and UI Design Jobs in Poland — NoFluffJobs

**Use case:** 

Product design, UX and UI roles on NoFluffJobs, every row carrying the published salary range, required skills, seniority and city.

## Input

```json
{
  "keywords": [
    "kubernetes",
    "terraform"
  ],
  "categories": [
    "ux"
  ],
  "technologies": [
    "java",
    "spring"
  ],
  "seniority": [
    "senior",
    "expert"
  ],
  "cities": [
    "warszawa",
    "krakow"
  ],
  "remoteOnly": true,
  "employmentTypes": [
    "b2b"
  ],
  "salaryCurrency": "PLN",
  "salaryPeriod": "month",
  "minSalary": 20000,
  "onlyDisclosedSalary": true,
  "maxJobs": 300,
  "requestDelaySecs": 2
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "seniorityTop": {
    "label": "Primary seniority",
    "format": "string"
  },
  "salaryFrom": {
    "label": "Salary from",
    "format": "number"
  },
  "salaryTo": {
    "label": "Salary to",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "string"
  },
  "city": {
    "label": "Primary city",
    "format": "string"
  },
  "isFullyRemote": {
    "label": "Fully remote",
    "format": "boolean"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NoFluffJobs Scraper · Polish Tech Jobs, Salaries & Skills](https://apify.com/reapx/nofluffjobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/nofluffjobs-scraper) to learn more, explore other use cases, and run it yourself.