# Find NoFluffJobs Python jobs and salaries

**Use case:** 

Search public NoFluffJobs vacancies for Python roles and extract companies, salary ranges, locations, seniority, and skills.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://nofluffjobs.com/pl/backend"
    }
  ],
  "keyword": "Python",
  "locale": "pl",
  "category": "backend",
  "remoteOnly": false,
  "maxItems": 20,
  "maxPages": 3
}
```

## Output

```json
{
  "url": {
    "label": "Job",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

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