# NoFluffJobs IT jobs with salaries — example

**Use case:** 

Returns a few IT vacancies from NoFluffJobs — every record carries a salary range, seniority, tech stack and apply URL.

## Input

```json
{
  "categories": [
    "frontend",
    "fullstack"
  ],
  "maxItems": 8,
  "maxPages": 5,
  "salaryCurrency": "EUR",
  "postedSince": 0,
  "titleExclude": [],
  "companyExclude": [],
  "remoteOnly": false,
  "withSalaryOnly": false,
  "onlyNewSinceLastRun": false,
  "skipReposts": false,
  "stateName": "",
  "webhookUrl": "",
  "telegramChatId": "",
  "cacheTtlSeconds": 1800,
  "region": "pl"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "salary": {
    "label": "Salary (formatted)",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "skills": {
    "label": "Must-have skills",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "isRepost": {
    "label": "Is repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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