# Scrape developer jobs on JustJoin.it

**Use case:** 

Extract developer jobs from JustJoin.it, a Polish tech job board with mandatory salary disclosure. Structured data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "experienceLevel": "senior",
  "contractType": "b2b",
  "remote": false,
  "fetchDetails": false,
  "detailConcurrency": 3,
  "maxResults": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyLogoUrl": {
    "label": "Logo URL",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Level",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "salaryFrom": {
    "label": "Salary From",
    "format": "number"
  },
  "salaryTo": {
    "label": "Salary To",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [JustJoin.it Job Scraper](https://apify.com/unfenced-group/justjoin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/justjoin-scraper) to learn more, explore other use cases, and run it yourself.