JustJoin.it Job Scraper โ€” Poland IT job board avatar

JustJoin.it Job Scraper โ€” Poland IT job board

Pricing

from $0.75 / 1,000 results

Go to Apify Store
JustJoin.it Job Scraper โ€” Poland IT job board

JustJoin.it Job Scraper โ€” Poland IT job board

Scrape justjoin.it โ€” Poland's largest IT job board. Every developer listing includes multi-currency salaries, required tech skills, and direct apply links โ€” reliable structured data for recruiters and market analysts building hiring pipelines at scale.

Pricing

from $0.75 / 1,000 results

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

What does JustJoin.it Job Scraper do?

JustJoin.it Job Scraper extracts structured job data from justjoin.it โ€” including salary data, apply URLs, company metadata, full descriptions, remote-work indicators, location data, and skill tags. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions and company metadata) where the source provides them.

How to use this actor

  • ๐Ÿ‘‰ Register for a free Apify account โ€” no credit card required.
  • ๐ŸŽ‰ Just click Sign up free on Apify โ†’ and complete a quick signup.
  • ๐Ÿ’ฐ A free Apify account includes $5 in monthly credits โ€” enough to test this actor.
  • โณ Scrape during the free trial, with no commitment or upfront payment required.

Key features

  • ๐Ÿ”” Notifications โ€” Telegram, Slack, Discord, WhatsApp Cloud API, and webhook alerts out of the box. Pair with incremental mode for daily new-listing alerts.
  • ๐Ÿ”— Paste-mode โ€” paste any justjoin.it URL โ€” single-listing, search-results, or category pages. Mix freely with keyword and ID searches in the same run; results dedupe by ID.
  • ๐Ÿ“‹ Detail enrichment โ€” toggle two-stage scraping: collect listings, then enrich each with the full description and detail-page fields. Off by default to keep runs fast.
  • ๐Ÿ“ง Email + phone extraction โ€” regex extraction of contact emails and phone numbers from descriptions, emitted as extractedEmails[] and extractedPhones[] on every record.
  • ๐Ÿ”— URL + social-profile extraction โ€” every record carries extractedUrls[] and a structured socialProfiles object (linkedin, twitter, instagram, facebook, youtube, tiktok, github, xing).
  • ๐Ÿ“ฆ Compact mode โ€” AI-agent and MCP-friendly payloads with core fields only.
  • โœ‚๏ธ Description truncation โ€” cap length with descriptionMaxLength to control LLM prompt cost and dataset size โ€” 0 for full descriptions.
  • ๐Ÿ“Œ Change classification โ€” each record carries a changeType: NEW / UPDATED / UNCHANGED / REAPPEARED / EXPIRED. Default emits NEW + UPDATED + REAPPEARED; opt into the rest via emitUnchanged / emitExpired.
  • ๐Ÿ”Œ MCP connectors โ€” export results into Notion via Apify's MCP connectors โ€” a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping.
  • ๐Ÿ“ Description format selection โ€” pick one representation โ€” text, html, or markdown โ€” and the unused variants drop from each record, halving payload size.
  • โ™ป๏ธ Incremental mode โ€” recurring runs emit and charge only for new or changed listings. First run builds the baseline; later runs emit NEW / UPDATED / REAPPEARED. Saves 80โ€“95% on daily monitoring.

What data can you extract from justjoin.it?

Each result includes Core job fields (jobId, jobKey, guid, title, location, cities, latitude, and longitude, and more), detail fields when enrichment is enabled (description, descriptionText, descriptionHtml, descriptionMarkdown, and detailFetched), apply information (applyUrl and applyMethod), and company metadata (company, companyLogo, companyUrl, and companyEmployeeRange). In standard mode, all fields are always present โ€” unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and company metadata where the source provides them.

Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • query โ€” Job search keywords. Required if no startUrls provided.
  • startUrls โ€” Paste raw search URLs from justjoin.it โ€” search-results or single-listing pages. Each URL becomes its own task; results merge and dedupe by job ID. When provided, startUrls replace the query/location fields. (default: [])
  • country โ€” Which market to search. (default: "PL")
  • location โ€” City, state, or region.
  • categories โ€” Filter by tech category. Leave empty for all. Accepts category names. (default: [])
  • experienceLevel โ€” Filter by seniority. Leave empty for all. (default: [])
  • employmentType โ€” Filter by contract type (b2b, permanent, mandate_contract, โ€ฆ). Leave empty for all. (default: [])
  • workingTime โ€” Filter by working time. Leave empty for all. (default: [])
  • skills โ€” Filter by required tech skills (e.g. React, Python, AWS). Leave empty for all. (default: [])
  • remoteOnly โ€” Only fully-remote offers. (default: false)
  • withSalary โ€” Only offers that disclose a salary. (default: false)
  • salaryMin โ€” Minimum salary (in the currency below). Leave empty for no minimum.
  • ...and 26 more parameters

Input examples

Basic search โ€” Keyword-driven search with a result cap.

โ†’ Full payload per result โ€” all standard fields populated where the source provides them.

{
"query": "software engineer",
"maxResults": 50
}

Filtered search โ€” Narrow results with advanced filters โ€” only matching jobs are returned.

โ†’ Same field set as basic search; fewer, more relevant rows.

{
"query": "software engineer",
"employmentType": [],
"experienceLevel": [
"intern"
],
"maxResults": 100
}

Incremental tracking โ€” Only emit jobs that changed since the previous run with this stateKey.

โ†’ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"query": "software engineer",
"maxResults": 200,
"incrementalMode": true,
"stateKey": "software-engineer-tracker"
}

Compact filtered output โ€” Combine filters with compact mode for a lightweight AI-agent or MCP data source.

โ†’ Core fields only โ€” ideal for piping into LLMs or downstream tools without token overhead.

{
"query": "software engineer",
"employmentType": [],
"experienceLevel": [
"intern"
],
"maxResults": 50,
"compact": true
}

Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example job record

{
"jobId": "b069adaba0dbb41d9f9a811f5e29645a636984aae8985ed20166ad6718892181",
"jobKey": "autofixer-com-sp-z-o-o--senior-net-developer-warszawa-net-4738eca6",
"guid": "fe08729b-2bd5-402d-9ea0-81314a8fe083",
"title": "Senior .Net Developer",
"company": "AUTOFIXER.COM sp. z o.o.",
"companyLogo": "https://imgproxy.justjoinit.tech/ztouTowmjPU7ofktnHv1Mpuis5kxpAAEhsUE6rUHkV0/h:200/w:200/plain/https://public.justjoin.it/companies/logos/original/c1136e9f6cddc4f770fcde816b4b6e9ab746a22f.png",
"companyUrl": "https://pl.autofixer.com/",
"companyEmployeeRange": "51-100",
"location": "Warszawa",
"cities": [
"Warszawa"
],
"latitude": 52.1806034,
"longitude": 21.0233003,
"countryCode": "PL",
"category": "Net",
"description": "Autofixer - Rewolucjonizujemy rynek czฤ™ล›ci samochodowych w Polsce Autofixer to jeden z najwiฤ™kszych i najszybciej rozwijajฤ…cych siฤ™ sklepรณw internetowych z czฤ™ล›ciami samochodowymi w Polsce. Od blisko...",
"descriptionText": "Autofixer - Rewolucjonizujemy rynek czฤ™ล›ci samochodowych w Polsce Autofixer to jeden z najwiฤ™kszych i najszybciej rozwijajฤ…cych siฤ™ sklepรณw internetowych z czฤ™ล›ciami samochodowymi w Polsce. Od blisko...",
"descriptionHtml": "<p class=\"ql-header-2\">Autofixer - Rewolucjonizujemy rynek czฤ™ล›ci samochodowych w Polsce</p><p class=\"editor-paragraph\"><strong>Autofixer</strong> to jeden z najwiฤ™kszych i najszybciej rozwijajฤ…cych s...",
"descriptionMarkdown": "Autofixer - Rewolucjonizujemy rynek czฤ™ล›ci samochodowych w Polsce\n\n**Autofixer** to jeden z najwiฤ™kszych i najszybciej rozwijajฤ…cych siฤ™ sklepรณw internetowych z czฤ™ล›ciami samochodowymi w Polsce. Od bl...",
"experienceLevel": "senior",
"workplaceType": "hybrid",
"remote": false,
"employmentType": "full_time",
"contractType": "b2b",
"languages": [
"pl (c2)"
],
"openToHireUkrainians": false,
"remoteInterview": true,
"isSuperOffer": false,
"salaryText": "18000โ€“26000 PLN /month (b2b)",
"salaryMin": 18000,
"salaryMax": 26000,
"salaryCurrency": "PLN",
"salaryType": "MONTH",
"salaries": [
{
"contractType": "b2b",
"min": 18000,
"max": 26000,
"currency": "PLN",
"period": "MONTH",
"gross": false
}
],
"postedAt": "2026-07-16T19:00:03.489Z",
"lastPublishedAt": "2026-04-27T18:15:54.887Z",
"validThrough": "2026-07-26T21:59:59.999Z",
"url": "https://justjoin.it/job-offer/autofixer-com-sp-z-o-o--senior-net-developer-warszawa-net-4738eca6",
"applyMethod": "form",
"contentQuality": "full",
"detailFetched": true,
"scrapedAt": "2026-07-16T19:19:30.272Z",
"source": "justjoin.it"
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType โ€” one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • firstSeenAt, lastSeenAt โ€” ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt โ€” populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape justjoin.it

  1. Go to JustJoin.it Job Scraper in Apify Console.
  2. Enter a search keyword and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, company data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract job data from justjoin.it for market research and competitive analysis.
  • Track salary trends across regions and categories over time.
  • Monitor new and changed jobs on scheduled runs without processing the full dataset every time.
  • Auto-apply or feed apply URLs into your ATS / hiring pipeline.
  • Research company hiring patterns, employer profiles, and industry distribution.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.
  • Analyze skill demand across listings using structured skill tags.

How much does it cost to scrape justjoin.it?

JustJoin.it Job Scraper uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.0005 per run
  • Per result: $0.00075 per job record

Example costs:

  • 10 results: $0.008
  • 25 results: $0.019
  • 100 results: $0.075
  • 200 results: $0.15
  • 500 results: $0.38

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of jobs that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency โ€” the scenarios below are examples, not predictions.

Example setup: 100 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% โ€” stable niche query$0.08$0.00425$0.07 (94%)$0.13
15% โ€” moderate broad query$0.08$0.01$0.06 (84%)$0.35
30% โ€” high-volume aggregator$0.08$0.02$0.05 (70%)$0.69

Full re-scrape monthly cost at daily polling: $2.27. First month with incremental costs $0.20 / $0.42 / $0.74 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage is included in the per-result fee shown above.

FAQ

How many results can I get from justjoin.it?

The number of results depends on the search query and available jobs on justjoin.it. Use the maxResults parameter to control how many results are returned per run.

Does JustJoin.it Job Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed jobs on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate JustJoin.it Job Scraper with other apps?

Yes. JustJoin.it Job Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use JustJoin.it Job Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use JustJoin.it Job Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from justjoin.it. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit โ€” no credit card required.

  1. Sign up โ€” $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start โ€” export results as JSON, CSV, or Excel

Need more later? See Apify pricing.