# Scrape tech jobs with salary data

**Use case:** 

Scrape NoFluffJobs listings with full details and salary ranges. Every job includes disclosed pay. Structured output. Pay per result.

## Input

```json
{
  "searchQuery": [
    "java"
  ],
  "categories": [],
  "regions": [
    "pl"
  ],
  "maxResults": 5,
  "fetchDetails": true,
  "seniority": [],
  "remoteOnly": false,
  "withSalaryOnly": false,
  "startUrls": [],
  "skipReposts": false,
  "location": ""
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "technology": {
    "label": "Technology",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "array"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "jobLanguages": {
    "label": "Job Languages",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryType": {
    "label": "Salary Type",
    "format": "text"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "isFullyRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "onlineInterviewAvailable": {
    "label": "Online Interview",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "changeStatus": {
    "label": "Change",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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