# Scrape B2B contract jobs in Poland

**Use case:** 

Scrape B2B contract roles from Pracuj.pl. Filter by contract type, get structured Polish job data. Pay per result.

## Input

```json
{
  "location": "Warszawa",
  "contractType": "b2b",
  "workMode": "any",
  "workSchedule": "any",
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false,
  "keywords": "java",
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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