# Find remote jobs in Poland

**Use case:** 

Scrape remote job listings from Pracuj.pl across Poland. Filter by work mode, get structured data. Pay per result.

## Input

```json
{
  "location": "Warszawa",
  "contractType": "any",
  "workMode": "remote",
  "workSchedule": "any",
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false,
  "keywords": "python",
  "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.