# Scrape jobs by region in Poland

**Use case:** 

Scrape OLX.pl job listings filtered by Polish region (województwo). Structured regional job data. Pay per result.

## Input

```json
{
  "query": "IT",
  "region": "dolnoslaskie",
  "citySlug": "",
  "maxResults": 5,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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