JustJoin.it Job Scraper
Pricing
from $0.99 / 1,000 results
JustJoin.it Job Scraper
Under maintenanceScrape job listings from JustJoin.it — Poland's largest tech job board.
Pricing
from $0.99 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
JustJoin.it Scraper

Scrape structured job listings from JustJoin.it — Poland (tech). 10,000+ active listings. No API key required.
Why this scraper?
💻 Poland's top IT job board
JustJoin.it is the largest tech job board in Poland, with thousands of offers from startups to enterprises.
💰 Structured salary ranges
Salary ranges with currency and period — many employers on JustJoin.it disclose salaries explicitly.
🔧 Tech stack information
Required technology skills extracted per listing.
🔄 Repost detection
Cross-run deduplication with a 90-day TTL. Use skipReposts: true for new-only feeds.
🌍 Remote work filtering
Filter for remote, hybrid, or office roles.
⚙️ No API key required
Runs without any third-party credentials.
Input parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
keyword | string | Job title, keyword, or skill to search for. | — |
location | string | City or region to filter by. Leave empty to search all locations. | — |
category | string | Job category filter. Leave empty for all categories. | — |
remote | boolean | If true, only return remote jobs. | false |
maxItems | integer | Maximum number of results to return. | — |
startUrls | array | List of specific URLs to scrape. Bypasses the search input. | — |
Output schema
Each result contains the following fields.
| Field | Type | Description |
|---|---|---|
id | string | Unique job listing ID from the source platform. |
url | string | Direct URL to the job listing. |
title | string | Job title as published. |
company | string | Employer / company name. |
location | string | Full location string as published. |
city | string | City of the work location. |
country | string | Country code (ISO 3166-1 alpha-2). |
contractType | string | Contract type (permanent, contract, temporary, etc.). |
workSchedule | string | Work schedule (full-time, part-time, etc.). |
salaryMin | number | Minimum salary (null if not published by employer). |
salaryMax | number | Maximum salary (null if not published by employer). |
salaryCurrency | string | ISO 4217 currency code (null if no salary published). |
salaryPeriod | string | Salary period: YEAR / MONTH / WEEK / DAY / HOUR. |
publishDate | string | Publication date (YYYY-MM-DD). |
publishDateISO | string | Publication date in ISO 8601 format. |
source | string | Source domain name. |
scrapedAt | string | ISO 8601 timestamp of when this item was scraped. |
contentHash | string | MD5 hash of key fields for change detection (16 chars). |
summary | string | Human-readable one-line summary of the listing. |
changeStatus | string | Change status: NEW / MODIFIED / UNCHANGED. |
isRepost | boolean | True if this listing was seen in a previous run (90-day window). |
originalPublishDate | string | Original publish date if this is a repost (null otherwise). |
originalUrl | string | Original URL if this is a repost (null otherwise). |
Example output record:
{"id": "123456","url": "https://justjoin.it/jobs/senior-developer/123456","title": "React Developer","company": "Revolut","location": "Warsaw","city": "Warsaw","country": "PL","contractType": "Permanent","workSchedule": "Full-time","salaryMin": 45000,"salaryMax": 60750,"salaryCurrency": "PLN","salaryPeriod": "YEAR","publishDate": "2026-04-15","publishDateISO": "2026-04-15","source": "justjoin.it","scrapedAt": "2026-04-24T09:00:00.000Z","contentHash": "a3f1b2c4d5e67890","summary": "React Developer · Revolut · Warsaw","changeStatus": "NEW","isRepost": false,"originalPublishDate": null,"originalUrl": null}
Examples
1 — Search for React Developer roles in Warsaw
{"searchQuery": "React developer","location": "Warsaw","maxResults": 100}
2 — Filter by job category
{"category": "IT","maxResults": 200}
3 — Scrape a specific search page directly via startUrls
{"startUrls": [{"url": "https://justjoin.it/jobs?q=React+developer"}],"maxResults": 50}
4 — Daily feed — new listings only, past 24 hours, no reposts
{"searchQuery": "","maxResults": 1000}
💰 Pricing
$1.50 per 1,000 results — you only pay for successfully retrieved listings. Failed retries and filtered reposts are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.50 |
| 10,000 | ~$15.00 |
| 100,000 | ~$150.00 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Approx. time |
|---|---|
| 100 listings | ~2 min |
| 1,000 listings | ~15 min |
| 10,000 listings | ~2.5 hours |
Known limitations
- Salary: Not all employers publish salary information —
salaryMinandsalaryMaxmay benull. - fetchDetails: Setting
fetchDetails: falsereturns list-page fields only; description fields will benull.
Technical details
- Source: justjoin.it — Poland (tech)'s job market
- Memory: 256 MB
- Repost storage: KeyValueStore
justjoin-job-dedup, 90-day TTL - Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request
Additional services
Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl — we build on request.
Part of the Unfenced Group European job board scraper portfolio — 50+ job markets covered. Built by unfenced-group · Issues? Open a ticket or send a message.