# Scrape developer jobs in Poland

**Use case:** 

Extract developer jobs from Praca.pl across Poland. Structured Polish job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "",
  "province": "",
  "publicationPeriod": "",
  "employmentType": "",
  "workModel": "",
  "jobLevel": "",
  "professionalArea": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workSchedule": {
    "label": "Schedule",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "changeStatus": {
    "label": "Change",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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