# JustJoin.it Scraper (`parseforge/justjoin-it-poland-scraper`) Actor

Scrapes JustJoin.it job postings filtered by skill and experience level. Returns each job as a flat row with title, company, salary, skills, and work model.

- **URL**: https://apify.com/parseforge/justjoin-it-poland-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 4 total users, 0 monthly users, 89.7% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $19.00 / 1,000 results

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?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### JustJoin.it Scraper

**Scrape JustJoin.it job listings from Poland's top tech job board, with salaries, skills, and experience filters.** Each row returns the job title, company, salary range, required skills, and work model. No login or API key. Export to CSV, JSON, Excel, or XML.

JustJoin.it is Poland's leading job board for developers and IT professionals, but browsing it manually means missing new postings and losing time to copy-paste. This Actor reads the public job feed directly, filters by skill, experience level, or maximum listings, and returns every match in one flat row. No official API access, no rate limits, no registration.

| Who uses it | What they scrape JustJoin.it for |
|---|---|
| Recruiters | Build a pipeline of active tech candidates by skill and seniority |
| Job seekers | Monitor new postings for their stack and experience level |
| Market analysts | Track salary ranges and demand for specific technologies in Poland |
| HR tech startups | Power job aggregation or salary benchmarking features |

### What it does

This Actor collects JustJoin.it job postings filtered by skill, experience level, and maximum count, and returns each one as a flat row.

- 🎯 **Skill filter:** return only postings whose required skills contain your substring, like React or Python.
- 📈 **Experience filter:** choose Junior, Mid, Senior, or C-Level to match the right seniority.
- 🔢 **Max listings:** cap the run from 1 to 1,000,000 postings to control output size.
- 📦 **Flat output:** every job is one row with title, company, salary, skills, and work model, ready for CSV or JSON.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with JustJoin.it data

**📊 Track salary trends.**

A market analyst runs the Actor weekly with no skill filter to collect all postings, then charts average salaries by technology and seniority to advise clients on compensation.

**🎯 Find your next job.**

A developer sets the skill to 'React' and experience to 'Senior', runs the Actor daily, and gets a CSV of matching offers to review without visiting the site.

**📈 Monitor competitor hiring.**

A startup founder filters by 'Python' and 'Mid' to see which companies are hiring for their stack, then uses the company names to research competitors.

**🤖 Feed a job board.**

An HR tech startup runs the Actor hourly with no filters, stores the rows in a database, and serves them through their own job search UI.

### Why choose this scraper

| | What you get |
|---|---|
| **No official API needed** | Reads the public JustJoin.it feed directly, no registration or tokens |
| **Salary transparency** | Get the salary range JustJoin.it shows for each offer |
| **Skill-based filtering** | Target exactly the technologies you care about |
| **Experience targeting** | Separate junior, mid, senior, and C-level roles |
| **Scalable** | Collect up to a million postings per run |

### How it compares

This Actor focuses on skill and experience filtering with a high maximum item count, while competitors offer additional filters like city or category but with lower limits.

| Feature | ParseForge | JustJoin.it Jobs Scraper | Join IT Scraper | JustJoin.it Scraper - IT Jobs, Salaries & Tech Stacks |
|---|---|---|---|---|
| Skill filter | Yes | Not listed | Not listed | Not listed |
| Experience level filter | Yes | Not listed | Yes | Not listed |
| City filter | Not listed | Yes | Yes | Not listed |
| Category filter | Not listed | Not listed | Yes | Not listed |
| Maximum items per run | Up to 1,000,000 | Not listed | Up to 100 | Not listed |
| Multi-currency salary | Not listed | Not listed | Not listed | Yes |
| Geographic coordinates | Not listed | Not listed | Not listed | Yes |

### Configure the run

Drive the Actor with a skill substring, an experience level, and a maximum number of listings, and filters run as each posting is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
 "maxItems": 10
}
```

A larger pull:

```json
{
 "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.021 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [JustJoin.it Scraper](https://apify.com/parseforge/justjoin-it-poland-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to JustJoin.it through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/justjoin-it-poland-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Your skill filter may be too specific. Try a shorter substring like 'Java' instead of 'Java Spring Boot', or leave the field empty to collect all postings. Also check that maxItems is at least 1.

**The run finishes but returns fewer items than maxItems.**

The Actor stops when it has collected maxItems matching postings or when there are no more postings on the site. If you set a skill or experience filter, the total matching set may be smaller than maxItems.

**Can I filter by both skill and experience at the same time?**

Yes. Both filters are applied together. A posting must satisfy both conditions to be included.

**The output is missing some fields for certain postings.**

JustJoin.it does not always show every field for every posting. For example, some postings may not list a salary range. The Actor returns empty values for missing fields.

**How do I schedule this Actor to run automatically?**

In Apify, create a schedule for this Actor with your desired frequency and input. The platform will run it and store results in a new dataset each time.

### FAQ

| Question | Answer |
|---|---|
| Does this Actor require a JustJoin.it API key? | No. It reads the public job feed directly, so you do not need to register an application or manage tokens. |
| Can I filter by city or remote work? | The current input schema supports filtering by skill and experience level only. City and remote filters are not available in this version. |
| What salary information is returned? | The Actor returns the salary range that JustJoin.it displays for each posting, including the currency and employment type when present. |
| How many postings can I collect in one run? | You can set maxItems from 1 to 1,000,000. The Actor stops after reaching that number of matching postings. |
| Does the skill filter match partial strings? | Yes. The filter checks if the required skills contain your substring, so 'Java' will match 'JavaScript' as well. Use a more specific string to narrow results. |
| What experience levels are supported? | Junior, Mid, Senior, and C-Level. Leave the field empty to include all levels. |
| Can I export the data to Excel? | Yes. Apify supports exporting datasets to CSV, JSON, Excel, and XML from the run detail page. |
| Is this Actor affiliated with JustJoin.it? | No. This is an independent scraper built on the public website. It is not endorsed by or connected to JustJoin.it. |
| How often should I run this Actor? | For job monitoring, a daily or hourly schedule works well. You can set up an Apify schedule to run it automatically. |
| What if I get no results? | Check your skill filter. If it is too specific, no postings may match. Try a broader substring or leave it empty, and ensure maxItems is at least 1. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by JustJoin.it. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

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

How many job listings to collect per run.

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

Filter postings whose required skills contain this substring (e.g. React, Python).

## `experience` (type: `string`):

Filter by required experience level.

## Actor input object example

```json
{
  "maxItems": 10,
  "experience": ""
}
```

# Actor output Schema

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

Scraped records

# 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 = {
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/justjoin-it-poland-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 = { "maxItems": 10 }

# Run the Actor and wait for it to finish
run = client.actor("parseforge/justjoin-it-poland-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 '{
  "maxItems": 10
}' |
apify call parseforge/justjoin-it-poland-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/justjoin-it-poland-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/hiCefcl7jW8jyQSjH/builds/P06Nouw310ARst9n8/openapi.json
