# JustJoin.it Polish IT jobs — example search

**Use case:** 

Returns a few IT vacancies from JustJoin.it with title, company, city, salary ranges and tech stack as clean JSON.

## Input

```json
{
  "categories": [
    "1",
    "2",
    "18"
  ],
  "keywords": [
    "react",
    "aws"
  ],
  "city": "Warszawa",
  "withSalaryOnly": false,
  "salaryMin": 0,
  "postedSince": 0,
  "titleExclude": [],
  "companyExclude": [],
  "maxItems": 8,
  "maxPages": 5,
  "extractFullDetails": false,
  "cacheTtlSeconds": 1800,
  "onlyNewSinceLastRun": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "experienceLevel": {
    "label": "Experience level",
    "format": "string"
  },
  "skills": {
    "label": "Required skills",
    "format": "string"
  },
  "salary": {
    "label": "Salary (text)",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary minimum",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary maximum",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [JustJoin.it Scraper — Polish Tech & IT Jobs + B2B/UoP Salary](https://apify.com/nomad-agent/justjoinit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/justjoinit-scraper) to learn more, explore other use cases, and run it yourself.