# 💻 NoFluffJobs Scraper — IT Jobs, Salaries & Stacks (`hipersoft/nofluffjobs-scraper`) Actor

Scrape public IT & tech job listings from NoFluffJobs. Search by keyword, region, category, technology and seniority, and export one clean row per job: title, company, salary range, tech stack, seniority, location, remote flag, posted date and listing URL as JSON, CSV or Excel.

- **URL**: https://apify.com/hipersoft/nofluffjobs-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.0015 / job scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## 💻 NoFluffJobs Scraper — IT Jobs, Salaries & Stacks

Scrape public IT & tech job listings from **NoFluffJobs**, one of Europe's leading transparent-salary tech job boards, and export clean, structured data. Search by **keyword**, pick a **regional edition**, and narrow down by **category**, **technology**, **seniority** or **remote-only** — or paste a ready-made NoFluffJobs search or job URL — and get one tidy row per job: title, company, salary range, tech stack, seniority, location, remote flag, posted date and the listing link. Download everything as **JSON, CSV or Excel**, or pull it straight from the API.

Great for tech-recruiting and sourcing, IT salary benchmarking, market and hiring-demand research, building a developer job feed, or tracking new openings across Poland and the wider EU.

### What it does

- 🔍 **Search by keyword** — find jobs by role, skill or title (e.g. `developer`, `java`, `devops`, `data engineer`). Leave it empty to collect every published job.
- 🌍 **Pick a region** — choose the NoFluffJobs edition to search: Poland, Germany, Spain, Italy, Netherlands, Czechia, Slovakia, Hungary, Switzerland, Austria or the International board.
- 🗂️ **Filter by category** — keep only jobs in a category such as `backend`, `frontend`, `fullstack`, `devops`, `data`, `testing` or `mobile`.
- 🧰 **Filter by technology** — keep only jobs whose stack includes a given tech (e.g. `Java`, `React`, `Python`, `AWS`).
- 🎚️ **Filter by seniority** — keep only `Junior`, `Mid`, `Senior`, `Lead` or `Expert` roles.
- 🏠 **Remote-only** — keep only fully-remote positions.
- 🔗 **Paste Start URLs** — drop in any NoFluffJobs search or job URL straight from your browser.
- 💰 **Transparent salaries** — capture the published salary range, currency, contract type and period for every listing.
- 🧾 **Rich job fields** — title, company, salary, tech stack, seniority, category, location, remote flag, posted date, company logo and listing URL.
- 📤 **Clean, flat output** — ready for spreadsheets, databases and dashboards, deduplicated by job.

### Input

| Field | Description |
| --- | --- |
| **Search keyword** | Keyword to search for. Leave empty to collect all published jobs. |
| **Region** | NoFluffJobs regional edition to search (Poland by default). |
| **Category** | Optional. Keep only jobs in this category (e.g. `backend`, `devops`, `data`). |
| **Technology** | Optional. Keep only jobs whose stack includes this tech (e.g. `Java`, `React`). |
| **Seniority** | Optional. Keep only jobs at this level (e.g. `Junior`, `Senior`, `Lead`). |
| **Remote only** | Keep only fully-remote jobs. |
| **Start URLs** | Optional list of NoFluffJobs search or job URLs. When set, these are used instead of the fields above. |
| **Max items** | Maximum number of jobs to collect (0 = no limit). |

#### Example input

```json
{
  "keyword": "developer",
  "region": "pl",
  "technology": "Java",
  "seniority": "Senior",
  "remoteOnly": true,
  "maxItems": 100
}
```

### Output

Each job is one record. Example (fields vary by listing):

```json
{
  "id": "senior-java-developer-example-company-warsaw",
  "title": "Senior Java Developer",
  "company": "Example Company",
  "companyLogo": "https://static.nofluffjobs.com/companies/logos/jobs_details/logo_example.jpg",
  "seniority": "Senior",
  "category": "backend",
  "technologies": ["Java", "Spring", "PostgreSQL", "Kafka", "Docker"],
  "city": "Warsaw",
  "locations": ["Warsaw", "Remote"],
  "isRemote": true,
  "salaryFrom": 20000,
  "salaryTo": 27000,
  "salaryCurrency": "PLN",
  "salaryType": "b2b",
  "salaryPeriod": "Month",
  "postedDate": "2026-09-01T15:36:55.891Z",
  "region": "pl",
  "url": "https://nofluffjobs.com/job/senior-java-developer-example-company-warsaw"
}
```

### Use cases

- **Tech recruiting & sourcing** — build a live feed of relevant developer openings and hiring companies.
- **IT salary & market research** — benchmark roles, stacks and pay ranges across regions and seniority levels.
- **Competitive intelligence** — track which companies are hiring, for which technologies, and how often.
- **Job aggregators & dashboards** — power your own board or analytics with clean, structured tech-job data.

### FAQ

**Do I need an account or credentials?** No. Just set your search and run.

**Can I scrape a specific search from my browser?** Yes — paste one or more NoFluffJobs search or job URLs into **Start URLs**.

**Which regions are supported?** Poland, Germany, International, Spain, Italy, Netherlands, Czechia, Slovakia, Hungary, Switzerland and Austria.

**Can I filter by tech stack or seniority?** Yes — use the **Technology**, **Category** and **Seniority** fields, or **Remote only** for fully-remote roles.

*This tool collects only public job listings. It does not access private, candidate or account data.*

# Actor input Schema

## `keyword` (type: `string`):

Keyword to search for (e.g. "developer", "java", "devops", "data engineer"). Leave empty to collect all currently published jobs. Ignored when Start URLs are set.

## `region` (type: `string`):

NoFluffJobs regional edition to search.

## `category` (type: `string`):

Optional. Only keep jobs in this category (e.g. "backend", "frontend", "fullstack", "devops", "data", "testing", "mobile"). Matched case-insensitively.

## `technology` (type: `string`):

Optional. Only keep jobs whose main technology or required stack includes this term (e.g. "Java", "React", "Python", "AWS"). Matched case-insensitively.

## `seniority` (type: `string`):

Optional. Only keep jobs at this seniority level (e.g. "Junior", "Mid", "Senior", "Lead", "Expert"). Matched case-insensitively.

## `remoteOnly` (type: `boolean`):

Only keep fully-remote jobs.

## `startUrls` (type: `array`):

Optional. One or more NoFluffJobs search-results or job-detail URLs. Paste the URL straight from your browser. When set, these are used instead of the fields above.

## `maxItems` (type: `integer`):

Maximum number of jobs to collect across all searches (0 = no limit; collect everything the searches return).

## Actor input object example

```json
{
  "keyword": "developer",
  "region": "pl",
  "remoteOnly": false,
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

The results as dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keyword": "developer"
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/nofluffjobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "keyword": "developer" }

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/nofluffjobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keyword": "developer"
}' |
apify call hipersoft/nofluffjobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/nofluffjobs-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/T4iCucHdtHxqFY3jS/builds/dXfTY5HVLZTpt5Jzb/openapi.json
